Merge branch 'gyj' into test

This commit is contained in:
2024-09-24 11:10:39 +08:00

View File

@@ -51,7 +51,7 @@ public class TbPlussShopStaffController {
@Log("新增员工:#resources.name")
@ApiOperation("新增/shop/shopStaff")
public ResponseEntity<Object> createTbPlussShopStaff(@Validated @RequestBody TbPlussShopStaff resources){
return new ResponseEntity<>(tbPlussShopStaffService.create(resources),HttpStatus.CREATED);
return new ResponseEntity<>(tbPlussShopStaffService.create(resources),HttpStatus.OK);
}
@PutMapping