|
|
@@ -327,9 +327,7 @@ public class CadastreManageController extends BaseController {
|
|
|
|
|
|
if(StringUtils.isNotBlank(qlr)){
|
|
|
String qlrWhere = cadastreManageService.getQlrList(qlr);
|
|
|
- if("zrz".equalsIgnoreCase(tableName)){
|
|
|
- ywh += " AND "+qlrWhere;
|
|
|
- }
|
|
|
+ ywh += " AND "+qlrWhere;
|
|
|
}
|
|
|
List<Map<String, Object>> res = cadastreManageService.selectTableRow(tableName, geomFlag, bsm, ywh);
|
|
|
return R.ok(res);
|