|
@ -96,7 +96,6 @@ public class WechatCountJob implements Job {
|
|
" p.idcard = sf.idcard " +
|
|
" p.idcard = sf.idcard " +
|
|
" AND sf.type = 2 " +
|
|
" AND sf.type = 2 " +
|
|
" AND sf. STATUS IN (1, 2) " +
|
|
" AND sf. STATUS IN (1, 2) " +
|
|
" and sf.expenses_status=1 "+
|
|
|
|
" AND p.openid is not null " +
|
|
" AND p.openid is not null " +
|
|
" AND p.openid_time <'" +yesterday+ Constant.quota_date_last+"' ";
|
|
" AND p.openid_time <'" +yesterday+ Constant.quota_date_last+"' ";
|
|
|
|
|