Browse Source

20250508

master
qiezi 8 months ago
parent
commit
2d6a51b9c1
  1. 3
      src/main/resources/mapper/production/ReworkRecordMapper.xml

3
src/main/resources/mapper/production/ReworkRecordMapper.xml

@ -157,9 +157,6 @@
tv_id
from Operator
<where>
<if test="site != null and site != ''">
and site = #{site}
</if>
<if test="operatorId != null and operatorId != ''">
and OperatorID = #{operatorId}
</if>

Loading…
Cancel
Save