Browse Source

批量导入bug

xyxie 3 months ago
parent
commit
bd0ff694b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/eta_business/user.go

+ 1 - 0
controllers/eta_business/user.go

@@ -749,6 +749,7 @@ func (this *EtaBusinessUserController) ImportList() {
 						continue
 					}
 					item.BusinessCode = businessInfo.BusinessCode
+					item.BusinessName = businessInfo.BusinessName
 				}
 				if _, ok := excelData[item.CountryCode+"_"+item.Mobile]; ok {
 					//将用户插入其中,然后退出当前循环,进入下一循环