zwxi 1 年之前
父節點
當前提交
4008eb9a2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/crm/company_seller.go

+ 1 - 1
services/crm/company_seller.go

@@ -181,7 +181,7 @@ func GetSellerDepartmentList() (resp crm.SellerAdminWithGroupList, err error) {
 	for k, v := range groupMap {
 		child, _ := groupSeller[k]
 		tmp := crm.SellerAdminWithGroupTree{
-			SellerId:   k,
+			SellerId:   k+10000,
 			SellerName: v.GroupName,
 			Child:      child,
 		}