Browse Source

2026-01-26

优化
master
fengyuan_yang 1 month ago
parent
commit
0c34198062
  1. 3
      src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml

3
src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml

@ -178,6 +178,9 @@
<if test="query.endDate != null ">
AND #{query.endDate} >= a.required_inbound_date
</if>
<if test="query.departmentNo != null and query.departmentNo != ''">
AND a.department_no = #{query.departmentNo}
</if>
</where>
</select>

Loading…
Cancel
Save