|
|
|
@ -660,6 +660,9 @@
|
|
|
|
|
<if test="par.serviceNumber != null and par.serviceNumber != '' "> |
|
|
|
|
and ldsa.service_number like concat('%',#{par.serviceNumber},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="par.consigneePerson != null and par.consigneePerson != '' "> |
|
|
|
|
and ldsa.consignee_person like concat('%',#{par.consigneePerson},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="par.consigneeAddress != null and par.consigneeAddress != '' "> |
|
|
|
|
and ldsa.consignee_address like concat('%',#{par.consigneeAddress},'%') |
|
|
|
|
</if> |
|
|
|
|