浏览代码

设备管理费改版

李进 1 年之前
父节点
当前提交
d84e89ec22
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      device-api-service/src/main/resources/mapper/DeviceChargingMapper.xml

+ 1 - 1
device-api-service/src/main/resources/mapper/DeviceChargingMapper.xml

@@ -25,7 +25,7 @@
             <result column="merc_name" property="mercName"/>
             <result column="create_time" property="createTime"/>
             <association property="deviceStatus" javaType="com.xy.dto.DeviceStatusDto$Vo">
-                <result column="net_type" property="netType"/>
+                <result column="net_state" property="netState"/>
             </association>
         </association>
         <association property="deviceCharging" javaType="com.xy.dto.DeviceChargingDto$Vo">