Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
@@ -6,7 +6,7 @@
    <select id="selectByCount" resultType="java.util.Map">
        select COUNT(w.OID) count
        from ${tableName} w
                 join PL_CODE_ALLCODE c on w.OID = c.CREATECODEOID
            join PL_CODE_ALLCODE c on w.OID = c.CREATECODEOID
        where c.CREATECODEBTM = #{btm}
          and c.CODERULEOID = #{oid}
          and w.LASTR = '1'
@@ -14,4 +14,13 @@
    </select>
    <select id="selectById" resultType="java.lang.String">
        ${inSql}
    </select>
    <select id="selectBySql" resultType="java.util.Map">
        ${inSql}
    </select>
</mapper>