chenweida 8 年 前
コミット
972578d3ad

+ 1 - 1
patient-co-statistics/src/main/java/com/yihu/wlyy/statistics/job/business/CurrentDayAllQuotaJob.java

@ -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  " +