From fa3a396d9012a72e16876a2b2ada6bd447b28161 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Fri, 10 Jan 2025 10:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=BE=BD=E7=AE=80=E5=8C=96=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/material/order/OrderInfoMapper.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml index aa5d7a4..ec9043c 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml @@ -57,6 +57,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ,rent_over_user = #{userName} ,rent_over_time = now() + -- ah-simple 临时改动 START + + ,rent_over_user = #{userName} + ,rent_over_time = now() + + -- ah-simple 临时改动 END ,refuse_user = #{userName} ,refuse_time = now()