@@ -2182,8 +2182,8 @@
ASO.sale_remark like '%${item}%'
</foreach>
</if>
- <if test="consigneeSsoId != null">
- and RC.CONSIGNEE_SSO_ID = #{consigneeSsoId}
+ <if test="consigneeLoginName != null">
+ and RC.CONSIGNEE_COMPANY_NAME LIKE '%${consigneeLoginName}%'
order by ASO.SALE_ORDER_ID DESC, ASOM.SALE_ORDER_MATERIAL_ID DESC,OO.ORDER_ID DESC
)
@@ -1,5 +1,5 @@
## LOG4J配置
-log4j.rootCategory=INFO,file, RUNNING,errorfile,stdout
+log4j.rootCategory=INFO,file, RUNNING,errorfile
## 控制台输出
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout