Commit cd19c2f2 by 陶光胜

观云台小程序

parent faacd64d
......@@ -102,7 +102,7 @@ public class DataAuthUtils {
return new ArrayList<>();
}
public List<Long> getMbrArea(Integer userId, Integer enterpriseId){
public List<Long> getMbrAreaId(Integer userId, Integer enterpriseId){
ServiceResponse<DataAuthDTO> response = this.dataAuthApiService.ggetDataAuthByUserId(enterpriseId, userId);
if(response.isSuccess() && response.getResult() != null){
ServiceResponse<List<OwnerMemberCardDTO>> result = memberCardApiService.getAll(enterpriseId);
......
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