|
|
|
@ -12,10 +12,10 @@ |
|
|
|
<if test="query.notifyNo != null and query.notifyNo != ''"> |
|
|
|
AND NotifyNo = #{query.notifyNo} |
|
|
|
</if> |
|
|
|
<if test="query.notifyDateStart != null and query.notifyDateStart != ''"> |
|
|
|
<if test="query.notifyDateStart != null"> |
|
|
|
AND NotifyDate >= #{query.notifyDateStart} |
|
|
|
</if> |
|
|
|
<if test="query.notifyDateEnd != null and query.notifyDateEnd != ''"> |
|
|
|
<if test="query.notifyDateEnd != null"> |
|
|
|
AND #{query.notifyDateEnd} >= NotifyDate |
|
|
|
</if> |
|
|
|
<if test="query.orderNo != null and query.orderNo != ''"> |
|
|
|
@ -24,10 +24,10 @@ |
|
|
|
<if test="query.ifsPickListNo != null and query.ifsPickListNo != ''"> |
|
|
|
AND IfsPickListNo = #{query.ifsPickListNo} |
|
|
|
</if> |
|
|
|
<if test="query.needDateStart != null and query.needDateStart != ''"> |
|
|
|
<if test="query.needDateStart != null"> |
|
|
|
AND NeedDate >= #{query.needDateStart} |
|
|
|
</if> |
|
|
|
<if test="query.needDateEnd != null and query.needDateEnd != ''"> |
|
|
|
<if test="query.needDateEnd != null"> |
|
|
|
AND #{query.needDateEnd} >= NeedDate |
|
|
|
</if> |
|
|
|
<if test="query.status != null and query.status != ''"> |
|
|
|
|