fengjin
2022-10-13 ac31436a8da76a5388ff1700a34ea9247b8ec3d4
flower_city/src/main/resources/mapper/SysUserMapper.xml
@@ -123,7 +123,7 @@
    <select id="selectListByDepartmentId"  resultMap="SysUserResult">
        <include refid="selectSysUserVo"/>
         <where>
             user_type=2 and status=1
             user_type=2 and status=0
        <if test="list!=null">
            and  department_id in
            <foreach collection="list" item="id" index="index" open="(" close=")" separator=",">