Commit 497792a0 by guojuxing

协作人添加组员结果返回修改

parent c9507cb8
...@@ -215,7 +215,7 @@ public class AccountGroupApiServiceImpl implements AccountGroupApiService { ...@@ -215,7 +215,7 @@ public class AccountGroupApiServiceImpl implements AccountGroupApiService {
return ServiceResponse.success(operationObject.toString()); return ServiceResponse.success(operationObject.toString());
} }
return ServiceResponse.success("无数据"); return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "无数据");
} }
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
......
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