|
@@ -124,8 +124,10 @@ func (this *UserAccount) GetAccountInfo() {
|
|
|
_, otherMail := dataexport.GetLastExportPhoneAndMail(util.Mysql, userId, qutil.ObjToString(this.GetSession("entUserId")))
|
|
|
if otherMail == "" {
|
|
|
saleData, _ := util.MQFW.FindOne("saleLeads", map[string]interface{}{
|
|
|
- "source": "certificateServices-pc-biddingDetailPage-content",
|
|
|
"userid": this.GetSession("userId"),
|
|
|
+ "mail": map[string]interface{}{
|
|
|
+ "$exists": true,
|
|
|
+ },
|
|
|
})
|
|
|
if saleData != nil && len(*saleData) > 0 {
|
|
|
otherMail = qutil.ObjToString((*saleData)["mail"])
|