huangjiayang
2025-04-27 0ed7ad518c3fb354b830cc6b27a18dc0cd01f6fb
aps-modules/aps-core/src/main/resources/mapper/core/ApsProcessRouteMapper.xml
@@ -145,4 +145,5 @@
    <select id="selectProcessNameList" parameterType="String" resultMap="ApsProcessRouteResult">
        select DISTINCT process_name from aps_process_route where org_code = #{orgCode}
    </select>
</mapper>