Przeglądaj źródła

删除多余的注释

lighter 3 miesięcy temu
rodzic
commit
894cb49624

+ 0 - 1
src/main/java/thyyxxk/webserver/controller/CacheFlushedController.java

@@ -65,7 +65,6 @@ public class CacheFlushedController {
     }
 
 
-    // todo 刷新缓存的一些操作
     @GetMapping("/specialMedicalAdvice")
     @NeedMenu(MenuEnum.cacheFlushed)
     public ResultVo<Boolean> specialMedicalAdvice() {

+ 1 - 1
src/main/java/thyyxxk/webserver/entity/medicalinsurance/query/DiseInfo.java

@@ -27,7 +27,7 @@ public class DiseInfo {
     private String psnNo;
     
     /**
-     * 出入院诊断类别 //todo enum
+     * 出入院诊断类别
      * */
     private String inoutDiagType;