Browse Source

fix:人员抽检excel导出被抽检人员

master
pengwei 4 months ago
parent
commit
bdb2caa80f
  1. 3
      src/main/resources/mapper/SamplingMapper.xml

3
src/main/resources/mapper/SamplingMapper.xml

@ -168,7 +168,8 @@
LEFT JOIN sup_depart b
on a.org_id = b.id
<where>
a.del =0
sup.position is null
and a.del =0
<if test="policeVos != null ">
and a.id_code in
<foreach collection="policeVos" item="item" open="(" separator="," close=")">

Loading…
Cancel
Save