puzhibing
2023-12-08 e825aefcd7285facc06fcb5bf69cdd5afc402b2d
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);
    }
}