chenweida 8 gadi atpakaļ
vecāks
revīzija
54df3c2cbc

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

@ -1238,7 +1238,7 @@ public class CurrentDayAllQuotaJob implements Job {
    private void computequota_30() {
        String quotaId = "30";
        try {
            String sql="select fr.sign_code code,fr.old_hospital ,fr.old_admin_team_id admin_team_id,fr.renew_change_reason from wlyy_sign_family_renew_log fr where " +
            String sql="select fr.sign_code code,fr.old_hospital hospital,fr.old_admin_team_id admin_team_id,fr.renew_change_reason from wlyy_sign_family_renew_log fr where " +
                    " fr.old_admin_team_id!=fr.admin_team_id  " +
                    " and LENGTH(fr.hospital)=10 " +
                    " and LENGTH(fr.old_hospital)=10 "+

+ 3 - 3
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/statistic/StatisticsController.java

@ -1432,7 +1432,7 @@ public class StatisticsController extends BaseController {
            String signOut = "";
            if ("1".equals(level)) {
                //团队的转签人数
                switchIndex = "39";
                switchIndex = "35";
                //团队的转签原因
                switchIndexReson = "30";
                //团队的签入
@ -1441,7 +1441,7 @@ public class StatisticsController extends BaseController {
                signOut = "35";
            } else if ("2".equals(level)) {
                //社区的转签人数
                switchIndex = "39";
                switchIndex = "35";
                //社区的转签原因
                switchIndexReson = "30";
                //社区的签入
@ -1450,7 +1450,7 @@ public class StatisticsController extends BaseController {
                signOut = "39";
            } else {
                //区和市的转签人数
                switchIndex = "39";
                switchIndex = "35";
                //区和市的转签原因
                switchIndexReson = "30";
                //区和市的签入