zhibing.pu
2024-07-24 47e23cf659d4cc58bc93b44b16e64e82efcfb08d
cloud-server-account/src/main/java/com/dsh/account/controller/StoreStaffController.java
@@ -21,7 +21,7 @@
    @ResponseBody
    @PostMapping("/base/storeStaff/infoById")
    public TStoreStaff baseInfo(@RequestBody Integer id){
    public TStoreStaff baseInfo(@RequestBody Integer id) {
        return tsstaService.getById(id);
    }
}