田源
2023-11-03 365fe312bcd6b8ae6954c148edfde3e1ff5b987e
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>