Commit 25f07489 authored by duanruiming's avatar duanruiming

[update] 区域查询

parent c8d11fdc
......@@ -531,7 +531,7 @@ public class SituationDetectionServiceImpl implements SituationDetectionService
// 辖区列表
LambdaQueryWrapper<TBaseAreaInfo> tBaseAreaInfoLambdaQueryWrapper = new LambdaQueryWrapper<>();
tBaseAreaInfoLambdaQueryWrapper.eq(TBaseAreaInfo::getType, 2);
// tBaseAreaInfoLambdaQueryWrapper.eq(TBaseAreaInfo::getType, 2);
List<TBaseAreaInfo> jurisdictionAreaList = tBaseAreaInfoMapper.selectList(tBaseAreaInfoLambdaQueryWrapper);
// 构建区域返回列表
......
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