|
|
@ -373,8 +373,7 @@ |
|
|
|
#{param.typeService} |
|
|
|
#{param.typeService} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.consignee != null and param.consignee != '' ">and |
|
|
|
<if test="param.consignee != null and param.consignee != '' ">and |
|
|
|
ldr.consignee = |
|
|
|
ldsa.mall_name =#{param.consignee} |
|
|
|
#{param.consignee} |
|
|
|
|
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.stockupDate != null ">and TO_DAYS(lds.stockup_date)=TO_DAYS( #{param.stockupDate})</if> |
|
|
|
<if test="param.stockupDate != null ">and TO_DAYS(lds.stockup_date)=TO_DAYS( #{param.stockupDate})</if> |
|
|
|
<if test="param.outboundDate != null ">and TO_DAYS(lds.outbound_date)=TO_DAYS( #{param.outboundDate})</if> |
|
|
|
<if test="param.outboundDate != null ">and TO_DAYS(lds.outbound_date)=TO_DAYS( #{param.outboundDate})</if> |
|
|
|