@@ -39,7 +39,7 @@ public class CustomerAuthModel extends BaseEntity
private String officeCode;
/** 销售分部 */
- @Excel(name = "销售分部", width = 30)
+// @Excel(name = "销售分部", width = 30)
private String subOfficeName;
/** 销售分部代码 */
@@ -66,7 +66,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM
customers_ext ce
LEFT JOIN order_sales_customer osc ON ce.chains_code = osc.customer_id
- LEFT JOIN meta_diy_salesorgtree mds ON osc.suboffice_code = mds.Org6code
+ LEFT JOIN meta_diy_salesorgtree mds ON osc.suboffice_code = mds.Org5code
WHERE
ce.org_attestation_time IS NOT NULL
GROUP BY