Commit b3dbd62b authored by luben's avatar luben

fix

parent 546930dd
......@@ -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");
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