Browse Source

Merge branch 'dev4.6.11' of http://192.168.3.207:8080/qmx/jy into dev4.6.11

yangfeng 3 years ago
parent
commit
8b02d32a86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/modules/datareport/src/service/reportOrder.go

+ 1 - 0
src/jfw/modules/datareport/src/service/reportOrder.go

@@ -150,6 +150,7 @@ func (this *ReportOrder) OrderDetail() {
 			"email":           (*r)["user_mail"],
 			"productType":     "数据报告",
 			"applybillStatus": (*r)["applybill_status"],
+			"discount_price":  (*r)["discount_price"],
 		}
 		//创建时间
 		createTimeStr := qutil.ObjToString((*r)["create_time"])