This commit is contained in:
parent
8c2b28999a
commit
43186e2433
|
|
@ -185,9 +185,8 @@ public class EbomApi extends BaseApi {
|
|||
return ResultVO.error(STATE.ParamErr, "请选择要复核的数据");
|
||||
}
|
||||
dto.setRevertUserName(SessionUtil.getUserName());
|
||||
bomNewEbomParentService.designReview(dto);
|
||||
return bomNewEbomParentService.designReview(dto);
|
||||
|
||||
return ResultVO.success(true);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue