Commit c3e78e3b authored by luben's avatar luben

Merge branch 'dev-lb' into 'dev'

fix

See merge request !138
parents ff7a291a 4443ad6b
Pipeline #143296 passed with stages
in 5 minutes and 42 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