Commit 8de719b0 authored by luben's avatar luben

fix

parent e744e218
Pipeline #142848 failed with stages
in 2 minutes and 39 seconds
......@@ -73,6 +73,7 @@ public class GridRegionServiceImpl extends BaseServiceImpl<GridRegionMapper, Gri
GridRegionExample ex = new GridRegionExample();
GridRegionExample.Criteria ca = ex.createCriteria();
ca.andIsValidEqualTo("1");
ca.andWgTypeEqualTo("1");
return gridRegionService.selectByExample(ex);
}
......
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