|
|
|
@ -697,6 +697,20 @@
|
|
|
|
|
1 ELSE 0 |
|
|
|
|
END = #{param.signStatus} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="param.signStatuses != null"> |
|
|
|
|
and CASE |
|
|
|
|
lww.waybill_status |
|
|
|
|
WHEN 100 THEN |
|
|
|
|
2 |
|
|
|
|
WHEN 90 THEN |
|
|
|
|
1 ELSE 0 |
|
|
|
|
END in |
|
|
|
|
<foreach collection="param.signStatuses" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
|
|
|
|
|
</if> |
|
|
|
|
<if test="param.waybillNo != null and param.waybillNo != '' "> |
|
|
|
|
and Locate(#{param.waybillNo},lww.waybill_no) > 0 |
|
|
|
|
</if> |
|
|
|
@ -722,10 +736,10 @@
|
|
|
|
|
and lww.document_making_time <= #{param.openTimeEnd} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.signTimeStart != null"> |
|
|
|
|
and lsoi.sign_date >= #{param.signTimeStart} |
|
|
|
|
and lww.sign_time >= #{param.signTimeStart} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.signTimeEnd != null"> |
|
|
|
|
and lsoi.sign_date <= #{param.signTimeEnd} |
|
|
|
|
and lww.sign_time <= #{param.signTimeEnd} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.syncFeeDateStart != null"> |
|
|
|
|
and lsoi.sync_fee_date >= #{param.syncFeeDateStart} |
|
|
|
|