退回-更改人
This commit is contained in:
parent
d4f526a235
commit
ee87af7818
|
|
@ -152,7 +152,7 @@ public class EbomApi extends BaseApi {
|
||||||
if (CollectionUtil.isEmpty(dto.getRowIdList())) {
|
if (CollectionUtil.isEmpty(dto.getRowIdList())) {
|
||||||
return ResultVO.error(STATE.ParamErr, "请选择要退回的数据");
|
return ResultVO.error(STATE.ParamErr, "请选择要退回的数据");
|
||||||
}
|
}
|
||||||
|
dto.setRevertUserName(SessionUtil.getUserName());
|
||||||
bomNewEbomParentService.revertDesign(dto);
|
bomNewEbomParentService.revertDesign(dto);
|
||||||
|
|
||||||
return ResultVO.success(true);
|
return ResultVO.success(true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue