From 6e29cea504e2417675646fdfabe5b581a9fa1e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Tue, 18 Mar 2025 18:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/material/device/DevInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml index 6294d87..f570d46 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml @@ -1311,7 +1311,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" SELECT mdi.device_name as deviceName,mt.type_name as modelName,mdi.identify_code as identifyCode, md.order_id as orderId,sd.dept_name as comName,mdi.person as person,sd2.dept_name as lessee, - su.user_name as lesseePerson,moi.create_time as startTime ,moi.end_time as endTime ,moi.cost as cost + su.user_name as lesseePerson,md.rent_begin_time as startTime ,md.rent_end_time as endTime ,moi.cost as cost FROM ma_dev_info mdi LEFT JOIN ma_order_details md on mdi.ma_id = md.ma_id