zwxi 1 year ago
parent
commit
4008eb9a2c
1 changed files with 1 additions and 1 deletions
  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,
 		}