sfd
2025-05-09 fc76209507ccc9c9190b58ca47a9b2d1df7c3b75
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanOrderManagerMapper.xml
@@ -159,11 +159,11 @@
    <update id="updatePlanDateByCustom" parameterType="ApsPlateOrderPlanDate">
        update aps_plate_plan set
          custom_time = #{planRequireDate.customDate},
          update_by = #{planRequireDate.updateBy},
          custom_time = #{customDate},
          update_by = #{updateBy},
          update_time = now()
        where id in
        <foreach collection="planRequireDate.planIds" item="id" open="(" separator="," close=")">
        <foreach collection="planIds" item="id" open="(" separator="," close=")">
            #{id}
        </foreach>
    </update>