Browse Source

2026-01-21

优化
master
fengyuan_yang 1 month ago
parent
commit
2168fb641d
  1. 3
      src/main/resources/mapper/productionReturn/ProductionReturnMapper.xml

3
src/main/resources/mapper/productionReturn/ProductionReturnMapper.xml

@ -25,9 +25,6 @@
OR i.roll_no LIKE CONCAT('%', #{searchCode}, '%') OR i.roll_no LIKE CONCAT('%', #{searchCode}, '%')
) )
</if> </if>
<if test="searchCode == null or searchCode == ''">
AND status = '已开工'
</if>
ORDER BY sh.NeedDate DESC ORDER BY sh.NeedDate DESC
</select> </select>

Loading…
Cancel
Save