|
@@ -337,7 +337,8 @@ func (w *WsDataExport) SubmitOrder() error {
|
|
|
w.T["timeSpaceing"] = timeSpaceing
|
|
|
} else {
|
|
|
mail_phone := public.Mysql.FindOne("dataexport_order", map[string]interface{}{
|
|
|
- "user_id": userId,
|
|
|
+ "user_id": userId,
|
|
|
+ "product_type": "历史数据",
|
|
|
}, "user_mail,user_phone", "create_time desc")
|
|
|
if mail_phone != nil {
|
|
|
email = (*mail_phone)["user_mail"]
|