| | |
| | | <result column="dispatcher" property="dispatcher"/> |
| | | <result column="dispatcherTime" property="dispatchertime"/> |
| | | <result column="dispatcherAddress" property="dispatcheraddress"/> |
| | | <result column="jurisdiction" property="jurisdiction"/> |
| | | </resultMap> |
| | | |
| | | <!--派遣记录分页数据--> |
| | |
| | | <if test="dispatcher.cardid!=null and dispatcher.cardid!=''"> |
| | | and sd.cardid like concat('%', #{dispatcher.cardid},'%') |
| | | </if> |
| | | <if test="dispatcher.userIds!=null and dispatcher.userIds!=''"> |
| | | and sd.user_ids like concat('%', #{dispatcher.userIds},'%') |
| | | </if> |
| | | <if test="dispatcher.dispatcherCompany!=null and dispatcher.dispatcherCompany!=''"> |
| | | and sdu.name like concat('%', #{dispatcher.dispatcherCompany},'%') |
| | | </if> |