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