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