ludc
2023-11-02 e58f8499d8259086ec3dfde03f9f5f75701b89e5
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
@@ -82,4 +82,13 @@
        where nameoid = #{nameoid}
    </select>
    <select id="getCurrentRevision" resultType="map" >
        select max(revisionSeq) revisionSeq,
               max(RevisionValue) revisionVal,
               max(VersionSeq) VersionSeq,
               max(VersionValue) VersionVal
        from ${tableName}
        where nameoid = #{nameoid}
    </select>
</mapper>