瀏覽代碼

no message

xingzai 3 年之前
父節點
當前提交
c3cf7a9967
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      services/user.go

+ 3 - 0
services/user.go

@@ -1163,6 +1163,9 @@ func SendEmailAllUserWithCompany() (err error) {
 			if item.CountryCode != "" && item.Mobile != "" {
 				cellC.Value = "+" + item.CountryCode
 			}
+			if item.CountryCode == "" && item.Mobile != "" {
+				cellC.Value = "+86"
+			}
 			cellD := row.AddCell()
 			cellD.Value = ""
 			cellE := row.AddCell()