Commit 0d07092b authored by luben's avatar luben

Merge branch 'dev' into 'main'

Dev

See merge request !139
parents aaa94427 c3e78e3b
Pipeline #143297 passed with stages
in 5 minutes and 40 seconds
......@@ -316,7 +316,7 @@ public class GridRegionFacadeService {
// appPageModel.setRecordCount(res.size());
appPageModel.setRecordCount(count);
appPageModel.setPageCount((long) Math.ceil(1.0 * count / pageSize));
if(level.equals("3")){
if(level!=null && level.equals("3")){
for(GridRegion role : roles) {
String type = role.getWgType();
String code = role.getWgParentId();
......
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