lidongdong
2022-10-27 66020c9dcc5c3f4bf6c60dc65310a34c1a3d0c56
修改导办人员登录系统导办列表数据不对  bug
1个文件已修改
8 ■■■■ 已修改文件
flower_city/src/main/resources/mapper/GuideRepairOrderMapper.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
flower_city/src/main/resources/mapper/GuideRepairOrderMapper.xml
@@ -83,7 +83,7 @@
        <include refid="selectGuideRepairOrderVo"/>
        <where>
            <if test="ids != null">
                and department_id IN
                and guide_department_id IN
                <foreach collection="ids" item="param"  open="(" close=")" separator=",">
                    #{param}
                </foreach>
@@ -113,7 +113,7 @@
        select count(id) from automessage_guide_repair_order
        <where>
            <if test="ids != null">
                and department_id IN
                and guide_department_id IN
                <foreach collection="ids" item="param"  open="(" close=")" separator=",">
                    #{param}
                </foreach>
@@ -219,7 +219,7 @@
                AND guide_user_id=#{guideUserId}
            </if>
            <if test="ids != null">
                and department_id IN
                and guide_department_id IN
                <foreach collection="ids" item="param"  open="(" close=")" separator=",">
                    #{param}
                </foreach>
@@ -255,7 +255,7 @@
                automessage_guide_repair_order.state=#{state}
            </if>
            <if test="ids != null">
                and department_id IN
                and guide_department_id IN
                <foreach collection="ids" item="param"  open="(" close=")" separator=",">
                    #{param}
                </foreach>