Commit 34625d0f authored by luben's avatar luben

Merge branch 'dev-lb' into 'main'

fix

See merge request !14
parents 546930dd b3dbd62b
Pipeline #142857 passed with stages
in 3 minutes and 48 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");
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