|
|
@@ -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 { |
|
|
|
|
|
|
|