Browse Source

no message

xingzai 3 years ago
parent
commit
c3cf7a9967
1 changed files with 3 additions and 0 deletions
  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()