Browse Source

备货库位上架数据调整

chenglong
汤建军 11 months ago
parent
commit
c376259b39
  1. 2
      blade-service/logpm-supervise/src/main/java/com/logpm/supervise/mapper/ClassifyMapper.xml

2
blade-service/logpm-supervise/src/main/java/com/logpm/supervise/mapper/ClassifyMapper.xml

@ -65,7 +65,7 @@
<if test="pid != null and pid != 0">
and p_id = #{pid}
</if>
<if test="exAdminDeptId != null and exAdminDeptId != ''">
<if test="list != null and list != ''">
and examine_dept_id in
<foreach collection="list" item="item" index="index" open="(" close=")" separator=",">
#{item}

Loading…
Cancel
Save