puzhibing
2023-11-28 9d909e5f8048b74ac56d8f853758cfccfea61759
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);
    }
}