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