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 tv_id
from Operator from Operator
<where> <where>
<if test="site != null and site != ''">
and site = #{site}
</if>
<if test="operatorId != null and operatorId != ''"> <if test="operatorId != null and operatorId != ''">
and OperatorID = #{operatorId} and OperatorID = #{operatorId}
</if> </if>

Loading…
Cancel
Save