Browse Source

送码入企功能

v5
庄锐波 5 months ago
parent
commit
38105986a5
  1. 2
      lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnterprisePubQrcodeMapper.xml

2
lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnterprisePubQrcodeMapper.xml

@ -106,7 +106,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="importFileName != null and importFileName != ''"> and import_file_name like concat('%', #{importFileName}, '%')</if>
<if test="remark != null and remark != ''"> and remark like concat('%', #{remark}, '%')</if>
<if test="params.deptIds != null and params.deptIds.size() > 0">
and dept_id in
and zone_dept_id in
<foreach item="deptIdItem" collection="params.deptIds" open="(" separator="," close=")">
#{deptIdItem}
</foreach>

Loading…
Cancel
Save