|
|
@@ -119,6 +119,24 @@ func AddPeriod(eg *xorm.Engine, sess *xorm.Session, req map[string]string) int { |
|
|
|
if update == 0 || err != nil { |
|
|
|
return 3 |
|
|
|
} |
|
|
|
data1 := models.ServiceAwardReturnFlowHand{ |
|
|
|
Uid: zhios_order_relate_utils.StrToInt(req["uid"]), |
|
|
|
Time: time.Now(), |
|
|
|
UpdateTime: time.Now(), |
|
|
|
Sum: req["amount"], |
|
|
|
Type: 1, |
|
|
|
HasReturnMoney: "0", |
|
|
|
Price: req["price"], |
|
|
|
Pvd: zhios_order_relate_utils.StrToInt(req["pvd"]), |
|
|
|
CoinId: base.CoinId, |
|
|
|
Date: zhios_order_relate_utils.StrToInt(date["now"]), |
|
|
|
LastDate: zhios_order_relate_utils.StrToInt(date["last"]), |
|
|
|
Oid: zhios_order_relate_utils.StrToInt64(req["oid"]), |
|
|
|
} |
|
|
|
update, err = sess.Insert(&data1) |
|
|
|
if update == 0 || err != nil { |
|
|
|
return 3 |
|
|
|
} |
|
|
|
return 1 |
|
|
|
} |
|
|
|
period := 0 |
|
|
|