Commit 4b47804bb563a8392f6d0c7adcf8091ea0755410
1 parent
b7c3bc61e5
Exists in
master
and in
1 other branch
修改转诊
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/SieveController.java
View file @
4b47804
... | ... | @@ -108,7 +108,9 @@ |
108 | 108 | map.put("getSieveEnums",getSieveEnums()); |
109 | 109 | map.put("getRenShenJieJuEnums",getRenShenJieJuEnums()); |
110 | 110 | map.put("getNotify",getNotify()); |
111 | + map.put("csRemarkTypeEnums",CsRemarkTypeEnums.getCSTypeEnums()); | |
111 | 112 | return new BaseObjectResponse().setData(map).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); } |
113 | + | |
112 | 114 | //产前诊断结果 |
113 | 115 | public List<Object> getChanQResultEnums() { |
114 | 116 | List<Object> list = new ArrayList<>(); |