浏览代码

统计满意度

trick9191 8 年之前
父节点
当前提交
cd6f0efee4

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

@ -1679,7 +1679,7 @@ public class CurrentDayAllQuotaJob implements Job {
                    " WHERE t.level = 2 AND t.del='1' AND t.town= ? AND LENGTH(t.code)<=10 GROUP BY left(t.code,8) order by avgCount DESC ";
            return town_hos_SQL;
        } else if ("team_SQL".equals(code)) {
            //查找所有团队
            //查找所有机构底下所有团队
            String team_SQL = "SELECT " +
                    " tm.`name`, " +
                    " tm.id, " +