ludc
2023-11-09 80f4d7a739922c5697eef06cb27561bcd3255665
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
@@ -17,6 +17,10 @@
        ${inSql}
    </select>
    <select id="selectCountByTableName" resultType="java.lang.String">
        select COUNT(*) FROM ${tableName}
    </select>
    <select id="selectBySql" resultType="java.util.Map">
        ${inSql}
    </select>