Merge branch 'ww' into test
This commit is contained in:
@@ -59,7 +59,7 @@ public class TbConsInfoFlowController {
|
|||||||
@ApiOperation("耗材报损")
|
@ApiOperation("耗材报损")
|
||||||
public ResponseEntity<Object> frmLoss(@RequestBody TbConsInfoFlowDto resources){
|
public ResponseEntity<Object> frmLoss(@RequestBody TbConsInfoFlowDto resources){
|
||||||
tbConsInfoFlowService.frmLoss(resources);
|
tbConsInfoFlowService.frmLoss(resources);
|
||||||
return new ResponseEntity<>(HttpStatus.CREATED);
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
// @GetMapping
|
// @GetMapping
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ public class TbProductStockDetailController {
|
|||||||
@ApiOperation("商品报损")
|
@ApiOperation("商品报损")
|
||||||
public ResponseEntity<Object> frmLoss(@Validated @RequestBody TbProductFrmLossDto resources){
|
public ResponseEntity<Object> frmLoss(@Validated @RequestBody TbProductFrmLossDto resources){
|
||||||
tbProductStockDetailService.frmLoss(resources);
|
tbProductStockDetailService.frmLoss(resources);
|
||||||
return new ResponseEntity<>(HttpStatus.CREATED);
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
// /**
|
// /**
|
||||||
|
|||||||
Reference in New Issue
Block a user