修复设备信息查询中的设备单位类型字段格式
This commit is contained in:
parent
7964b91188
commit
3c05b4776a
|
|
@ -236,7 +236,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
d.device_name as deviceName,
|
||||
d.device_weight as deviceWeight,
|
||||
d.device_count as deviceCount,
|
||||
d.device_unit_type as deviceUnitType,
|
||||
d.device_unit_type as deviceUnitType,
|
||||
d.type_id as typeId,
|
||||
d.check_date as checkDate,
|
||||
d.check_cycle as checkCycle,
|
||||
|
|
|
|||
Loading…
Reference in New Issue