|
|
@ -174,8 +174,8 @@ public class CustomerFunctionDetailServiceImpl extends BaseServiceImpl<CustomerF |
|
|
|
List<String> listFunctionIds = customerFunctionRoleDao.selectFunctionList(formDTO); |
|
|
|
|
|
|
|
//4.封装结果数据
|
|
|
|
listFunctionIds.forEach(id -> { |
|
|
|
list.forEach(l -> { |
|
|
|
list.forEach(l -> { |
|
|
|
listFunctionIds.forEach(id -> { |
|
|
|
if (id.equals(l.getFunctionId())) { |
|
|
|
restltList.add(l); |
|
|
|
} |
|
|
|