|
|
@@ -41,7 +41,7 @@ func DailySettlementBlockConsumeIntegral(engine *xorm.Engine, mid string, isTask |
|
|
|
session.Begin() |
|
|
|
now := time.Now() |
|
|
|
today := now.Format("2006-01-02") |
|
|
|
|
|
|
|
storeTotalMap = make(map[int]decimal.Decimal) |
|
|
|
//1、查找 `subsidy_base` 基础设置 |
|
|
|
subsidyBase, err := db.SubsidyBaseGetOneByParams(session, map[string]interface{}{ |
|
|
|
"key": "is_open", |
|
|
|