Merge branch 'test' of https://git.will-way.cn/zgty/zt-qms into test
This commit is contained in:
@@ -60,6 +60,7 @@ public class BusinessSampleDispatchController implements BusinessControllerMarke
|
|||||||
@Operation(summary = "更新样品调拨")
|
@Operation(summary = "更新样品调拨")
|
||||||
public CommonResult<Boolean> updateBusinessSampleDispatch(@Valid @RequestBody BusinessSampleDispatchSaveReqVO updateReqVO) {
|
public CommonResult<Boolean> updateBusinessSampleDispatch(@Valid @RequestBody BusinessSampleDispatchSaveReqVO updateReqVO) {
|
||||||
updateReqVO.setCancelStatus("0");
|
updateReqVO.setCancelStatus("0");
|
||||||
|
updateReqVO.setFlowStatus(QmsCommonConstant.NOT_START);
|
||||||
businessSampleDispatchService.updateBusinessSampleDispatch(updateReqVO);
|
businessSampleDispatchService.updateBusinessSampleDispatch(updateReqVO);
|
||||||
return success(true);
|
return success(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user