Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/mapper/CommonsMapper.java
@@ -20,7 +20,6 @@ List<String> selectById(@Param("inSql") String inSql); int queryCountBySql(@Param("inSql") String inSql); List<Map> selectBySql(@Param("inSql") String inSql); Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/impl/MdmIOServiceImpl.java
@@ -78,7 +78,7 @@ * 通用查询 */ @Resource CommonsMapper commonsMapper; private CommonsMapper commonsMapper; /** * 模板的服务 Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
@@ -22,6 +22,10 @@ ${inSql} </select> <select id="queryCountBySql" resultType="java.lang.Integer"> ${inSql} </select> <select id="queryByOnlySqlForMap" resultType="java.util.Map"> ${inSql} </select>