chenweida %!s(int64=8) %!d(string=hai) anos
pai
achega
a174bd1c63

+ 3 - 3
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/statistics/StatisticsService.java

@ -4037,17 +4037,17 @@ public class StatisticsService extends BaseService {
            //团队的续签量
            renewIndex="42";
            //团队的转签
            switchIndex="37";
            switchIndex="39";
        }else if("2".equals(level)){
            //社区的续签量
            renewIndex="43";
            //社区的转签
            switchIndex="45";
            switchIndex="39";
        }else{
            //区和市的续签量
            renewIndex="44";
            //区和市的转签
            switchIndex="46";
            switchIndex="39";
        }
        JSONObject jo = new JSONObject();

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

@ -1427,7 +1427,7 @@ public class StatisticsController extends BaseController {
            String signOut = "";
            if ("1".equals(level)) {
                //团队的转签人数
                switchIndex = "37";
                switchIndex = "39";
                //团队的转签原因
                switchIndexReson = "30";
                //团队的签入
@ -1435,8 +1435,8 @@ public class StatisticsController extends BaseController {
                //团队的签出
                signOut = "35";
            } else if ("2".equals(level)) {
                //社区的续签量
                switchIndex = "45";
                //社区的转签人数
                switchIndex = "39";
                //社区的转签原因
                switchIndexReson = "47";
                //社区的签入
@ -1444,8 +1444,8 @@ public class StatisticsController extends BaseController {
                //社区的签出
                signOut = "39";
            } else {
                //区和市的续签量
                switchIndex = "46";
                //区和市的转签人数
                switchIndex = "39";
                //区和市的转签原因
                switchIndexReson = "48";
                //区和市的签入