Commit 5b4417da by guojuxing

添加账号分组和组员

parent 5784fcf0
......@@ -226,7 +226,7 @@ public class AccountGroupController {
public RestResponse addGroupAndMember(String memberArr, AccountGroupDTO dto) {
LOGGER.info("添加账号分组&组员数组参数:{}", memberArr);
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
dto.setEnterpriseId(enterpriseId);
ServiceResponse<Integer> addGroupResponse = accountGroupApiService.save(dto);
if (addGroupResponse.isSuccess()) {
Integer groupId = addGroupResponse.getResult();
......
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