退回-更改人

This commit is contained in:
jing's 2023-12-17 15:31:19 +08:00
parent d4f526a235
commit ee87af7818
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class EbomApi extends BaseApi {
if (CollectionUtil.isEmpty(dto.getRowIdList())) {
return ResultVO.error(STATE.ParamErr, "请选择要退回的数据");
}
dto.setRevertUserName(SessionUtil.getUserName());
bomNewEbomParentService.revertDesign(dto);
return ResultVO.success(true);