zhanghl
2025-05-12 088a46dc697ef5b719f1ab62c9988f96a21e5e0c
aps-modules/aps-job/src/main/resources/mapper/job/ApsStandardProcessRouteLineJobMapper.xml
@@ -130,6 +130,7 @@
        org_code,
        shop_code,
        standard_time,
        create_by,
        create_time
        ) VALUES
        <foreach collection="list" item="item" separator=",">
@@ -144,6 +145,7 @@
            #{item.orgCode},
            #{item.shopCode},
            #{item.standardTime},
            #{item.createBy},
            now()
            )
        </foreach>
@@ -162,6 +164,7 @@
            org_code,
            shop_code,
            standard_time,
            create_by,
            create_time
        )
        SELECT
@@ -175,6 +178,7 @@
            org_code,
            shop_code,
            standard_time,
            create_by,
            now()
        FROM aps_standard_process_route_line_job
    </insert>