@@ -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()