|
@@ -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
|
|
|
}
|