Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
@@ -63,4 +63,13 @@ END; </update > <select id="getNextRevision" resultType="map" > select max(revisionSeq) + 1 revisionSeq, max(RevisionValue) + 1 revisionVal, max(VersionSeq) + 1 VersionSeq, max(VersionValue) + 1 VersionVal from ${tableName} where nameoid = #{nameoid} </select> </mapper>