|
@ -155,7 +155,7 @@ public class CurrentDayAllQuotaJob implements Job {
|
|
|
" status in (1,2) and " +
|
|
|
" a.expenses_time< '" + tomorrow + "' and " +
|
|
|
" a.sign_year ='"+Constant.getNowYearByDateYeaterday(tomorrow)+"' and " +
|
|
|
" and a.expenses_status=1 ";
|
|
|
" a.expenses_status=1 ";
|
|
|
String sqlCount = " select count(id) from wlyy_sign_family a where " +
|
|
|
" a.type =2 and " +
|
|
|
" status in (1,2) and " +
|