瀏覽代碼

Merge branch 'dev' of chenweida/patient-co-management into dev

chenweida 8 年之前
父節點
當前提交
88bd599904

二進制
patient-co-figure/文档/接口文档.docx


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

@ -257,7 +257,7 @@ public class StatisticsController extends BaseController {
                    }
                }
            }
            result.put("index", returnJa);
            result.put("index_"+indexes[0], returnJa);
            return write(200, "查询成功", "data", result);
        } catch (Exception e) {
            e.printStackTrace();