zhanghl
2025-05-12 7af9ce0cde405ff7a48012b03bedf2884c09ab15
aps-modules/aps-core/src/main/resources/mapper/core/ApsProcessRouteMapper.xml
@@ -52,6 +52,7 @@
            <if test="plant != null  and plant != ''"> and plant = #{plant}</if>
            <if test="workCenter != null  and workCenter != ''"> and work_center = #{workCenter}</if>
        </where>
        order by  process_number asc
    </select>
    <select id="selectApsProcessRouteById" parameterType="String" resultMap="ApsProcessRouteResult">
@@ -145,4 +146,5 @@
    <select id="selectProcessNameList" parameterType="String" resultMap="ApsProcessRouteResult">
        select DISTINCT process_name from aps_process_route where org_code = #{orgCode}
    </select>
</mapper>