|
@@ -5624,6 +5624,9 @@
|
|
and RCON.CONSIGNEE_COMPANY_NAME || RM.MATERIAL_SPECIFICATION || RM.MATERIAL_MODEL || RC2.CARRIER_NAME
|
|
and RCON.CONSIGNEE_COMPANY_NAME || RM.MATERIAL_SPECIFICATION || RM.MATERIAL_MODEL || RC2.CARRIER_NAME
|
|
|| RC.CAPACITY_NUMBER like Concat('%',Concat(#{remarkThree},'%'))
|
|
|| RC.CAPACITY_NUMBER like Concat('%',Concat(#{remarkThree},'%'))
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="saleOrderNumber != null and saleOrderNumber != '' and saleOrderNumber !='null'">
|
|
|
|
+ and ASO.SALE_NUMBER LIKE Concat('%',Concat(#{saleOrderNumber},'%'))
|
|
|
|
+ </if>
|
|
<if test="oneDate != null and orderTypee == 1 and isEnFactoryFlag == 0">
|
|
<if test="oneDate != null and orderTypee == 1 and isEnFactoryFlag == 0">
|
|
and to_date(#{oneDate}, 'yyyy-mm-dd hh24:mi:ss') <= OO.ORDER_ISSUE_TIME
|
|
and to_date(#{oneDate}, 'yyyy-mm-dd hh24:mi:ss') <= OO.ORDER_ISSUE_TIME
|
|
</if>
|
|
</if>
|