检修详情code回显
This commit is contained in:
parent
6f03c54bb9
commit
48d82a54d1
|
|
@ -469,6 +469,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<select id="getLeaseRepairRecordList" resultType="com.bonus.material.lease.domain.LeaseRepairRecord">
|
||||
SELECT
|
||||
lr.ma_id as maId,
|
||||
m1.code,
|
||||
m1.device_name as deviceName,
|
||||
mt.type_name as typeName,
|
||||
lr.repair_num as repairNum,
|
||||
|
|
|
|||
Loading…
Reference in New Issue