luobang 2 年之前
父节点
当前提交
4685f08a49

+ 2 - 2
src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

@@ -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}%'
                     </if>
                     order by ASO.SALE_ORDER_ID DESC, ASOM.SALE_ORDER_MATERIAL_ID DESC,OO.ORDER_ID  DESC
                      )

+ 1 - 1
src/main/resources/log4j.properties

@@ -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