Commit 0b9172de by guojuxing

gic运营平台商户显示过滤运维账户权限

parent cb3ccd3e
......@@ -155,7 +155,7 @@ public class EnterpriseController {
List<Integer> enterpriseIdList = new ArrayList<>();
if (CollectionUtils.isNotEmpty(enterpriseTemp)) {
for (EnterpriseTempDTO enterpriseTempDTO : enterpriseTemp) {
enterpriseIdList.add(enterpriseTempDTO.getId());
enterpriseIdList.add(Integer.parseInt(enterpriseTempDTO.getEnterpriseId()));
}
}
EnterpriseQO params = new EnterpriseQO()
......
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