wangchuanjin 4 years ago
parent
commit
cef363a559
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/jfw/modules/subscribepay/src/service/dataExportPay.go

+ 7 - 0
src/jfw/modules/subscribepay/src/service/dataExportPay.go

@@ -260,6 +260,13 @@ func (p *DataExportPay) HistoryById() {
 	id = qutil.SE.Decode4Hex(id)
 	if id != "" {
 		data, _ := util.MQFW.FindById("export_search", id, nil)
+		if data != nil {
+			delete(*data, "_id")
+			delete(*data, "comeintime")
+			delete(*data, "comeinfrom")
+			delete(*data, "s_openid")
+			delete(*data, "s_userid")
+		}
 		p.ServeJson(data)
 		return
 	}