Commit a5e216a811be1e14566fc3a88a11d0f806f0c0f7

Authored by yangfei
1 parent a678c0e3a1
Exists in master and in 1 other branch dev

增值服务同步

Showing 2 changed files with 2 additions and 3 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/DiseaseTypeEnums.java View file @ a5e216a
... ... @@ -11,9 +11,9 @@
11 11 * @discription
12 12 */
13 13 public enum DiseaseTypeEnums {
14   - YIGAN("yg","乙肝"),
  14 + YIGAN("yg","乙肝五项"),
15 15 BINGGAN("bg","丙肝"),
16   - MEIDU("md","梅毒");
  16 + MEIDU("md","梅毒血清实验");
17 17  
18 18 private DiseaseTypeEnums(String id, String name){
19 19 this.name=name;
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/SyncDataController.java View file @ a5e216a
... ... @@ -76,7 +76,6 @@
76 76 *
77 77 * @param action 请求处理类
78 78 * @param synForm 请求数据
79   - * @param method 请求处理方法,默认执行execute
80 79 * @return
81 80 */
82 81 @ResponseBody