|
|
@@ -43,7 +43,7 @@ func AddOrder(eg *xorm.Engine, req map[string]string) { |
|
|
|
} |
|
|
|
var data = &model.MallOrdCapitalPoolTotal{ |
|
|
|
Uid: zhios_order_relate_utils.StrToInt(req["uid"]), |
|
|
|
Price: req["price"], |
|
|
|
OtherPrice: req["price"], |
|
|
|
LeavePrice: req["price"], |
|
|
|
Num: 1, |
|
|
|
UpdateTime: time.Now(), |
|
|
|