瀏覽代碼

未分配健管师人数查询按团队

lyr 8 年之前
父節點
當前提交
1a7d832347

+ 2 - 2
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/patient/consult/ConsultController.java

@ -721,7 +721,7 @@ public class ConsultController extends WeixinBaseController {
                    for (int i = 0; i < list.length(); i++) {
                    for (int i = 0; i < list.length(); i++) {
                        JSONObject obj = list.getJSONObject(i);
                        JSONObject obj = list.getJSONObject(i);
                        if (obj.getInt("contentType") == 5 || obj.getInt("contentType") == 6 || obj.getInt("contentType") == 7) {
                        if (obj.getInt("contentType") == 5 || obj.getInt("contentType") == 6) {
                            continue;
                            continue;
                        }
                        }
@ -778,7 +778,7 @@ public class ConsultController extends WeixinBaseController {
                for (int i = 0; i < list.length(); i++) {
                for (int i = 0; i < list.length(); i++) {
                    JSONObject obj = list.getJSONObject(i);
                    JSONObject obj = list.getJSONObject(i);
                    if (obj.getInt("contentType") == 5 || obj.getInt("contentType") == 7) {
                    if (obj.getInt("contentType") == 5) {
                        continue;
                        continue;
                    }
                    }