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 " ,