ソースを参照

权利人条件查询2

DESKTOP-2K9OVK9\siwei 1 ヶ月 前
コミット
876f6278d5

+ 1 - 3
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/controller/cadastre/CadastreManageController.java

@@ -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);