From f0da95925bcb8ad19b0d1cc78afe4b4a4ae188a6 Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期四, 28 八月 2025 09:55:51 +0800 Subject: [PATCH] Merge branch 'master' of http://xearth.cn:6600/r/web-manage/web-manage-back --- 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