From 1cdccaf0a06161fcc2a5797e617508c8a7e1f300 Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期六, 06 九月 2025 03:14:53 +0800 Subject: [PATCH] 修改订单创建,发起工作流调用,采用后端处理,增加事务,修改审核同通过和驳回处理,修改根据用户id获取工作流代办信息,再根据代办ids查询订单信息 --- src/main/resources/mapper/OrderAttachmentMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/OrderAttachmentMapper.xml b/src/main/resources/mapper/OrderAttachmentMapper.xml index 01114a6..7643e8c 100644 --- a/src/main/resources/mapper/OrderAttachmentMapper.xml +++ b/src/main/resources/mapper/OrderAttachmentMapper.xml @@ -34,7 +34,7 @@ <select id="selectByOrderId" resultMap="BaseResultMap"> SELECT <include refid="Base_Column_List"/> - FROM order_attachment + FROM tb_order_attachment WHERE deleted = 0 AND order_id = #{orderId} ORDER BY created_at ASC </select> -- Gitblit v1.8.0