Browse Source

no message

zhangchuanxing 4 tháng trước cách đây
mục cha
commit
17d302ba16
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      services/article.go

+ 2 - 2
services/article.go

@@ -282,10 +282,10 @@ func GetCeLueArticlePv(cont context.Context) (err error) {
 			record.CreateTime = item.CreateTime
 			record.ModifyTime = time.Now()
 			record.CreateDateApi = time.Now()
-
+			record.Mobile = v.Mobile
 			if mapUserCompany[v.Mobile] != nil {
 				mapUser := mapUserCompany[v.Mobile]
-				record.Mobile = mapUser.Mobile
+
 				record.CompanyName = mapUser.CompanyName
 				record.CompanyStatus = mapUser.Status
 				record.SellerName = mapUser.SellerName