소스 검색

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

lyr 8 년 전
부모
커밋
1a7d832347
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      patient-co-wlyy/src/main/java/com/yihu/wlyy/web/patient/consult/ConsultController.java

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