소스 검색

bug修改

chenweida 8 년 전
부모
커밋
0cfca9e26a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/statistics/StatisticsService.java

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

@ -4283,7 +4283,7 @@ public class StatisticsService extends BaseService {
        if (wlyyQuotaResult != null&&wlyyQuotaResult.size()>0) {
            wlyyQuotaResult.stream().forEach(one->{
                JSONObject temp1 = new JSONObject();
                temp1.put("name", getNameByLevel(one, Integer.valueOf(level)));
                temp1.put("name", one.getLevel2TypeName());
                temp1.put("code", getCodeByLevel(one, Integer.valueOf(level)));
                temp1.put("num", Integer.valueOf(one.getResult()));
                jo.put(temp1);