|
|
@@ -83,6 +83,7 @@ func AddCoin(eg *xorm.Engine, money float64, Title, ordId string, types, transfe |
|
|
|
Date: zhios_condition_statistics_utils.StrToInt(date["now"]), |
|
|
|
LastDate: zhios_condition_statistics_utils.StrToInt(date["last"]), |
|
|
|
Price: amount, |
|
|
|
Oid: zhios_condition_statistics_utils.StrToInt64(ordId), |
|
|
|
} |
|
|
|
eg.Insert(&data) |
|
|
|
} |
|
|
|