From c64161f9e685b4a2c74dcc7e6cd7ba75a35c8351 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期三, 10 七月 2024 14:28:59 +0800 Subject: [PATCH] add a inputQty and outputQty --- pms-parent/pms-global/src/main/resources/mapper/StaDeviceLastMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/StaDeviceLastMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/StaDeviceLastMapper.xml index 8386033..abed27c 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/StaDeviceLastMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/StaDeviceLastMapper.xml @@ -23,7 +23,7 @@ <result property="outTime" column="out_time" jdbcType="TIMESTAMP"/> <result property="memo" column="memo" jdbcType="VARCHAR"/> </resultMap> - <resultMap id="joinResultMap" type="com.dy.pmsGlobal.pojoSta.StaDeviceLife" extends="BaseResultMap"> + <resultMap id="joinResultMap" type="com.dy.pmsGlobal.pojoSta.StaDeviceLast" extends="BaseResultMap"> <result property="planName" column="plan_name" jdbcType="VARCHAR"/> <result property="stationName" column="station_name" jdbcType="VARCHAR"/> <result property="updateUserName" column="update_user_name" jdbcType="VARCHAR"/> -- Gitblit v1.8.0