|
@ -342,6 +342,7 @@ public class CurrentDayAllQuotaJob implements Job {
|
|
|
" AND t.session_id = p.session_id " +
|
|
|
" AND t.session_id = s.id " +
|
|
|
" AND s.type = 1 " +
|
|
|
" AND t.status <>10 "+
|
|
|
" AND t.`reply`=0 " +
|
|
|
" AND t.create_time< '" + tomorrow + "'";
|
|
|
List<Map<String, Object>> ims = imjdbcTemplate.queryForList(sql);
|
|
@ -457,6 +458,7 @@ public class CurrentDayAllQuotaJob implements Job {
|
|
|
" p.idcard = sf.idcard " +
|
|
|
" AND sf.type = 2 " +
|
|
|
" AND sf. STATUS IN (1, 2) " +
|
|
|
" and sf.expenses_status=1 "+
|
|
|
" AND p.openid is not null " +
|
|
|
" AND p.openid_time <'" +tomorrow+"' ";
|
|
|
//抽取數據
|