分解单编辑功能
This commit is contained in:
+8
@@ -87,6 +87,14 @@ public class SarStandItemsController extends BaseController<SarStandItems> {
|
||||
return Result.success(pageInfo);
|
||||
}
|
||||
|
||||
@ApiOperation(value = "分解单更新")
|
||||
@PutMapping("/updateSarItemAndInterpretation")
|
||||
public ResponseMessage updateSarItemAndInterpretation(@RequestBody SarStandItems resolveListForm){
|
||||
boolean rows = ServiceImpl.updateById(resolveListForm);
|
||||
|
||||
return Result.success(rows);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user