@ -966,7 +966,7 @@ public interface HighOrderMapperExt {
"<if test='map.companyId != null'> AND hco.gas_org_id in (select id from bs_organization WHERE company_id = #{map.companyId} and `status` = 1) </if> "+
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id = #{map.gasSalesmanId} </if> ",
"<if test='map.orgId != null'> and hco.gas_org_id = #{map.orgId} </if> ",
"<if test='map.agentId != null'> and hco.gas_agent_id = #{map.agentId} </if> ",
") as hh; ",
"</script>"
})
@ -992,7 +992,7 @@ public interface HighOrderMapperExt {
"<if test='map.companyId != null'> AND hco.gas_org_id in (select id from bs_organization WHERE company_id = #{map.companyId} and `status` = 1) </if> "+
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id = #{map.gasSalesmanId} </if> ",
"<if test='map.orgId != null'> and hco.gas_org_id = #{map.orgId} </if> ",
"<if test='map.agentId != null'> and hco.gas_agent_id = #{map.agentId} </if> ",
") as hh; ",
"</script>"
})
@ -1015,7 +1015,7 @@ public interface HighOrderMapperExt {
"<if test='map.companyId != null'> AND hco.gas_org_id in (select id from bs_organization WHERE company_id = #{map.companyId} and `status` = 1) </if> "+
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id = #{map.gasSalesmanId} </if> ",
"<if test='map.orgId != null'> and hco.gas_org_id = #{map.orgId} </if> ",
@ -1058,7 +1058,7 @@ public interface HighOrderMapperExt {
"<if test='map.companyId != null'> AND hco.gas_org_id in (select id from bs_organization WHERE company_id = #{map.companyId} and `status` = 1) </if> "+
"<if test='map.gasSalesmanId != null'> and hco.gas_salesman_id = #{map.gasSalesmanId} </if> ",
"<if test='map.orgId != null'> and hco.gas_org_id = #{map.orgId} </if> ",