From cda9decfde8c6b518639c5da506aa293c07f88ff Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期一, 08 九月 2025 16:43:04 +0800 Subject: [PATCH] 修改附件上传用户id类型为string,及审核页面不显示带文件上传状态 --- src/main/resources/mapper/OrderDetailMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/OrderDetailMapper.xml b/src/main/resources/mapper/OrderDetailMapper.xml index ccc67f5..ccc2674 100644 --- a/src/main/resources/mapper/OrderDetailMapper.xml +++ b/src/main/resources/mapper/OrderDetailMapper.xml @@ -38,7 +38,7 @@ <select id="selectByOrderId" resultMap="BaseResultMap"> SELECT <include refid="Base_Column_List"/> - FROM order_detail + FROM tb_order_detail WHERE deleted = 0 AND order_id = #{orderId} ORDER BY created_at ASC </select> -- Gitblit v1.8.0