yuxc
2023-08-03 a8e8ae3ba98dc0d843b5f59ff83a77a0e21d65b0
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/impl/MdmIOServiceImpl.java
@@ -1490,9 +1490,6 @@
      conditionMap.put("lastr", "1");
      conditionMap.put("lastv", "1");
      // 查询出表名
      String countSql = "select count(*) from " + VciBaseUtil.getTableName(btmTypeId) +" where 1=1" +
         " and lastr = '1'" +
         " and lastv='1'" +