Commit 6ffeb84fee47bb6e57ddef710144bf1f0311a1de

Authored by 房远帅
1 parent fec1355d

楚江ERP:客户资信:新增办事处

@@ -156,7 +156,7 @@ @@ -156,7 +156,7 @@
156 FROM customer_credit AS tb 156 FROM customer_credit AS tb
157 left join base_data_customer as cu on cu.id = tb.company_id 157 left join base_data_customer as cu on cu.id = tb.company_id
158 left join sys_dept d on tb.region = d.id 158 left join sys_dept d on tb.region = d.id
159 - left join sys_dept d1 on tb.dept_id = d.id 159 + left join sys_dept d1 on tb.dept_id = d1.id
160 </sql> 160 </sql>
161 161
162 <select id="query" resultMap="CustomerCredit"> 162 <select id="query" resultMap="CustomerCredit">