Преглед на файлове

fix设备管理费查询

tanbin преди 1 година
родител
ревизия
116eabba4a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      device-api-service/src/main/resources/mapper/DeviceChargingMapper.xml

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

@@ -32,6 +32,8 @@
             <result column="timeout" property="timeout"/>
             <result column="last_charging_time" property="lastChargingTime"/>
             <result column="charging_create_time" property="createTime"/>
+            <result column="last_charging_money" property="lastChargingMoney"/>
+            <result column="last_charging_pay_type" property="lastChargingPayType"/>
         </association>
     </resultMap>