|
@@ -236,7 +236,7 @@ public class DwxxServiceImpl implements DwxxService {
|
236
|
236
|
s.setCfzt(pageReqVO.getCfzt());
|
237
|
237
|
s.setCfEnd(pageReqVO.getCfEnd());
|
238
|
238
|
s.setCfStart(pageReqVO.getCfStart());
|
239
|
|
- if (Arrays.asList(CityConstants.CITY).contains(s.getSheng()) && "1".equals(areaLevel)) {
|
|
239
|
+ if (Arrays.asList(CityConstants.CITY).contains(s.getSheng()) && ("0".equals(areaLevel) || ObjectUtil.isEmpty(areaLevel))) {
|
240
|
240
|
s.setShi(s.getXian());
|
241
|
241
|
s.setXian(null);
|
242
|
242
|
}
|