From f386341ce2bb205bd056a7611d3ae678ca106e65 Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期一, 08 九月 2025 16:26:09 +0800 Subject: [PATCH] 修改token参数类型问题 --- 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