weidy
2023-07-06 4d8f8ea304c739da4da6af2448b2957785f3d561
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>