ltkj-admin/src/main/java/com/ltkj/web/controller/system/SysConfigController.java
@@ -178,4 +178,13 @@ return AjaxResult.error(); } @GetMapping ("/tbhisproprice")//同步his项目单价信息 @PreAuthorize("@ss.hasPermi('system:config:tbhisproprice')") public AjaxResult tbhisproprice() { configService.tbhisproprice(); return AjaxResult.success(); } }