Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2024-09-28 16:14:46 +08:00
3 changed files with 26 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ public class TbConsInfoFlowController {
@ApiOperation("耗材报损")
public ResponseEntity<Object> frmLoss(@RequestBody TbConsInfoFlowDto resources){
tbConsInfoFlowService.frmLoss(resources);
return new ResponseEntity<>(HttpStatus.CREATED);
return new ResponseEntity<>("ok",HttpStatus.OK);
}
// @GetMapping