From c0407c0a5970110cf0c942a0bac475f526091370 Mon Sep 17 00:00:00 2001 From: Sum1Dream <418471657@qq.com> Date: Mon, 11 Apr 2022 22:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=A2=E6=B2=B9=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hai/dao/HighOrderMapperExt.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hai-service/src/main/java/com/hai/dao/HighOrderMapperExt.java b/hai-service/src/main/java/com/hai/dao/HighOrderMapperExt.java index 2d9d11c5..c742aaa2 100644 --- a/hai-service/src/main/java/com/hai/dao/HighOrderMapperExt.java +++ b/hai-service/src/main/java/com/hai/dao/HighOrderMapperExt.java @@ -966,7 +966,7 @@ public interface HighOrderMapperExt { " AND hco.gas_org_id in (select id from bs_organization WHERE company_id = #{map.companyId} and `status` = 1) " + " and hco.gas_salesman_id = #{map.gasSalesmanId} " , " and hco.gas_org_id = #{map.orgId} " , - " and hco.gas_agent_id = #{map.agentId} ) " , + " and hco.gas_agent_id = #{map.agentId} " , ") as hh; " , "" }) @@ -992,7 +992,7 @@ public interface HighOrderMapperExt { " AND hco.gas_org_id in (select id from bs_organization WHERE company_id = #{map.companyId} and `status` = 1) " + " and hco.gas_salesman_id = #{map.gasSalesmanId} " , " and hco.gas_org_id = #{map.orgId} " , - " and hco.gas_agent_id = #{map.agentId} ) " , + " and hco.gas_agent_id = #{map.agentId} " , ") as hh; " , "" }) @@ -1015,7 +1015,7 @@ public interface HighOrderMapperExt { " AND hco.gas_org_id in (select id from bs_organization WHERE company_id = #{map.companyId} and `status` = 1) " + " and hco.gas_salesman_id = #{map.gasSalesmanId} " , " and hco.gas_org_id = #{map.orgId} " , - " and hco.gas_agent_id = #{map.agentId} ) " , + " and hco.gas_agent_id = #{map.agentId} " , ") as hh; " , "" }) @@ -1035,7 +1035,7 @@ public interface HighOrderMapperExt { " and hco.goods_id = #{map.goodsId} " , " and hco.gas_salesman_id = #{map.gasSalesmanId} " , " and hco.gas_org_id = #{map.orgId} " , - " and hco.gas_agent_id = #{map.agentId} ) " , + " and hco.gas_agent_id = #{map.agentId} " , " = #{map.createTimeS} ]]> " , " " , "group by pay_type " , @@ -1058,7 +1058,7 @@ public interface HighOrderMapperExt { " AND hco.gas_org_id in (select id from bs_organization WHERE company_id = #{map.companyId} and `status` = 1) " + " and hco.gas_salesman_id = #{map.gasSalesmanId} " , " and hco.gas_org_id = #{map.orgId} " , - " and hco.gas_agent_id = #{map.agentId} ) " , + " and hco.gas_agent_id = #{map.agentId} " , " = #{map.createTimeS} ]]> " , " " , "group by hco.gas_oil_no " ,