|
@@ -1050,6 +1050,9 @@ func (this *EtaBusinessUserController) Import() {
|
|
|
for _, v := range req.ValidUser {
|
|
|
// 查询商户信息
|
|
|
item := new(models.User)
|
|
|
+ if v.CountryCode == "" {
|
|
|
+ v.CountryCode = "86"
|
|
|
+ }
|
|
|
item.CountryCode = v.CountryCode
|
|
|
item.RealName = v.RealName
|
|
|
item.PositionStatus = v.PositionStatus
|