Commit 64789639 by liru

僵尸空壳影子公司统计修改

parent 85080083
......@@ -437,9 +437,14 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy.setDeptId(sysUser.getUserDeptId().longValue());
}
//僵尸空壳影子非公企业台账 查询条件
java.util.List<com.ruoyi.system.domain.OrhonFgqy> list =new ArrayList<>();
orhonFgqy.setLx("2");
list.addAll(orhonFgqyService.selectOrhonFgqyList(orhonFgqy));
orhonFgqy.setLx("3");
list.addAll(orhonFgqyService.selectOrhonFgqyList(orhonFgqy));
orhonFgqy.setLx("4");
list.addAll(orhonFgqyService.selectOrhonFgqyList(orhonFgqy));
java.util.List<com.ruoyi.system.domain.OrhonFgqy> list = orhonFgqyService.selectOrhonFgqyList(orhonFgqy);
return getDataTable(list);
}
/**
......
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