xiejun
2024-11-01 0496aed6e04c5084f05ce1035ba9ec38e3d4e9c7
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());
   }