huangjiajun 2 个月前
父节点
当前提交
7510fd1f19
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      rule/consume_integral_settlement.go

+ 1
- 1
rule/consume_integral_settlement.go 查看文件

@@ -157,7 +157,7 @@ func DailySettlementBlockConsumeIntegral(engine *xorm.Engine, mid string, isTask
}
}
storesql := `select uid, MAX(stop_date) as stop_date from subsidy_with_user_flow where uid in(%s) and kind=3 group by uid`
storesql = fmt.Sprintf(storesql, strings.Join(uids, ","))
storesql = fmt.Sprintf(storesql, strings.Join(storeUids, ","))
storeone, _ := db.QueryNativeStringSess(session, storesql)
for _, v := range storeUids {



正在加载...
取消
保存