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>