wangting
2023-07-28 ba642d2510ca51edf0b5e64a78b0088fe2ee3b4f
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'" +