|
|
@ -165,7 +165,7 @@ |
|
|
|
and ldsa.warehouse like concat('%',#{param.warehouse},'%') |
|
|
|
and ldsa.warehouse like concat('%',#{param.warehouse},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.deliveryAddress!=null and param.deliveryAddress!=''"> |
|
|
|
<if test="param.deliveryAddress!=null and param.deliveryAddress!=''"> |
|
|
|
and ldsf.deliveryAddress like concat('%',#{param.deliveryAddress},'%') |
|
|
|
and ldr.delivery_address like concat('%',#{param.deliveryAddress},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.consignee!=null and param.consignee!=''"> |
|
|
|
<if test="param.consignee!=null and param.consignee!=''"> |
|
|
|
and ldr.consignee like concat('%',#{param.consignee},'%') |
|
|
|
and ldr.consignee like concat('%',#{param.consignee},'%') |
|
|
|