zhaowenxuan
2024-09-20 8ffc92e731968b541886aa5ac9b7abd4e9249a44
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();
    }
}