|
@@ -341,7 +341,7 @@ func (this *UserAccount) GetAccountInfo() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
reportMail := ""
|
|
reportMail := ""
|
|
- record, _ := util.MQFW.Find("analysis_report_screen", bson.M{"s_userId": qutil.ObjToString(sessVal["userId"])}, bson.M{"l_createTime": -1}, bson.M{"s_email": 1}, true, -1, -1)
|
|
|
|
|
|
+ record, _ := util.MQFW.Find("analysis_report_screen", bson.M{"user_id": qutil.ObjToString(sessVal["userId"])}, bson.M{"l_createTime": -1}, bson.M{"s_email": 1}, true, -1, -1)
|
|
if record != nil && len(*record) > 0 {
|
|
if record != nil && len(*record) > 0 {
|
|
reportMail = qutil.ObjToString((*record)[0]["s_email"])
|
|
reportMail = qutil.ObjToString((*record)[0]["s_email"])
|
|
}
|
|
}
|