yuxc
2023-07-28 dec9d854de8cb6a4e0055ce3df24f3a45ec27c1c
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'" +