ludc
2024-05-17 58e1c4e2bdc8e4f8b647d7c2b9e5e5656a00b445
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeClassifyTemplateAttrController.java
@@ -143,11 +143,11 @@
      if(baseQueryObject == null){
         baseQueryObject = new BaseQueryObject();
      }
      String tenantId = AuthUtil.getTenantId().toString();
      //String tenantId = AuthUtil.getTenantId().toString();
      Map<String, String> conditionMap = baseQueryObject.getConditionMap();
      if(Func.isNotEmpty(tenantId)){
      /*if(Func.isNotEmpty(tenantId)){
         conditionMap.put("TENANT_ID",tenantId);
      }
      }*/
      return CodeClstempattrService.gridCodeClassifyTemplateAttr(conditionMap,baseQueryObject.getPageHelper());
   }