|
@@ -1411,7 +1411,7 @@ func bidReportOrder(m map[string]interface{}, userId, productId string) (*OrderI
|
|
OrderCode: orderCode,
|
|
OrderCode: orderCode,
|
|
ProductType: "投标企业信用报告",
|
|
ProductType: "投标企业信用报告",
|
|
CreateTime: FormatDate(&now, Date_Full_Layout),
|
|
CreateTime: FormatDate(&now, Date_Full_Layout),
|
|
- OriginalPrice: qu.IntAll(m["i_price"]),
|
|
|
|
|
|
+ OriginalPrice: packDetail.Price,
|
|
Filter: string(filterStr),
|
|
Filter: string(filterStr),
|
|
UserId: userId,
|
|
UserId: userId,
|
|
UserMail: email,
|
|
UserMail: email,
|