智慧保安后台管理项目备份
tangzy
2021-08-22 fd7b9aabefdcfa4e2f8504c77d5a4e6f4f955585
src/main/java/org/springblade/modules/dispatcher/mapper/DispatcherMapper.xml
@@ -10,6 +10,7 @@
        <result column="dispatcher" property="dispatcher"/>
        <result column="dispatcherTime" property="dispatchertime"/>
        <result column="dispatcherAddress" property="dispatcheraddress"/>
        <result column="jurisdiction" property="jurisdiction"/>
    </resultMap>
    <!--派遣记录分页数据-->
@@ -35,6 +36,9 @@
        <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>