Commit 4a80c859 by zhiwj

发布更新加上原因

parent 773c1f0a
......@@ -49,7 +49,7 @@ public class IndexGroupApiServiceImpl implements IndexGroupApiService {
}
TabIndexGroup parentIndexGroup = indexGroupService.getById(indexGroupDTO.getParentId());
indexGroupDTO.setGroupChain(parentIndexGroup.getGroupChain() + "_" + indexGroupDTO.getIndexGroupId() + "_");
indexGroupDTO.setGroupChain(parentIndexGroup.getGroupChain() + indexGroupDTO.getIndexGroupId() + "_");
indexGroupService.update(indexGroupDTO);
return ServiceResponse.success();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment