[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOCoreBPMN / src / main / resources / urnMapping.xml
index fd5d586..274c859 100644 (file)
 
        <select id="selectAll" resultMap="urnMapping">
                select NAME_, VALUE_, REV_
-               from ATT_URN_MAPPING
+               from MSO_URN_MAPPING
        </select>
 
        <select id="selectOne" resultMap="urnMapping">
                select NAME_, VALUE_, REV_
-               from ATT_URN_MAPPING
+               from MSO_URN_MAPPING
                where name = #{name}
        </select>