|
|
|
@ -438,6 +438,9 @@
|
|
|
|
|
<if test=" param.orderCodeNumLike != '' and param.orderCodeNumLike != null ">and ldsa.order_code like |
|
|
|
|
concat('%',#{param.orderCodeNumLike},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test=" param.reservation != '' and param.reservation != null "> |
|
|
|
|
and ldsa.reservation_status in (10,20) |
|
|
|
|
</if> |
|
|
|
|
<if test=" param.waybillNumList != null "> |
|
|
|
|
and ldpl.waybill_number in |
|
|
|
|
<foreach collection="param.waybillNumList" open="(" item="a" close=")" separator=","> |
|
|
|
|