[04:16:01] [DEBUG] controller.EssController - ----------------------------------------------- [04:16:01] [DEBUG] controller.EssController - error : http://49.50.166.247/emsa/error.co, param : code=404 [04:16:01] [DEBUG] controller.EssController - ----------------------------------------------- [04:55:56] [DEBUG] controller.EssController - ----------------------------------------------- [04:55:56] [DEBUG] controller.EssController - error : http://49.50.166.247/emsa/error.co, param : code=404 [04:55:56] [DEBUG] controller.EssController - ----------------------------------------------- [06:43:46] [DEBUG] controller.EssController - ----------------------------------------------- [06:43:46] [DEBUG] controller.EssController - error : http://49.50.166.247/emsa/error.co, param : code=404 [06:43:46] [DEBUG] controller.EssController - ----------------------------------------------- [06:52:07] [DEBUG] controller.EssController - ----------------------------------------------- [06:52:07] [DEBUG] controller.EssController - error : http://49.50.166.247/emsa/error.co, param : code=404 [06:52:07] [DEBUG] controller.EssController - ----------------------------------------------- [18:13:01] [DEBUG] controller.EssController - ----------------------------------------------- [18:13:01] [DEBUG] controller.EssController - error : http://49.50.166.247/emsa/error.co, param : code=404 [18:13:01] [DEBUG] controller.EssController - ----------------------------------------------- [04:59:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [04:59:57] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [04:59:58] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [04:59:58] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [05:29:58] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [05:30:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [05:30:01] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :wando, login_channel : null [05:30:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: wando(String) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [05:30:01] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [05:30:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [05:30:01] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/view.co [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : wando [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: wando(String) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: wando(String) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: wando, mappingList.size : 3 [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [05:30:01] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[wando] roles roles [0]ROLE_01 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: wando(String), 01(String), 8E24CAC6BF8BCCEEF391A0A006455293(String), PHONE(String) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [05:30:01] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:01] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 14, param.plantSeq : 0 [05:30:01] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 0(Integer), 2022-05-09(String), 14(Integer), 0(Integer), 2022-05-08(String), 14(Integer), 0(Integer), 2022-05-10(String), 61751(Integer) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 2022-05-10(String), 14(Integer), 2022-05-10(String), 14(Integer) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [05:30:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [05:30:01] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:01] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [05:30:01] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 01(String), 2022-04-26(String) [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 0(Integer), 2022-05-10(String), 14(Integer), 0(Integer), 2022-05-10(String) [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 14(Integer), 0(Integer), 14(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 1(Integer), 2022-05-10(String), 14(Integer), 1(Integer), 2022-05-10(String) [05:30:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [05:30:06] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:06] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 16 [05:30:06] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 2022-05-10(String), 2022-05-10(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:06] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:06] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 16, param.plantSeq : 16 [05:30:06] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 0(Integer), 2022-05-09(String), 16(Integer), 0(Integer), 2022-05-08(String), 16(Integer), 0(Integer), 2022-05-10(String), 61751(Integer) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 2022-05-10(String), 16(Integer), 2022-05-10(String), 16(Integer) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [05:30:06] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:06] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [05:30:06] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 01(String), 2022-04-26(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 0(Integer), 2022-05-10(String), 16(Integer), 0(Integer), 2022-05-10(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 16(Integer), 0(Integer), 16(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [05:30:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [05:30:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [05:30:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 1(Integer), 2022-05-10(String), 16(Integer), 1(Integer), 2022-05-10(String) [05:30:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [05:30:10] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:10] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 15 [05:30:10] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 2022-05-10(String), 2022-05-10(String) [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:10] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:10] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 15, param.plantSeq : 15 [05:30:10] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 0(Integer), 2022-05-09(String), 15(Integer), 0(Integer), 2022-05-08(String), 15(Integer), 0(Integer), 2022-05-10(String), 61751(Integer) [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 2022-05-10(String), 15(Integer), 2022-05-10(String), 15(Integer) [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [05:30:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [05:30:10] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:10] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [05:30:10] [DEBUG] controller.EssController - ----------------------------------------------- [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 01(String), 2022-04-26(String) [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 0(Integer), 2022-05-10(String), 15(Integer), 0(Integer), 2022-05-10(String) [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 15(Integer), 0(Integer), 15(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 1(Integer), 2022-05-10(String), 15(Integer), 1(Integer), 2022-05-10(String) [05:30:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:53:17] [DEBUG] controller.RestAPIController - callPmsFault :: [40] [112.160.187.52] 고성성광 is Fault PUSH [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 1(Integer), 61752(Integer), 2022-05-10(String), 05(String), 53(String), 3466074(Long), 3279567(Long), 947(Long), 0(Integer), 50(Integer), 2767(Integer), 52(Integer), 58202(Integer), 0(Integer), 0(Integer), 0(Integer), 108(Integer), 0(Integer), 947(Integer), 3872(Integer), 0(Integer), 0(Integer), 20(Integer), 924(Integer), 0(Integer), 6777(Integer), 0(Integer), 284(Integer), 241(Integer), 34(Integer), 34(Integer), 3(Integer), 1(Integer), 0(Integer), 788(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 40(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_cs ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHms, csType, procType, procStatus, procMemo, pcsFaultStr, batteryFaultStr, updateId, updateDatetime, createId, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), ?, now() ) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 1(Integer), 61752(Integer), 2022-05-10(String), 05:53:01(String), 20(String), 10(String), 10(String), PMS FAULT PUSH(String), 1,0,0,0(String), 1,0,0,0(String), PUSH(String), PUSH(String) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 0(Integer), 61752(Integer), 2022-05-10(String), 05(String), 53(String), 3466074(Long), 3279567(Long), 947(Long), 0(Integer), 50(Integer), 2767(Integer), 52(Integer), 58202(Integer), 0(Integer), 0(Integer), 0(Integer), 108(Integer), 0(Integer), 947(Integer), 3872(Integer), 0(Integer), 0(Integer), 20(Integer), 924(Integer), 0(Integer), 6777(Integer), 0(Integer), 284(Integer), 241(Integer), 34(Integer), 34(Integer), 3(Integer), 1(Integer), 0(Integer), 788(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 2(Integer), 61752(Integer), 2022-05-10(String), 05(String), 53(String), 3458821(Long), 3273357(Long), 947(Long), 0(Integer), 49(Integer), 62093(Integer), 52(Integer), 50949(Integer), 0(Integer), 0(Integer), 0(Integer), 108(Integer), 0(Integer), 947(Integer), 3870(Integer), 0(Integer), 0(Integer), 20(Integer), 927(Integer), 0(Integer), 6782(Integer), 0(Integer), 261(Integer), 235(Integer), 34(Integer), 34(Integer), 3(Integer), 1(Integer), 0(Integer), 788(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 40(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:53:17] [DEBUG] service.CsService - [40:2] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 3(Integer), 61752(Integer), 2022-05-10(String), 05(String), 53(String), 3460382(Long), 3274012(Long), 947(Long), 0(Integer), 49(Integer), 62748(Integer), 52(Integer), 52510(Integer), 0(Integer), 0(Integer), 0(Integer), 108(Integer), 0(Integer), 947(Integer), 3882(Integer), 0(Integer), 0(Integer), 20(Integer), 922(Integer), 0(Integer), 6776(Integer), 0(Integer), 281(Integer), 228(Integer), 34(Integer), 34(Integer), 3(Integer), 1(Integer), 0(Integer), 788(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 40(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:53:17] [DEBUG] service.CsService - [40:3] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 4(Integer), 61752(Integer), 2022-05-10(String), 05(String), 53(String), 3476173(Long), 3288859(Long), 947(Long), 0(Integer), 50(Integer), 12059(Integer), 53(Integer), 2765(Integer), 0(Integer), 0(Integer), 0(Integer), 108(Integer), 0(Integer), 947(Integer), 3871(Integer), 0(Integer), 0(Integer), 20(Integer), 928(Integer), 0(Integer), 6776(Integer), 0(Integer), 272(Integer), 239(Integer), 34(Integer), 34(Integer), 3(Integer), 0(Integer), 0(Integer), 780(Integer), 32784(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 40(Integer) [05:53:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [05:53:17] [DEBUG] service.CsService - [40:4] CS가 이미 접수되었습니다. pcs: 32784,0,0,0, bms : 0,0,0,0 [05:53:18] [DEBUG] controller.RestAPIController - [40] smsMessage : 고성성광 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [06:07:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:07:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [06:07:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [06:07:01] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 16 [06:07:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:07:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [06:07:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [06:27:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:27:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [06:27:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [06:27:21] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 16 [06:27:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:27:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [06:27:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [06:27:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [06:27:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 2022-05-10(String), 2022-05-10(String) [06:27:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:27:35] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 112.160.187.52, port : 502, pcsIdx : 3, pcsMaker : 12 [06:59:49] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [07:15:44] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:15:44] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :yeongsf, login_channel : null [07:15:44] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:15:44] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:15:44] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [07:15:44] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:15:44] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/loginsf.co [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : yeongsf [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: yeongsf, mappingList.size : 11 [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:15:44] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[yeongsf] roles roles [0]ROLE_01 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String), 01(String), 7A01345042333129D7CB8AB200F90CA9(String), PHONE(String) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:15:44] [DEBUG] controller.EssController - ----------------------------------------------- [07:15:44] [DEBUG] controller.EssController - /index.co called [07:15:44] [DEBUG] controller.EssController - ----------------------------------------------- [07:15:44] [DEBUG] controller.EssController - ----------------------------------------------- [07:15:44] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 96, param.plantSeq : 0 [07:15:44] [DEBUG] controller.EssController - ----------------------------------------------- [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 0(Integer), 2022-05-09(String), 96(Integer), 0(Integer), 2022-05-08(String), 96(Integer), 0(Integer), 2022-05-10(String), 61758(Integer) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 96(Integer), 2022-05-10(String), 96(Integer) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:15:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:15:45] [DEBUG] controller.EssController - ----------------------------------------------- [07:15:45] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [07:15:45] [DEBUG] controller.EssController - ----------------------------------------------- [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 01(String), 2022-04-26(String) [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 0(Integer), 2022-05-10(String), 96(Integer), 0(Integer), 2022-05-10(String) [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 96(Integer), 0(Integer), 96(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 1(Integer), 2022-05-10(String), 96(Integer), 1(Integer), 2022-05-10(String) [07:15:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.plantStatus = ? and v.ivtStatus = ? and p.seq in ( 96, 76, 77, 78, 92, 93, 98, 99, 127, 128, 129 ) ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String) [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [07:15:50] [DEBUG] controller.SolarController - slide.selectListFront : 쿼리조회시간 : 0 [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer) [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 2022-05-10(String) [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' order by plantSeq asc, ivtIdx asc [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:15:50] [DEBUG] controller.InverterController - ------------------------------------- [07:15:50] [DEBUG] controller.InverterController - { "data" : [{"name":"end"}]} [07:15:50] [DEBUG] controller.InverterController - ------------------------------------- [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:15:50] [DEBUG] controller.InverterController - ------------------------------------- [07:15:50] [DEBUG] controller.InverterController - { "data" : [{"name":"end"}]} [07:15:50] [DEBUG] controller.InverterController - ------------------------------------- [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 15 [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [07:15:50] [DEBUG] controller.JsonController - ------------------------------------- [07:15:50] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [07:15:50] [DEBUG] controller.JsonController - ------------------------------------- [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [07:15:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [07:16:38] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:16:38] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :yeongsf, login_channel : null [07:16:38] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:38] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:16:38] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [07:16:38] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:16:38] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/loginsf.co [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : yeongsf [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: yeongsf, mappingList.size : 11 [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:16:38] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[yeongsf] roles roles [0]ROLE_01 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String), 01(String), FDC925F958564C951526218ACCC2FEFD(String), PHONE(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:16:38] [DEBUG] controller.EssController - ----------------------------------------------- [07:16:38] [DEBUG] controller.EssController - /index.co called [07:16:38] [DEBUG] controller.EssController - ----------------------------------------------- [07:16:38] [DEBUG] controller.EssController - ----------------------------------------------- [07:16:38] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 96, param.plantSeq : 0 [07:16:38] [DEBUG] controller.EssController - ----------------------------------------------- [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 0(Integer), 2022-05-09(String), 96(Integer), 0(Integer), 2022-05-08(String), 96(Integer), 0(Integer), 2022-05-10(String), 61758(Integer) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 96(Integer), 2022-05-10(String), 96(Integer) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:16:38] [DEBUG] controller.EssController - ----------------------------------------------- [07:16:38] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [07:16:38] [DEBUG] controller.EssController - ----------------------------------------------- [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 01(String), 2022-04-26(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 0(Integer), 2022-05-10(String), 96(Integer), 0(Integer), 2022-05-10(String) [07:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:16:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:16:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 96(Integer), 0(Integer), 96(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [07:16:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [07:16:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [07:16:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 1(Integer), 2022-05-10(String), 96(Integer), 1(Integer), 2022-05-10(String) [07:16:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' order by plantSeq asc, ivtIdx asc [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:17:30] [DEBUG] controller.InverterController - ------------------------------------- [07:17:30] [DEBUG] controller.InverterController - { "data" : [{"name":"end"}]} [07:17:30] [DEBUG] controller.InverterController - ------------------------------------- [07:17:30] [DEBUG] controller.InverterController - ------------------------------------- [07:17:30] [DEBUG] controller.InverterController - { "data" : [{"name":"end"}]} [07:17:30] [DEBUG] controller.InverterController - ------------------------------------- [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 15 [07:17:30] [DEBUG] controller.JsonController - ------------------------------------- [07:17:30] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [07:17:30] [DEBUG] controller.JsonController - ------------------------------------- [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [07:17:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [07:17:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:17:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [07:17:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [07:17:44] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 16 [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 15 [07:17:45] [DEBUG] controller.JsonController - ------------------------------------- [07:17:45] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [07:17:45] [DEBUG] controller.JsonController - ------------------------------------- [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [07:17:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:18:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:18:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [07:18:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [07:18:51] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 16 [07:18:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:18:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [07:18:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [07:44:15] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [07:44:20] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:44:20] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :tk2340, login_channel : null [07:44:20] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:20] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:44:20] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [07:44:20] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:44:20] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : tk2340 [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: tk2340, mappingList.size : 1 [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:44:20] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[tk2340] roles roles [0]ROLE_01 [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String), 01(String), 5539A89CB07209FDECFE24A13E238932(String), PHONE(String) [07:44:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:44:20] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:20] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [07:44:20] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:22] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:22] [DEBUG] controller.EssController - /index.co called [07:44:22] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:22] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:22] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [07:44:22] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-09(String), 41(Integer), 0(Integer), 2022-05-08(String), 41(Integer), 0(Integer), 2022-05-10(String), 61761(Integer) [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 41(Integer), 2022-05-10(String), 41(Integer) [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:44:24] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:24] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [07:44:24] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:44:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-04-26(String) [07:44:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:44:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [07:44:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:44:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [07:44:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-10(String), 41(Integer), 0(Integer), 2022-05-10(String) [07:44:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2022-05-10(String), 41(Integer), 1(Integer), 2022-05-10(String) [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:44:30] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:30] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [07:44:30] [DEBUG] controller.EssController - ----------------------------------------------- [07:44:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:44:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-04-26(String) [07:44:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:44:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [07:44:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:44:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [07:44:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-10(String), 41(Integer), 0(Integer), 2022-05-10(String) [07:44:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:44:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:44:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [07:44:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [07:44:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [07:44:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2022-05-10(String), 41(Integer), 1(Integer), 2022-05-10(String) [07:44:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:57:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:57:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [07:57:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [07:57:25] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 32 [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 15 [07:57:26] [DEBUG] controller.JsonController - ------------------------------------- [07:57:26] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [07:57:26] [DEBUG] controller.JsonController - ------------------------------------- [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [07:57:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:01:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [08:01:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [08:01:38] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 31 [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 15 [08:01:39] [DEBUG] controller.JsonController - ------------------------------------- [08:01:39] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [08:01:39] [DEBUG] controller.JsonController - ------------------------------------- [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [08:01:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:40] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:01:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:01:50] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :admin01, login_channel : null [08:01:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin01(String) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:01:50] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_05 [08:01:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:01:50] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : admin01 [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin01(String) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName from t_plant p left join t_pms m on p.seq = m.plantSeq and p.plantStatus = '01' and m.pmsStatus = '01' order by p.seq desc [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 103 [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: admin01, mappingList.size : 103 [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:01:50] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[admin01] roles roles [0]ROLE_05 [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin01(String), 05(String), 1C25B8ECAE98B321FA1A15619E0272B4(String), WEB(String) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:01:50] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:01:50] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [08:01:50] [DEBUG] controller.SignController - /monitoring/dashboard.co [08:01:50] [DEBUG] controller.SignController - ....................................... [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.pvPower/p.supplyPower as pvPercent, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, count(seq) as count from t_pmsdata_2022 where pcsIdx=0 and inputDate = ? group by plantSeq ) d2 where d.plantSeq = d2.plantSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? ) d on p.seq = d.plantSeq ) p left join ( select inputHour as weatherHour, weatherCode, cloud from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ?) ) w on p.weatherCode = w.weatherCode order by p.pvPercent desc [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 2022-05-10(String) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.geox, p.geoy, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) order by p.seq desc [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, count(inputHour) as count from t_weather_2021 where inputYmd = ? group by inputHour order by inputHour desc [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:01:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:01:50] [DEBUG] controller.EssController - ----------------------------------------------- [08:01:50] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [08:01:50] [DEBUG] controller.EssController - ----------------------------------------------- [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(k.seq) as count from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_count.Kesco : 쿼리조회시간 : 0 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_count.alarmBatt : 쿼리조회시간 : 0 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_count.faultPms : 쿼리조회시간 : 0 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_data_count.pmsVo : 쿼리조회시간 : 0 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 10(Integer), 990(Integer), 10(Integer), 990(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_kesco k where seq = (select max(seq) from t_timetable_kesco k where k.inputDate = ? ) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_count.alarmTemp : 쿼리조회시간 : 16 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_data_count.kescoVo : 쿼리조회시간 : 32 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and ( d.data20 < ? or d.data20 > ? or d.data21 < ? or d.data21 > ?) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 320(Integer), 160(Integer), 320(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_count.faultTemp : 쿼리조회시간 : 16 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, inputHour, count(inputYmd) as count from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ? ) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_data_count.weatherVo : 쿼리조회시간 : 15 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_count.alarmCellTempCount : 쿼리조회시간 : 16 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, createDatetime, count(seq) as count from t_pmsdata_statistic_hour where inputDate=? and inputHour = (select max(inputHour) from t_pmsdata_statistic_hour where inputDate = ?) and pcsIdx=0 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_data_count.hourVo : 쿼리조회시간 : 0 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_count.cs : 쿼리조회시간 : 31 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputMonth, inputDay, createDatetime, count(seq) as count from t_pmsdata_statistic_day where inputDate=? and pcsIdx=0; [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:01:51] [DEBUG] controller.MonitoringController - main_data_count.dayVo : 쿼리조회시간 : 16 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:01:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:01:53] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 156 [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 301(Integer), 0(Integer), 10(Integer) [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:01:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:01:54] [DEBUG] controller.InverterController - ------------------------------------- [08:01:54] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:01:54] [DEBUG] controller.InverterController - ------------------------------------- [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 56 [08:01:54] [DEBUG] controller.InverterController - ------------------------------------- [08:01:54] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"00"},{"name":"ivt_76_6","status":"01"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"end"}]} [08:01:54] [DEBUG] controller.InverterController - ------------------------------------- [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 301(Integer), 2022-05-10(String) [08:01:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:01:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and m.pmsStatus = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:01:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [08:01:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [08:01:57] [DEBUG] controller.PmsController - selectListPmsPlant : 쿼리조회시간 : 15 [08:01:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:01:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:01:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 94(Integer), 2022-05-10(String), 2022-05-10(String) [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:02:02] [DEBUG] controller.PlantController - 발전소 정보 : 쿼리조회시간 : 16 [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and p.seq = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 94(Integer), 2022-03-21(String), 2022-05-10(String) [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, (select name from t_code where groupType ='device_etc' and code = d.typeCode) as typeName, c.name as modelName from t_device d, t_code c where d.plantSeq = ? and c.groupType = concat("device_", d.typeCode) and modelCode = c.code [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 94(Integer) [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:02:02] [DEBUG] controller.PlantController - CS / Device : 쿼리조회시간 : 31 [08:02:02] [DEBUG] controller.PlantController - 코드 정보 : 쿼리조회시간 : 31 [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:02:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:03:07] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 172 [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 301(Integer), 0(Integer), 10(Integer) [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:03:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:03:08] [DEBUG] controller.InverterController - ------------------------------------- [08:03:08] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:03:08] [DEBUG] controller.InverterController - ------------------------------------- [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 56 [08:03:08] [DEBUG] controller.InverterController - ------------------------------------- [08:03:08] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"00"},{"name":"ivt_76_6","status":"01"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"end"}]} [08:03:08] [DEBUG] controller.InverterController - ------------------------------------- [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 301(Integer), 2022-05-10(String) [08:03:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:03:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:03:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 331(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:03:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [08:03:38] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 203 [08:03:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:03:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 331(Integer), 0(Integer), 10(Integer) [08:03:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:03:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:03:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:03:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 331(Integer) [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:03:39] [DEBUG] controller.InverterController - ------------------------------------- [08:03:39] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:03:39] [DEBUG] controller.InverterController - ------------------------------------- [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:03:39] [DEBUG] controller.InverterController - ------------------------------------- [08:03:39] [DEBUG] controller.InverterController - { "data" : [{"name":"end"}]} [08:03:39] [DEBUG] controller.InverterController - ------------------------------------- [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 331(Integer) [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 331(Integer), 2022-05-10(String) [08:03:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:03:45] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 203 [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 301(Integer), 0(Integer), 10(Integer) [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:03:45] [DEBUG] controller.InverterController - ------------------------------------- [08:03:45] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:03:45] [DEBUG] controller.InverterController - ------------------------------------- [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 56 [08:03:45] [DEBUG] controller.InverterController - ------------------------------------- [08:03:45] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"00"},{"name":"ivt_76_6","status":"01"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"end"}]} [08:03:45] [DEBUG] controller.InverterController - ------------------------------------- [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 301(Integer), 2022-05-10(String) [08:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 08(String), 04(String), 250.8(Float), 294.9(Float), 0.3(Float), 365468.0(Float), 01(String) [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32533(Integer), 101(Integer), 1(Integer), 197456.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 196.5(Double), 980.4(Double), 192648.6(Double), 24.4(Double), 90.0(Double), 234917.0(Double), 223500.0(Double), 01(String) [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32533(Integer), 101(Integer), 2(Integer), 53305.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 39.4(Double), 983.5(Double), 38749.9(Double), 20.2(Double), 96.2(Double), 59939.0(Double), 141968.0(Double), 01(String) [08:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 08(String), 04(String), 216.7(Float), 256.7(Float), 0.3(Float), 385848.0(Float), 01(String) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32534(Integer), 108(Integer), 1(Integer), 169753.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 171.1(Double), 993.1(Double), 169919.4(Double), 34.9(Double), 89.0(Double), 203414.0(Double), 234575.0(Double), 01(String) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32534(Integer), 108(Integer), 2(Integer), 46917.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 35.1(Double), 1023.1(Double), 35910.8(Double), 48.7(Double), 94.4(Double), 53285.0(Double), 151273.0(Double), 01(String) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 08(String), 04(String), 239.5(Float), 286.7(Float), 0.3(Float), 402469.0(Float), 01(String) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32535(Integer), 109(Integer), 1(Integer), 185788.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 182.8(Double), 1005.9(Double), 183878.5(Double), 24.3(Double), 89.7(Double), 223047.0(Double), 243850.0(Double), 01(String) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32535(Integer), 109(Integer), 2(Integer), 53683.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 46.0(Double), 1020.7(Double), 46952.2(Double), 45.3(Double), 90.4(Double), 63647.0(Double), 158619.0(Double), 01(String) [08:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 08(String), 04(String), 235.4(Float), 280.7(Float), 0.3(Float), 319382.0(Float), 01(String) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32536(Integer), 106(Integer), 1(Integer), 182855.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 180.9(Double), 989.4(Double), 178982.5(Double), 26.2(Double), 90.5(Double), 219599.0(Double), 197503.0(Double), 01(String) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32536(Integer), 106(Integer), 2(Integer), 52547.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 44.7(Double), 981.8(Double), 43886.5(Double), 42.5(Double), 93.6(Double), 61095.0(Double), 121879.0(Double), 01(String) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 08(String), 04(String), 241.8(Float), 288.7(Float), 0.3(Float), 389144.0(Float), 01(String) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32537(Integer), 111(Integer), 1(Integer), 188984.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 210.9(Double), 1014.7(Double), 214000.2(Double), 27.4(Double), 93.5(Double), 226654.0(Double), 237918.0(Double), 01(String) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32537(Integer), 111(Integer), 2(Integer), 52856.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 45.4(Double), 982.2(Double), 44591.9(Double), 44.3(Double), 94.1(Double), 62060.0(Double), 151226.0(Double), 01(String) [08:04:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 08(String), 05(String), 28.5(Float), 31.7(Float), 0.3(Float), 45551.4(Float), 01(String) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32538(Integer), 129(Integer), 1(Integer), 14601.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 56.0(Double), 578.0(Double), 32368.0(Double), 45.0(Double), 0.0(Double), 16300.0(Double), 23990.7(Double), 01(String) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32538(Integer), 129(Integer), 2(Integer), 13914.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 55.0(Double), 613.0(Double), 33715.0(Double), 40.0(Double), 0.0(Double), 15400.0(Double), 21560.7(Double), 01(String) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 08(String), 05(String), 252.1(Float), 283.0(Float), 0.3(Float), 373795.0(Float), 01(String) [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32539(Integer), 126(Integer), 1(Integer), 196194.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 196.5(Double), 1011.8(Double), 198818.7(Double), 34.2(Double), 99.9(Double), 223695.0(Double), 229255.0(Double), 01(String) [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32539(Integer), 126(Integer), 2(Integer), 55944.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 47.5(Double), 993.8(Double), 47205.5(Double), 31.5(Double), 100.0(Double), 59319.0(Double), 144540.0(Double), 01(String) [08:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 08(String), 05(String), 244.2(Float), 291.5(Float), 0.3(Float), 326184.0(Float), 01(String) [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32540(Integer), 104(Integer), 1(Integer), 190015.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 190.7(Double), 1008.8(Double), 192378.2(Double), 24.1(Double), 100.0(Double), 228726.0(Double), 180484.0(Double), 01(String) [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32540(Integer), 104(Integer), 2(Integer), 54224.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 41.0(Double), 1012.1(Double), 41496.1(Double), 21.5(Double), 99.9(Double), 62737.0(Double), 145700.0(Double), 01(String) [08:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 08(String), 05(String), 267.0(Float), 299.1(Float), 0.3(Float), 384567.0(Float), 01(String) [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32541(Integer), 103(Integer), 1(Integer), 210598.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 206.5(Double), 1019.0(Double), 210423.5(Double), 26.2(Double), 89.9(Double), 239709.0(Double), 237880.0(Double), 01(String) [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32541(Integer), 103(Integer), 2(Integer), 56375.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 39.2(Double), 982.4(Double), 38510.1(Double), 46.9(Double), 93.4(Double), 59416.0(Double), 146687.0(Double), 01(String) [08:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 08(String), 05(String), 118.5(Float), 127.4(Float), 0.3(Float), 65400.7(Float), 01(String) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32542(Integer), 128(Integer), 1(Integer), 26520.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 695.3(Double), 669.3(Double), 465382.3(Double), 29.9(Double), 645.4(Double), 28380.0(Double), 14550.8(Double), 01(String) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32542(Integer), 128(Integer), 2(Integer), 26305.0(Double), 599.9(Double), 0.0(Double), -0.0(Double), 40.2(Double), 663.7(Double), 26702.2(Double), 30.1(Double), 645.4(Double), 28150.0(Double), 14480.5(Double), 01(String) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32542(Integer), 128(Integer), 3(Integer), 26410.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 40.2(Double), 666.5(Double), 26767.1(Double), 30.5(Double), 645.4(Double), 28440.0(Double), 14522.5(Double), 01(String) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32542(Integer), 128(Integer), 4(Integer), 26132.0(Double), 600.2(Double), 0.0(Double), -0.1(Double), 695.0(Double), 670.3(Double), 465857.8(Double), 30.4(Double), 645.4(Double), 28230.0(Double), 14409.1(Double), 01(String) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32542(Integer), 128(Integer), 5(Integer), 13363.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 20.9(Double), 655.2(Double), 13673.7(Double), 38.2(Double), 10.0(Double), 14330.0(Double), 7438.1(Double), 01(String) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 08(String), 05(String), 248.4(Float), 286.5(Float), 0.3(Float), 385178.0(Float), 01(String) [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32543(Integer), 112(Integer), 1(Integer), 198646.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 190.3(Double), 1025.8(Double), 195209.8(Double), 25.5(Double), 88.9(Double), 231680.0(Double), 238913.0(Double), 01(String) [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32543(Integer), 112(Integer), 2(Integer), 49722.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 41.3(Double), 1022.3(Double), 42221.0(Double), 36.6(Double), 94.5(Double), 54782.0(Double), 146265.0(Double), 01(String) [08:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 08(String), 05(String), 231.6(Float), 270.7(Float), 0.3(Float), 358192.0(Float), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32544(Integer), 124(Integer), 1(Integer), 179005.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 170.6(Double), 1042.0(Double), 177765.2(Double), 24.9(Double), 89.8(Double), 209514.0(Double), 214532.0(Double), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32544(Integer), 124(Integer), 2(Integer), 52597.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 47.2(Double), 1030.4(Double), 48634.9(Double), 21.9(Double), 91.6(Double), 61189.0(Double), 143660.0(Double), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 08(String), 05(String), 259.7(Float), 291.3(Float), 0.3(Float), 385572.0(Float), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32545(Integer), 120(Integer), 1(Integer), 201713.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 196.2(Double), 1015.8(Double), 199300.0(Double), 23.3(Double), 99.9(Double), 227518.0(Double), 233580.0(Double), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32545(Integer), 120(Integer), 2(Integer), 57979.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 46.7(Double), 1013.5(Double), 47330.4(Double), 19.2(Double), 100.0(Double), 63767.0(Double), 151992.0(Double), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 08(String), 05(String), 210.1(Float), 209.1(Float), 0.2(Float), 286766.0(Float), 01(String) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32546(Integer), 110(Integer), 1(Integer), 172411.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 167.2(Double), 987.7(Double), 165143.4(Double), 23.0(Double), 88.1(Double), 194072.0(Double), 179218.0(Double), 01(String) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32546(Integer), 110(Integer), 2(Integer), 37727.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 34.9(Double), 995.5(Double), 34743.0(Double), 32.9(Double), 96.6(Double), 14988.0(Double), 107548.0(Double), 01(String) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 08(String), 05(String), 249.2(Float), 275.1(Float), 0.3(Float), 363530.0(Float), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32547(Integer), 125(Integer), 1(Integer), 197792.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 199.0(Double), 995.5(Double), 198104.5(Double), 26.0(Double), 88.3(Double), 217753.0(Double), 220647.0(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32547(Integer), 125(Integer), 2(Integer), 51422.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 47.3(Double), 1042.9(Double), 49329.2(Double), 46.1(Double), 95.6(Double), 57331.0(Double), 142883.0(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 08(String), 05(String), 54.6(Float), 53.0(Float), 0.4(Float), 72845.4(Float), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32548(Integer), 127(Integer), 1(Integer), 18117.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 116.0(Double), 563.0(Double), 65308.0(Double), 39.0(Double), 0.0(Double), 17700.0(Double), 24502.3(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 08(String), 05(String), 249.9(Float), 291.9(Float), 0.3(Float), 392013.0(Float), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32548(Integer), 127(Integer), 2(Integer), 17040.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 78.0(Double), 612.0(Double), 47736.0(Double), 43.0(Double), 0.0(Double), 16600.0(Double), 22464.7(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32549(Integer), 105(Integer), 1(Integer), 197459.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 192.5(Double), 990.1(Double), 190594.3(Double), 24.6(Double), 100.0(Double), 232676.0(Double), 239024.0(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32548(Integer), 127(Integer), 3(Integer), 19477.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 121.0(Double), 618.0(Double), 74778.0(Double), 42.0(Double), 0.0(Double), 18700.0(Double), 25878.4(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32549(Integer), 105(Integer), 2(Integer), 52471.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 36.4(Double), 977.4(Double), 35577.4(Double), 45.6(Double), 99.8(Double), 59263.0(Double), 152989.0(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 08(String), 05(String), 267.7(Float), 299.0(Float), 0.3(Float), 412486.0(Float), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32550(Integer), 121(Integer), 1(Integer), 210905.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 200.4(Double), 1006.3(Double), 201662.5(Double), 24.2(Double), 99.9(Double), 237778.0(Double), 248013.0(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32550(Integer), 121(Integer), 2(Integer), 56814.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 44.2(Double), 996.9(Double), 44063.0(Double), 39.1(Double), 99.9(Double), 61257.0(Double), 164473.0(Double), 01(String) [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 08(String), 05(String), 233.7(Float), 275.0(Float), 0.3(Float), 385538.0(Float), 01(String) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32551(Integer), 107(Integer), 1(Integer), 173565.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 166.3(Double), 1022.9(Double), 170108.3(Double), 23.6(Double), 90.2(Double), 206115.0(Double), 234176.0(Double), 01(String) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32551(Integer), 107(Integer), 2(Integer), 60092.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 49.9(Double), 1042.1(Double), 52000.8(Double), 20.5(Double), 93.2(Double), 68849.0(Double), 151362.0(Double), 01(String) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 08(String), 05(String), 268.4(Float), 296.5(Float), 0.3(Float), 295504.0(Float), 01(String) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32552(Integer), 102(Integer), 1(Integer), 209951.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 214.1(Double), 996.4(Double), 213329.3(Double), 26.3(Double), 91.2(Double), 234382.0(Double), 190873.0(Double), 01(String) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32552(Integer), 102(Integer), 2(Integer), 58421.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 42.0(Double), 1012.7(Double), 42533.4(Double), 21.8(Double), 95.5(Double), 62153.0(Double), 104631.0(Double), 01(String) [08:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 08(String), 05(String), 270.4(Float), 297.0(Float), 0.3(Float), 378765.0(Float), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32553(Integer), 122(Integer), 1(Integer), 213984.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 215.6(Double), 994.1(Double), 214328.0(Double), 27.3(Double), 91.9(Double), 235138.0(Double), 227764.0(Double), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32553(Integer), 122(Integer), 2(Integer), 56394.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 45.2(Double), 991.1(Double), 44797.7(Double), 39.3(Double), 96.1(Double), 61819.0(Double), 151001.0(Double), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 08(String), 05(String), 235.9(Float), 272.1(Float), 0.3(Float), 373740.0(Float), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32554(Integer), 113(Integer), 1(Integer), 185408.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 177.8(Double), 1044.6(Double), 185729.9(Double), 24.2(Double), 88.8(Double), 221138.0(Double), 225448.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32554(Integer), 113(Integer), 2(Integer), 50514.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 40.1(Double), 1012.3(Double), 40593.2(Double), 38.7(Double), 95.6(Double), 50959.0(Double), 148292.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 08(String), 05(String), 312.0(Float), 309.4(Float), 0.3(Float), 1501512.0(Float), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 1(Integer), 19457.0(Double), 0.0(Double), 19.5(Double), 0.0(Double), 23.6(Double), 617.2(Double), 14565.1(Double), 23.0(Double), 0.0(Double), 20900.0(Double), 73174.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 2(Integer), 19346.0(Double), 0.0(Double), 19.3(Double), 0.0(Double), 24.0(Double), 617.6(Double), 14823.2(Double), 23.6(Double), 0.0(Double), 19600.0(Double), 86453.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 3(Integer), 19509.0(Double), 0.0(Double), 19.5(Double), 0.0(Double), 24.1(Double), 615.1(Double), 14823.9(Double), 22.9(Double), 0.0(Double), 21000.0(Double), 74837.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 4(Integer), 19674.0(Double), 0.0(Double), 19.7(Double), 0.0(Double), 24.3(Double), 614.1(Double), 14923.4(Double), 22.9(Double), 0.0(Double), 21000.0(Double), 78267.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 5(Integer), 19555.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.4(Double), 616.7(Double), 15047.5(Double), 24.7(Double), 0.0(Double), 20200.0(Double), 88289.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 6(Integer), 20093.0(Double), 0.0(Double), 20.1(Double), 0.0(Double), 24.5(Double), 619.7(Double), 15183.5(Double), 22.9(Double), 0.0(Double), 21300.0(Double), 88156.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 7(Integer), 18982.0(Double), 0.0(Double), 19.0(Double), 0.0(Double), 23.2(Double), 618.0(Double), 14338.4(Double), 22.8(Double), 0.0(Double), 20100.0(Double), 72086.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 8(Integer), 13462.0(Double), 0.0(Double), 13.5(Double), 0.0(Double), 15.0(Double), 641.9(Double), 9628.0(Double), 20.0(Double), 0.0(Double), 12500.0(Double), 83227.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 9(Integer), 8626.0(Double), 0.0(Double), 8.6(Double), 0.0(Double), 10.1(Double), 652.3(Double), 6587.9(Double), 19.4(Double), 0.0(Double), 8400.0(Double), 70953.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 10(Integer), 15044.0(Double), 0.0(Double), 15.0(Double), 0.0(Double), 17.5(Double), 631.0(Double), 11043.1(Double), 20.2(Double), 0.0(Double), 13400.0(Double), 84403.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 11(Integer), 15794.0(Double), 0.0(Double), 15.8(Double), 0.0(Double), 20.3(Double), 633.1(Double), 12851.9(Double), 21.6(Double), 0.0(Double), 13800.0(Double), 84634.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 12(Integer), 16228.0(Double), 0.0(Double), 16.2(Double), 0.0(Double), 21.5(Double), 613.2(Double), 13184.5(Double), 21.3(Double), 0.0(Double), 15000.0(Double), 86079.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 13(Integer), 16552.0(Double), 0.0(Double), 16.6(Double), 0.0(Double), 20.2(Double), 618.3(Double), 12490.3(Double), 20.8(Double), 0.0(Double), 15300.0(Double), 85292.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 14(Integer), 14758.0(Double), 0.0(Double), 14.8(Double), 0.0(Double), 16.1(Double), 629.8(Double), 10139.8(Double), 20.8(Double), 0.0(Double), 13000.0(Double), 84030.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 15(Integer), 17022.0(Double), 0.0(Double), 17.0(Double), 0.0(Double), 19.7(Double), 615.1(Double), 12116.8(Double), 22.4(Double), 0.0(Double), 17400.0(Double), 76844.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 16(Integer), 12326.0(Double), 0.0(Double), 12.3(Double), 0.0(Double), 12.2(Double), 649.2(Double), 7919.8(Double), 21.2(Double), 0.0(Double), 11400.0(Double), 73170.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 17(Integer), 17090.0(Double), 0.0(Double), 17.1(Double), 0.0(Double), 19.7(Double), 617.1(Double), 12156.9(Double), 22.8(Double), 0.0(Double), 17300.0(Double), 77675.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 18(Integer), 9113.0(Double), 0.0(Double), 9.1(Double), 0.0(Double), 14.3(Double), 631.2(Double), 9026.6(Double), 20.5(Double), 0.0(Double), 8100.0(Double), 52587.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32555(Integer), 92(Integer), 19(Integer), 19387.0(Double), 0.0(Double), 19.4(Double), 0.0(Double), 23.6(Double), 619.0(Double), 14608.4(Double), 22.8(Double), 0.0(Double), 19700.0(Double), 81356.0(Double), 01(String) [08:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 08(String), 05(String), 371.4(Float), 392.2(Float), 0.4(Float), 1602367.0(Float), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 1(Integer), 19954.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.5(Double), 618.5(Double), 15153.3(Double), 23.5(Double), 0.0(Double), 21300.0(Double), 78932.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 2(Integer), 20046.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.8(Double), 614.3(Double), 15235.5(Double), 24.2(Double), 0.0(Double), 21600.0(Double), 87329.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 3(Integer), 19153.0(Double), 0.0(Double), 19.2(Double), 0.0(Double), 23.3(Double), 615.5(Double), 14341.1(Double), 23.1(Double), 0.0(Double), 20100.0(Double), 75421.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 4(Integer), 19644.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.5(Double), 611.6(Double), 14983.4(Double), 24.5(Double), 0.0(Double), 21000.0(Double), 86323.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 5(Integer), 19405.0(Double), 0.0(Double), 19.4(Double), 0.0(Double), 23.8(Double), 615.5(Double), 14648.9(Double), 23.9(Double), 0.0(Double), 20700.0(Double), 75751.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 6(Integer), 19422.0(Double), 0.0(Double), 19.4(Double), 0.0(Double), 23.9(Double), 618.3(Double), 14776.6(Double), 23.8(Double), 0.0(Double), 21000.0(Double), 89085.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 7(Integer), 19632.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.1(Double), 615.3(Double), 14828.7(Double), 24.5(Double), 0.0(Double), 21100.0(Double), 87290.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 8(Integer), 19356.0(Double), 0.0(Double), 19.4(Double), 0.0(Double), 23.8(Double), 616.1(Double), 14663.2(Double), 23.7(Double), 0.0(Double), 20700.0(Double), 77179.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 9(Integer), 19585.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.0(Double), 615.7(Double), 14776.8(Double), 23.7(Double), 0.0(Double), 21000.0(Double), 86719.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 10(Integer), 18498.0(Double), 0.0(Double), 18.5(Double), 0.0(Double), 22.3(Double), 618.9(Double), 13802.2(Double), 23.9(Double), 0.0(Double), 19600.0(Double), 67812.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 11(Integer), 19066.0(Double), 0.0(Double), 19.1(Double), 0.0(Double), 23.5(Double), 615.7(Double), 14469.7(Double), 23.8(Double), 0.0(Double), 20100.0(Double), 84038.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 12(Integer), 18154.0(Double), 0.0(Double), 18.2(Double), 0.0(Double), 21.8(Double), 624.3(Double), 13610.5(Double), 24.3(Double), 0.0(Double), 19100.0(Double), 67234.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 13(Integer), 18415.0(Double), 0.0(Double), 18.4(Double), 0.0(Double), 22.3(Double), 624.4(Double), 13923.4(Double), 24.5(Double), 0.0(Double), 19500.0(Double), 83352.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 14(Integer), 18157.0(Double), 0.0(Double), 18.2(Double), 0.0(Double), 22.0(Double), 627.3(Double), 13799.9(Double), 24.9(Double), 0.0(Double), 19200.0(Double), 79397.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 15(Integer), 18255.0(Double), 0.0(Double), 18.3(Double), 0.0(Double), 22.4(Double), 628.5(Double), 14079.1(Double), 25.0(Double), 0.0(Double), 19200.0(Double), 70168.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 16(Integer), 17079.0(Double), 0.0(Double), 17.1(Double), 0.0(Double), 19.9(Double), 614.8(Double), 12234.5(Double), 22.5(Double), 0.0(Double), 17300.0(Double), 87139.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 17(Integer), 17171.0(Double), 0.0(Double), 17.2(Double), 0.0(Double), 20.2(Double), 614.4(Double), 12411.6(Double), 22.9(Double), 0.0(Double), 17500.0(Double), 84786.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 18(Integer), 15035.0(Double), 0.0(Double), 15.0(Double), 0.0(Double), 16.6(Double), 619.7(Double), 10287.6(Double), 22.6(Double), 0.0(Double), 15300.0(Double), 72578.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 19(Integer), 15392.0(Double), 0.0(Double), 15.4(Double), 0.0(Double), 18.8(Double), 616.6(Double), 11591.5(Double), 22.5(Double), 0.0(Double), 15600.0(Double), 72267.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32556(Integer), 93(Integer), 20(Integer), 19998.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.6(Double), 616.6(Double), 15168.4(Double), 23.8(Double), 0.0(Double), 21300.0(Double), 89567.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 08(String), 05(String), 76.1(Float), 74.7(Float), 0.4(Float), 57104.0(Float), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32557(Integer), 99(Integer), 1(Integer), 19000.0(Double), 0.0(Double), 19.0(Double), 1.1(Double), 33.0(Double), 568.3(Double), 18752.8(Double), 35.1(Double), 99.0(Double), 18600.0(Double), 14199.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32557(Integer), 99(Integer), 2(Integer), 19200.0(Double), 0.0(Double), 19.2(Double), 1.7(Double), 33.5(Double), 568.4(Double), 19040.3(Double), 33.4(Double), 99.0(Double), 18900.0(Double), 14415.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32557(Integer), 99(Integer), 3(Integer), 18800.0(Double), 0.0(Double), 18.8(Double), 1.6(Double), 32.8(Double), 569.5(Double), 18678.5(Double), 30.1(Double), 100.0(Double), 18400.0(Double), 14109.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32557(Integer), 99(Integer), 4(Integer), 19100.0(Double), 0.0(Double), 19.1(Double), 1.5(Double), 32.9(Double), 568.7(Double), 18709.1(Double), 26.3(Double), 100.0(Double), 18800.0(Double), 14381.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 08(String), 05(String), 223.5(Float), 248.1(Float), 0.2(Float), 227833.0(Float), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32558(Integer), 123(Integer), 1(Integer), 175855.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 170.8(Double), 1030.1(Double), 175941.1(Double), 25.6(Double), 100.0(Double), 198277.0(Double), 201805.0(Double), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32558(Integer), 123(Integer), 2(Integer), 47655.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 32.3(Double), 1005.9(Double), 32490.6(Double), 21.2(Double), 99.9(Double), 49840.0(Double), 26028.0(Double), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:05:25] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 188 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 301(Integer), 0(Integer), 10(Integer) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:05:25] [DEBUG] controller.InverterController - ------------------------------------- [08:05:25] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:05:25] [DEBUG] controller.InverterController - ------------------------------------- [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 109 [08:05:25] [DEBUG] controller.InverterController - ------------------------------------- [08:05:25] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"00"},{"name":"ivt_76_6","status":"01"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"ivt_92_1","status":"01"},{"name":"ivt_92_2","status":"01"},{"name":"ivt_92_3","status":"01"},{"name":"ivt_92_4","status":"01"},{"name":"ivt_92_5","status":"01"},{"name":"ivt_92_6","status":"01"},{"name":"ivt_92_7","status":"01"},{"name":"ivt_92_8","status":"01"},{"name":"ivt_92_9","status":"01"},{"name":"ivt_92_10","status":"01"},{"name":"ivt_92_11","status":"01"},{"name":"ivt_92_12","status":"01"},{"name":"ivt_92_13","status":"01"},{"name":"ivt_92_14","status":"01"},{"name":"ivt_92_15","status":"01"},{"name":"ivt_92_16","status":"01"},{"name":"ivt_92_17","status":"01"},{"name":"ivt_92_18","status":"01"},{"name":"ivt_92_19","status":"01"},{"name":"ivt_93_1","status":"01"},{"name":"ivt_93_2","status":"01"},{"name":"ivt_93_3","status":"01"},{"name":"ivt_93_4","status":"01"},{"name":"ivt_93_5","status":"01"},{"name":"ivt_93_6","status":"01"},{"name":"ivt_93_7","status":"01"},{"name":"ivt_93_8","status":"01"},{"name":"ivt_93_9","status":"01"},{"name":"ivt_93_10","status":"01"},{"name":"ivt_93_11","status":"01"},{"name":"ivt_93_12","status":"01"},{"name":"ivt_93_13","status":"01"},{"name":"ivt_93_14","status":"01"},{"name":"ivt_93_15","status":"01"},{"name":"ivt_93_16","status":"01"},{"name":"ivt_93_17","status":"01"},{"name":"ivt_93_18","status":"01"},{"name":"ivt_93_19","status":"01"},{"name":"ivt_93_20","status":"01"},{"name":"ivt_99_1","status":"01"},{"name":"ivt_99_2","status":"01"},{"name":"ivt_99_3","status":"01"},{"name":"ivt_99_4","status":"01"},{"name":"ivt_127_1","status":"01"},{"name":"ivt_127_2","status":"01"},{"name":"ivt_127_3","status":"01"},{"name":"ivt_128_1","status":"01"},{"name":"ivt_128_2","status":"01"},{"name":"ivt_128_3","status":"01"},{"name":"ivt_128_4","status":"01"},{"name":"ivt_128_5","status":"01"},{"name":"ivt_129_1","status":"01"},{"name":"ivt_129_2","status":"01"},{"name":"end"}]} [08:05:25] [DEBUG] controller.InverterController - ------------------------------------- [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 301(Integer), 2022-05-10(String) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 331(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [08:05:40] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 219 [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 331(Integer), 0(Integer), 10(Integer) [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:05:40] [DEBUG] controller.InverterController - ------------------------------------- [08:05:40] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:05:40] [DEBUG] controller.InverterController - ------------------------------------- [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 331(Integer) [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 40 [08:05:40] [DEBUG] controller.InverterController - ------------------------------------- [08:05:40] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_101_1","status":"01"},{"name":"ivt_101_2","status":"01"},{"name":"ivt_102_1","status":"01"},{"name":"ivt_102_2","status":"01"},{"name":"ivt_103_1","status":"01"},{"name":"ivt_103_2","status":"01"},{"name":"ivt_104_1","status":"01"},{"name":"ivt_104_2","status":"01"},{"name":"ivt_105_1","status":"01"},{"name":"ivt_105_2","status":"01"},{"name":"ivt_106_1","status":"01"},{"name":"ivt_106_2","status":"01"},{"name":"ivt_107_1","status":"01"},{"name":"ivt_107_2","status":"01"},{"name":"ivt_108_1","status":"01"},{"name":"ivt_108_2","status":"01"},{"name":"ivt_109_1","status":"01"},{"name":"ivt_109_2","status":"01"},{"name":"ivt_110_1","status":"01"},{"name":"ivt_110_2","status":"01"},{"name":"ivt_111_1","status":"01"},{"name":"ivt_111_2","status":"01"},{"name":"ivt_112_1","status":"01"},{"name":"ivt_112_2","status":"01"},{"name":"ivt_113_1","status":"01"},{"name":"ivt_113_2","status":"01"},{"name":"ivt_120_1","status":"01"},{"name":"ivt_120_2","status":"01"},{"name":"ivt_121_1","status":"01"},{"name":"ivt_121_2","status":"01"},{"name":"ivt_122_1","status":"01"},{"name":"ivt_122_2","status":"01"},{"name":"ivt_123_1","status":"01"},{"name":"ivt_123_2","status":"01"},{"name":"ivt_124_1","status":"01"},{"name":"ivt_124_2","status":"01"},{"name":"ivt_125_1","status":"01"},{"name":"ivt_125_2","status":"01"},{"name":"ivt_126_1","status":"01"},{"name":"ivt_126_2","status":"01"},{"name":"end"}]} [08:05:40] [DEBUG] controller.InverterController - ------------------------------------- [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 331(Integer) [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 331(Integer), 2022-05-10(String) [08:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 40 [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 08(String), 34(String), 385.8(Float), 491.8(Float), 0.5(Float), 365666.0(Float), 01(String) [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32569(Integer), 101(Integer), 1(Integer), 302601.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 304.0(Double), 982.9(Double), 298801.6(Double), 32.0(Double), 100.0(Double), 389284.0(Double), 223655.0(Double), 01(String) [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32569(Integer), 101(Integer), 2(Integer), 83154.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 68.7(Double), 1007.8(Double), 69235.9(Double), 24.8(Double), 99.7(Double), 102530.0(Double), 142011.0(Double), 01(String) [08:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 08(String), 34(String), 355.6(Float), 425.9(Float), 0.4(Float), 386017.0(Float), 01(String) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32570(Integer), 108(Integer), 1(Integer), 277998.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 282.2(Double), 996.0(Double), 281071.2(Double), 41.0(Double), 89.4(Double), 335763.0(Double), 234707.0(Double), 01(String) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32570(Integer), 108(Integer), 2(Integer), 77596.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 68.2(Double), 1005.9(Double), 68602.4(Double), 35.2(Double), 94.7(Double), 90169.0(Double), 151310.0(Double), 01(String) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 08(String), 34(String), 394.3(Float), 480.2(Float), 0.5(Float), 402663.0(Float), 01(String) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32571(Integer), 109(Integer), 1(Integer), 307418.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 304.4(Double), 1000.7(Double), 304613.1(Double), 31.2(Double), 89.3(Double), 373492.0(Double), 244001.0(Double), 01(String) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32571(Integer), 109(Integer), 2(Integer), 86924.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 80.3(Double), 981.3(Double), 78798.4(Double), 23.3(Double), 94.5(Double), 106659.0(Double), 158662.0(Double), 01(String) [08:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 08(String), 34(String), 377.1(Float), 467.2(Float), 0.5(Float), 319568.0(Float), 01(String) [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32572(Integer), 106(Integer), 1(Integer), 293382.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 293.2(Double), 982.0(Double), 287922.4(Double), 33.4(Double), 89.8(Double), 364459.0(Double), 197648.0(Double), 01(String) [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32572(Integer), 106(Integer), 2(Integer), 83717.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 76.4(Double), 980.4(Double), 74902.6(Double), 26.8(Double), 94.6(Double), 102727.0(Double), 121920.0(Double), 01(String) [08:34:48] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 08(String), 34(String), 379.0(Float), 479.7(Float), 0.5(Float), 389335.0(Float), 01(String) [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32573(Integer), 111(Integer), 1(Integer), 295600.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 323.5(Double), 1005.1(Double), 325149.8(Double), 32.3(Double), 94.4(Double), 375645.0(Double), 238067.0(Double), 01(String) [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32573(Integer), 111(Integer), 2(Integer), 83388.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 75.6(Double), 1019.9(Double), 77104.4(Double), 23.9(Double), 94.3(Double), 104008.0(Double), 151268.0(Double), 01(String) [08:34:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 08(String), 35(String), 44.2(Float), 50.9(Float), 0.5(Float), 45570.6(Float), 01(String) [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32574(Integer), 129(Integer), 1(Integer), 22861.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 89.0(Double), 586.0(Double), 52154.0(Double), 45.0(Double), 0.0(Double), 26200.0(Double), 24000.6(Double), 01(String) [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32574(Integer), 129(Integer), 2(Integer), 21382.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 88.0(Double), 610.0(Double), 53680.0(Double), 42.0(Double), 0.0(Double), 24700.0(Double), 21570.0(Double), 01(String) [08:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 08(String), 35(String), 361.8(Float), 468.1(Float), 0.5(Float), 373981.0(Float), 01(String) [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32575(Integer), 126(Integer), 1(Integer), 281963.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 291.1(Double), 985.4(Double), 286849.9(Double), 37.6(Double), 100.0(Double), 368174.0(Double), 229400.0(Double), 01(String) [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32575(Integer), 126(Integer), 2(Integer), 79380.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 70.1(Double), 986.9(Double), 69181.7(Double), 33.9(Double), 100.0(Double), 100454.0(Double), 144582.0(Double), 01(String) [08:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 08(String), 35(String), 374.8(Float), 483.8(Float), 0.5(Float), 326377.0(Float), 01(String) [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32576(Integer), 104(Integer), 1(Integer), 289974.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 290.8(Double), 1009.5(Double), 293562.6(Double), 31.7(Double), 100.0(Double), 378252.0(Double), 180634.0(Double), 01(String) [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32576(Integer), 104(Integer), 2(Integer), 84785.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 74.9(Double), 987.5(Double), 73963.8(Double), 26.7(Double), 100.0(Double), 105570.0(Double), 145743.0(Double), 01(String) [08:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 08(String), 35(String), 381.6(Float), 498.5(Float), 0.5(Float), 384767.0(Float), 01(String) [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32577(Integer), 103(Integer), 1(Integer), 300283.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 307.4(Double), 992.0(Double), 304940.8(Double), 32.0(Double), 98.4(Double), 396547.0(Double), 238037.0(Double), 01(String) [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32577(Integer), 103(Integer), 2(Integer), 81315.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 67.7(Double), 985.7(Double), 66731.9(Double), 25.4(Double), 97.8(Double), 101903.0(Double), 146730.0(Double), 01(String) [08:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 08(String), 35(String), 153.9(Float), 196.7(Float), 0.5(Float), 65470.1(Float), 01(String) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32578(Integer), 128(Integer), 1(Integer), 34225.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 52.0(Double), 666.2(Double), 34648.4(Double), 30.3(Double), 645.4(Double), 43790.0(Double), 14566.2(Double), 01(String) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32578(Integer), 128(Integer), 2(Integer), 34061.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 52.0(Double), 664.6(Double), 34539.3(Double), 30.8(Double), 645.4(Double), 43490.0(Double), 14495.8(Double), 01(String) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32578(Integer), 128(Integer), 3(Integer), 34202.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 52.1(Double), 667.8(Double), 34777.1(Double), 31.4(Double), 645.4(Double), 43860.0(Double), 14537.9(Double), 01(String) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32578(Integer), 128(Integer), 4(Integer), 33980.0(Double), 599.9(Double), 0.0(Double), -0.0(Double), 51.2(Double), 676.3(Double), 34594.0(Double), 31.4(Double), 645.4(Double), 43540.0(Double), 14424.4(Double), 01(String) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32578(Integer), 128(Integer), 5(Integer), 17415.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 27.1(Double), 652.5(Double), 17649.2(Double), 36.1(Double), 10.0(Double), 22200.0(Double), 7445.9(Double), 01(String) [08:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 08(String), 35(String), 348.1(Float), 464.8(Float), 0.5(Float), 385357.0(Float), 01(String) [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32579(Integer), 112(Integer), 1(Integer), 280846.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 280.6(Double), 996.6(Double), 279646.0(Double), 30.6(Double), 100.0(Double), 378215.0(Double), 239060.0(Double), 01(String) [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32579(Integer), 112(Integer), 2(Integer), 67245.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 57.2(Double), 1028.3(Double), 58818.8(Double), 22.1(Double), 99.9(Double), 86627.0(Double), 146297.0(Double), 01(String) [08:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 08(String), 35(String), 343.3(Float), 447.6(Float), 0.4(Float), 358369.0(Float), 01(String) [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32580(Integer), 124(Integer), 1(Integer), 264442.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 268.3(Double), 987.3(Double), 264892.6(Double), 31.4(Double), 88.2(Double), 345803.0(Double), 214668.0(Double), 01(String) [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32580(Integer), 124(Integer), 2(Integer), 78874.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 75.8(Double), 981.6(Double), 74405.3(Double), 25.1(Double), 94.5(Double), 101820.0(Double), 143701.0(Double), 01(String) [08:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 08(String), 35(String), 369.6(Float), 483.0(Float), 0.5(Float), 385764.0(Float), 01(String) [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32581(Integer), 120(Integer), 1(Integer), 287235.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 290.4(Double), 986.8(Double), 286566.7(Double), 29.8(Double), 100.0(Double), 376059.0(Double), 233729.0(Double), 01(String) [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32581(Integer), 120(Integer), 2(Integer), 82338.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 75.3(Double), 991.1(Double), 74629.8(Double), 22.5(Double), 100.0(Double), 106892.0(Double), 152035.0(Double), 01(String) [08:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 08(String), 35(String), 297.0(Float), 358.4(Float), 0.4(Float), 286916.0(Float), 01(String) [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32582(Integer), 110(Integer), 1(Integer), 243551.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 238.8(Double), 979.3(Double), 233856.8(Double), 28.4(Double), 88.5(Double), 318053.0(Double), 179342.0(Double), 01(String) [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32582(Integer), 110(Integer), 2(Integer), 53414.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 51.4(Double), 976.2(Double), 50176.7(Double), 46.6(Double), 93.1(Double), 40349.0(Double), 107574.0(Double), 01(String) [08:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 08(String), 35(String), 351.7(Float), 457.1(Float), 0.5(Float), 363711.0(Float), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32583(Integer), 125(Integer), 1(Integer), 278542.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 281.9(Double), 988.1(Double), 278545.4(Double), 32.2(Double), 89.5(Double), 361336.0(Double), 220790.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32583(Integer), 125(Integer), 2(Integer), 73135.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 72.6(Double), 1012.2(Double), 73485.7(Double), 25.9(Double), 95.2(Double), 95803.0(Double), 142921.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 08(String), 35(String), 369.1(Float), 487.3(Float), 0.5(Float), 392208.0(Float), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32584(Integer), 105(Integer), 1(Integer), 290441.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 284.4(Double), 984.5(Double), 279991.8(Double), 31.2(Double), 100.0(Double), 386531.0(Double), 239178.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32584(Integer), 105(Integer), 2(Integer), 78699.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 67.5(Double), 1000.4(Double), 67527.0(Double), 24.2(Double), 99.9(Double), 100730.0(Double), 153030.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 08(String), 35(String), 50.5(Float), 76.1(Float), 0.5(Float), 72868.5(Float), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32585(Integer), 127(Integer), 1(Integer), 16817.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 105.0(Double), 578.0(Double), 60690.0(Double), 38.0(Double), 0.0(Double), 25400.0(Double), 24510.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32585(Integer), 127(Integer), 2(Integer), 15686.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 72.0(Double), 612.0(Double), 44064.0(Double), 42.0(Double), 0.0(Double), 23700.0(Double), 22471.8(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32585(Integer), 127(Integer), 3(Integer), 18020.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 112.0(Double), 617.0(Double), 69104.0(Double), 43.0(Double), 0.0(Double), 27000.0(Double), 25886.7(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 08(String), 35(String), 379.2(Float), 495.9(Float), 0.5(Float), 412682.0(Float), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32586(Integer), 121(Integer), 1(Integer), 298547.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 298.4(Double), 993.8(Double), 296549.9(Double), 30.8(Double), 100.0(Double), 393050.0(Double), 248168.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32586(Integer), 121(Integer), 2(Integer), 80670.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 69.8(Double), 1001.1(Double), 69876.8(Double), 23.8(Double), 99.8(Double), 102896.0(Double), 164514.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 08(String), 35(String), 348.7(Float), 451.7(Float), 0.5(Float), 385715.0(Float), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32587(Integer), 107(Integer), 1(Integer), 262577.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 263.6(Double), 983.3(Double), 259197.9(Double), 30.3(Double), 90.1(Double), 336196.0(Double), 234306.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32587(Integer), 107(Integer), 2(Integer), 86107.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 75.8(Double), 1006.5(Double), 76292.7(Double), 24.1(Double), 92.4(Double), 115470.0(Double), 151409.0(Double), 01(String) [08:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 08(String), 35(String), 381.9(Float), 494.0(Float), 0.5(Float), 295701.0(Float), 01(String) [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32588(Integer), 102(Integer), 1(Integer), 298954.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 304.8(Double), 983.2(Double), 299679.3(Double), 32.5(Double), 89.4(Double), 388699.0(Double), 191027.0(Double), 01(String) [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32588(Integer), 102(Integer), 2(Integer), 82964.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 73.5(Double), 981.9(Double), 72169.6(Double), 25.4(Double), 93.6(Double), 105340.0(Double), 104674.0(Double), 01(String) [08:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 08(String), 35(String), 370.8(Float), 490.4(Float), 0.5(Float), 378959.0(Float), 01(String) [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32589(Integer), 122(Integer), 1(Integer), 292079.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 290.2(Double), 998.7(Double), 289822.8(Double), 32.3(Double), 89.8(Double), 388061.0(Double), 227917.0(Double), 01(String) [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32589(Integer), 122(Integer), 2(Integer), 78749.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 67.2(Double), 1001.4(Double), 67294.1(Double), 24.2(Double), 95.3(Double), 102365.0(Double), 151042.0(Double), 01(String) [08:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 08(String), 35(String), 352.0(Float), 447.4(Float), 0.4(Float), 373915.0(Float), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32590(Integer), 113(Integer), 1(Integer), 277541.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 282.0(Double), 993.1(Double), 280054.2(Double), 31.6(Double), 88.8(Double), 360736.0(Double), 225587.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32590(Integer), 113(Integer), 2(Integer), 74444.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 65.2(Double), 996.6(Double), 64978.3(Double), 23.6(Double), 93.7(Double), 86691.0(Double), 148328.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 08(String), 35(String), 344.2(Float), 447.1(Float), 0.5(Float), 1501649.0(Float), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 1(Integer), 19971.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.3(Double), 615.6(Double), 14959.1(Double), 25.4(Double), 0.0(Double), 29100.0(Double), 73182.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 2(Integer), 20581.0(Double), 0.0(Double), 20.6(Double), 0.0(Double), 25.6(Double), 614.6(Double), 15734.6(Double), 25.9(Double), 0.0(Double), 27700.0(Double), 86461.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 3(Integer), 20237.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 25.0(Double), 614.5(Double), 15363.3(Double), 25.6(Double), 0.0(Double), 29200.0(Double), 74845.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 4(Integer), 20361.0(Double), 0.0(Double), 20.4(Double), 0.0(Double), 25.0(Double), 616.1(Double), 15402.5(Double), 25.7(Double), 0.0(Double), 29200.0(Double), 78275.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 5(Integer), 20677.0(Double), 0.0(Double), 20.7(Double), 0.0(Double), 25.7(Double), 616.7(Double), 15849.2(Double), 27.1(Double), 0.0(Double), 28400.0(Double), 88297.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 6(Integer), 20985.0(Double), 0.0(Double), 21.0(Double), 0.0(Double), 25.8(Double), 614.7(Double), 15858.4(Double), 25.3(Double), 0.0(Double), 29800.0(Double), 88164.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 7(Integer), 19602.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.1(Double), 616.0(Double), 14844.8(Double), 25.2(Double), 0.0(Double), 28000.0(Double), 72094.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 8(Integer), 16960.0(Double), 0.0(Double), 17.0(Double), 0.0(Double), 19.3(Double), 642.0(Double), 12390.0(Double), 23.9(Double), 0.0(Double), 19100.0(Double), 83234.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 9(Integer), 10061.0(Double), 0.0(Double), 10.1(Double), 0.0(Double), 11.8(Double), 651.3(Double), 7684.9(Double), 22.4(Double), 0.0(Double), 12800.0(Double), 70958.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 10(Integer), 17786.0(Double), 0.0(Double), 17.8(Double), 0.0(Double), 20.7(Double), 626.6(Double), 12971.3(Double), 24.5(Double), 0.0(Double), 20400.0(Double), 84410.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 11(Integer), 18183.0(Double), 0.0(Double), 18.2(Double), 0.0(Double), 23.7(Double), 618.6(Double), 14660.0(Double), 25.2(Double), 0.0(Double), 21000.0(Double), 84641.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 12(Integer), 19628.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.5(Double), 619.9(Double), 15187.5(Double), 24.7(Double), 0.0(Double), 22600.0(Double), 86087.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 13(Integer), 20069.0(Double), 0.0(Double), 20.1(Double), 0.0(Double), 24.5(Double), 618.9(Double), 15162.2(Double), 24.9(Double), 0.0(Double), 23000.0(Double), 85300.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 14(Integer), 17161.0(Double), 0.0(Double), 17.2(Double), 0.0(Double), 19.8(Double), 615.9(Double), 12194.2(Double), 24.7(Double), 0.0(Double), 19900.0(Double), 84037.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 15(Integer), 18197.0(Double), 0.0(Double), 18.2(Double), 0.0(Double), 21.2(Double), 614.7(Double), 13030.9(Double), 25.2(Double), 0.0(Double), 24700.0(Double), 76851.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 16(Integer), 14108.0(Double), 0.0(Double), 14.1(Double), 0.0(Double), 15.1(Double), 612.7(Double), 9251.3(Double), 24.1(Double), 0.0(Double), 17200.0(Double), 73176.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 17(Integer), 18184.0(Double), 0.0(Double), 18.2(Double), 0.0(Double), 21.0(Double), 618.0(Double), 12978.7(Double), 25.5(Double), 0.0(Double), 24600.0(Double), 77682.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 18(Integer), 11201.0(Double), 0.0(Double), 11.2(Double), 0.0(Double), 18.0(Double), 623.4(Double), 11221.2(Double), 23.3(Double), 0.0(Double), 12500.0(Double), 52591.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32591(Integer), 92(Integer), 19(Integer), 20263.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 25.0(Double), 611.4(Double), 15285.0(Double), 26.1(Double), 0.0(Double), 27900.0(Double), 81364.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 08(String), 35(String), 374.4(Float), 522.3(Float), 0.5(Float), 1602522.0(Float), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 1(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), 110.0(Double), 0.0(Double), 800.0(Double), 78941.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 2(Integer), 21053.0(Double), 0.0(Double), 21.1(Double), 0.0(Double), 26.1(Double), 612.9(Double), 15996.7(Double), 26.8(Double), 0.0(Double), 30200.0(Double), 87338.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 3(Integer), 19866.0(Double), 0.0(Double), 19.9(Double), 0.0(Double), 24.4(Double), 613.5(Double), 14970.2(Double), 25.9(Double), 0.0(Double), 28100.0(Double), 75429.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 4(Integer), 20761.0(Double), 0.0(Double), 20.8(Double), 0.0(Double), 25.6(Double), 614.6(Double), 15732.9(Double), 26.8(Double), 0.0(Double), 29200.0(Double), 86331.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 5(Integer), 20168.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 24.7(Double), 616.0(Double), 15214.4(Double), 26.5(Double), 0.0(Double), 28800.0(Double), 75759.0(Double), 01(String) [08:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 6(Integer), 20770.0(Double), 0.0(Double), 20.8(Double), 0.0(Double), 25.9(Double), 610.2(Double), 15804.2(Double), 26.5(Double), 0.0(Double), 29300.0(Double), 89093.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 7(Integer), 20926.0(Double), 0.0(Double), 20.9(Double), 0.0(Double), 25.6(Double), 616.8(Double), 15790.9(Double), 27.0(Double), 0.0(Double), 29500.0(Double), 87298.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 8(Integer), 20377.0(Double), 0.0(Double), 20.4(Double), 0.0(Double), 25.0(Double), 616.1(Double), 15402.5(Double), 26.4(Double), 0.0(Double), 28900.0(Double), 77187.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 9(Integer), 20705.0(Double), 0.0(Double), 20.7(Double), 0.0(Double), 25.4(Double), 615.7(Double), 15638.8(Double), 26.2(Double), 0.0(Double), 29400.0(Double), 86727.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 10(Integer), 19343.0(Double), 0.0(Double), 19.3(Double), 0.0(Double), 23.6(Double), 619.9(Double), 14630.4(Double), 26.2(Double), 0.0(Double), 27400.0(Double), 67820.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 11(Integer), 20286.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 25.2(Double), 612.2(Double), 15426.6(Double), 26.6(Double), 0.0(Double), 28300.0(Double), 84046.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 12(Integer), 19117.0(Double), 0.0(Double), 19.1(Double), 0.0(Double), 23.1(Double), 622.8(Double), 14385.9(Double), 26.7(Double), 0.0(Double), 26800.0(Double), 67241.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 13(Integer), 19583.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 23.8(Double), 623.4(Double), 14837.7(Double), 27.3(Double), 0.0(Double), 27400.0(Double), 83360.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 14(Integer), 19451.0(Double), 0.0(Double), 19.5(Double), 0.0(Double), 23.6(Double), 625.2(Double), 14753.9(Double), 27.4(Double), 0.0(Double), 27000.0(Double), 79404.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 15(Integer), 19210.0(Double), 0.0(Double), 19.2(Double), 0.0(Double), 23.8(Double), 621.5(Double), 14790.9(Double), 28.2(Double), 0.0(Double), 27000.0(Double), 70176.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 16(Integer), 18525.0(Double), 0.0(Double), 18.5(Double), 0.0(Double), 21.7(Double), 617.3(Double), 13394.7(Double), 25.5(Double), 0.0(Double), 24800.0(Double), 87146.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 17(Integer), 18609.0(Double), 0.0(Double), 18.6(Double), 0.0(Double), 21.9(Double), 613.9(Double), 13444.4(Double), 25.5(Double), 0.0(Double), 25100.0(Double), 84793.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 18(Integer), 17173.0(Double), 0.0(Double), 17.2(Double), 0.0(Double), 19.9(Double), 606.8(Double), 12076.0(Double), 26.2(Double), 0.0(Double), 22000.0(Double), 72584.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 19(Integer), 17458.0(Double), 0.0(Double), 17.5(Double), 0.0(Double), 20.2(Double), 623.6(Double), 12596.0(Double), 25.4(Double), 0.0(Double), 22500.0(Double), 72274.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32592(Integer), 93(Integer), 20(Integer), 21031.0(Double), 0.0(Double), 21.0(Double), 0.0(Double), 25.8(Double), 617.6(Double), 15934.1(Double), 26.5(Double), 0.0(Double), 29800.0(Double), 89575.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 08(String), 35(String), 67.3(Float), 107.1(Float), 0.5(Float), 57136.0(Float), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32593(Integer), 99(Integer), 1(Integer), 16800.0(Double), 0.0(Double), 16.8(Double), 1.3(Double), 29.0(Double), 566.6(Double), 16430.4(Double), 32.9(Double), 99.0(Double), 26700.0(Double), 14207.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32593(Integer), 99(Integer), 2(Integer), 17000.0(Double), 0.0(Double), 17.0(Double), 1.5(Double), 29.6(Double), 563.1(Double), 16666.8(Double), 31.6(Double), 100.0(Double), 27100.0(Double), 14423.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32593(Integer), 99(Integer), 3(Integer), 16600.0(Double), 0.0(Double), 16.6(Double), 1.5(Double), 29.2(Double), 566.7(Double), 16547.6(Double), 28.7(Double), 100.0(Double), 26400.0(Double), 14117.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32593(Integer), 99(Integer), 4(Integer), 16900.0(Double), 0.0(Double), 16.9(Double), 1.6(Double), 29.2(Double), 563.5(Double), 16455.2(Double), 26.5(Double), 99.0(Double), 26900.0(Double), 14389.0(Double), 01(String) [08:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 08(String), 35(String), 318.5(Float), 414.6(Float), 0.4(Float), 227999.0(Float), 01(String) [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32594(Integer), 123(Integer), 1(Integer), 252258.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 257.3(Double), 984.8(Double), 253389.0(Double), 30.3(Double), 100.0(Double), 330242.0(Double), 201937.0(Double), 01(String) [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32594(Integer), 123(Integer), 2(Integer), 66247.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 54.6(Double), 982.9(Double), 53666.3(Double), 23.4(Double), 99.9(Double), 84402.0(Double), 26062.0(Double), 01(String) [08:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:43:48] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:44:02] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:02] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sdjoseon, login_channel : null [08:44:02] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:44:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [08:44:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:44:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:44:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [08:44:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:44:02] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [08:44:02] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [08:44:05] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:05] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sdjoseon, login_channel : null [08:44:05] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [08:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [08:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:44:05] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [08:44:05] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [08:44:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:09] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sdjoseon1, login_channel : null [08:44:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:44:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon1(String) [08:44:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:44:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:44:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon1(String) [08:44:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:44:09] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [08:44:09] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [08:44:48] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:44:55] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:55] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sdjoseon, login_channel : null [08:44:55] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:44:55] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:55] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_03 [08:44:55] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:44:55] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : sdjoseon [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: sdjoseon, mappingList.size : 20 [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:44:55] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[sdjoseon] roles roles [0]ROLE_03 [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String), 03(String), AB600565A15B13CD9750B4CE5E5BADB8(String), WEB(String) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:44:55] [DEBUG] controller.SolarController - ----------------------------------------------- [08:44:55] [DEBUG] controller.SolarController - /solar/view.co :: plantSeq :: 126, param.plantSeq : 0 [08:44:55] [DEBUG] controller.SolarController - ----------------------------------------------- [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 126(Integer), 2022-05-10(String) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:44:55] [DEBUG] controller.SolarController - view.selectOverviewByPlantSeq1 : 쿼리조회시간 : 0 [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2022 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 126(Integer), 32575(Integer), 2022-05-10(String), 2022-05-10(String), 126(Integer) [08:44:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:44:55] [DEBUG] controller.SolarController - view.selectListIvtByPlantSeq2 : 쿼리조회시간 : 16 [08:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-04-26(String) [08:44:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [08:44:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:44:57] [DEBUG] controller.SolarController - ----------------------------------------------- [08:44:57] [DEBUG] controller.SolarController - /solar/data_chart.co :: , param.plantSeq : 126 [08:44:57] [DEBUG] controller.SolarController - ----------------------------------------------- [08:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_ivtoverview_hour where inputDate = ? and plantSeq = ? order by inputDate asc, inputHour asc [08:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 126(Integer) [08:44:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, d.* from t_ivtoverview_day d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and d.plantSeq = ? order by inputDate asc [08:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-02(String), 2022-05-10(String), 126(Integer) [08:44:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.plantStatus = ? and v.ivtStatus = ? and p.seq in ( 126, 125, 124, 123, 122, 121, 120, 113, 112, 111, 110, 109, 108, 107, 106, 105, 104, 103, 102, 101 ) ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String) [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [08:45:08] [DEBUG] controller.SolarController - slide.selectListFront : 쿼리조회시간 : 15 [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' order by plantSeq asc, ivtIdx asc [08:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:45:09] [DEBUG] controller.InverterController - ------------------------------------- [08:45:09] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:45:09] [DEBUG] controller.InverterController - ------------------------------------- [08:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 149 [08:45:09] [DEBUG] controller.InverterController - ------------------------------------- [08:45:09] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"01"},{"name":"ivt_76_6","status":"01"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"00"},{"name":"ivt_76_18","status":"00"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"ivt_92_1","status":"01"},{"name":"ivt_92_2","status":"01"},{"name":"ivt_92_3","status":"01"},{"name":"ivt_92_4","status":"01"},{"name":"ivt_92_5","status":"01"},{"name":"ivt_92_6","status":"01"},{"name":"ivt_92_7","status":"01"},{"name":"ivt_92_8","status":"01"},{"name":"ivt_92_9","status":"01"},{"name":"ivt_92_10","status":"01"},{"name":"ivt_92_11","status":"01"},{"name":"ivt_92_12","status":"01"},{"name":"ivt_92_13","status":"01"},{"name":"ivt_92_14","status":"01"},{"name":"ivt_92_15","status":"01"},{"name":"ivt_92_16","status":"01"},{"name":"ivt_92_17","status":"01"},{"name":"ivt_92_18","status":"01"},{"name":"ivt_92_19","status":"01"},{"name":"ivt_93_1","status":"01"},{"name":"ivt_93_2","status":"01"},{"name":"ivt_93_3","status":"01"},{"name":"ivt_93_4","status":"01"},{"name":"ivt_93_5","status":"01"},{"name":"ivt_93_6","status":"01"},{"name":"ivt_93_7","status":"01"},{"name":"ivt_93_8","status":"01"},{"name":"ivt_93_9","status":"01"},{"name":"ivt_93_10","status":"01"},{"name":"ivt_93_11","status":"01"},{"name":"ivt_93_12","status":"01"},{"name":"ivt_93_13","status":"01"},{"name":"ivt_93_14","status":"01"},{"name":"ivt_93_15","status":"01"},{"name":"ivt_93_16","status":"01"},{"name":"ivt_93_17","status":"01"},{"name":"ivt_93_18","status":"01"},{"name":"ivt_93_19","status":"01"},{"name":"ivt_93_20","status":"01"},{"name":"ivt_99_1","status":"01"},{"name":"ivt_99_2","status":"01"},{"name":"ivt_99_3","status":"01"},{"name":"ivt_99_4","status":"01"},{"name":"ivt_101_1","status":"01"},{"name":"ivt_101_2","status":"01"},{"name":"ivt_102_1","status":"01"},{"name":"ivt_102_2","status":"01"},{"name":"ivt_103_1","status":"01"},{"name":"ivt_103_2","status":"01"},{"name":"ivt_104_1","status":"01"},{"name":"ivt_104_2","status":"01"},{"name":"ivt_105_1","status":"01"},{"name":"ivt_105_2","status":"01"},{"name":"ivt_106_1","status":"01"},{"name":"ivt_106_2","status":"01"},{"name":"ivt_107_1","status":"01"},{"name":"ivt_107_2","status":"01"},{"name":"ivt_108_1","status":"01"},{"name":"ivt_108_2","status":"01"},{"name":"ivt_109_1","status":"01"},{"name":"ivt_109_2","status":"01"},{"name":"ivt_110_1","status":"01"},{"name":"ivt_110_2","status":"01"},{"name":"ivt_111_1","status":"01"},{"name":"ivt_111_2","status":"01"},{"name":"ivt_112_1","status":"01"},{"name":"ivt_112_2","status":"01"},{"name":"ivt_113_1","status":"01"},{"name":"ivt_113_2","status":"01"},{"name":"ivt_120_1","status":"01"},{"name":"ivt_120_2","status":"01"},{"name":"ivt_121_1","status":"01"},{"name":"ivt_121_2","status":"01"},{"name":"ivt_122_1","status":"01"},{"name":"ivt_122_2","status":"01"},{"name":"ivt_123_1","status":"01"},{"name":"ivt_123_2","status":"01"},{"name":"ivt_124_1","status":"01"},{"name":"ivt_124_2","status":"01"},{"name":"ivt_125_1","status":"01"},{"name":"ivt_125_2","status":"01"},{"name":"ivt_126_1","status":"01"},{"name":"ivt_126_2","status":"01"},{"name":"ivt_127_1","status":"01"},{"name":"ivt_127_2","status":"01"},{"name":"ivt_127_3","status":"01"},{"name":"ivt_128_1","status":"01"},{"name":"ivt_128_2","status":"01"},{"name":"ivt_128_3","status":"01"},{"name":"ivt_128_4","status":"01"},{"name":"ivt_128_5","status":"01"},{"name":"ivt_129_1","status":"01"},{"name":"ivt_129_2","status":"01"},{"name":"end"}]} [08:45:09] [DEBUG] controller.InverterController - ------------------------------------- [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 15 [08:45:10] [DEBUG] controller.JsonController - ------------------------------------- [08:45:10] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [08:45:10] [DEBUG] controller.JsonController - ------------------------------------- [08:45:42] [DEBUG] controller.SolarController - ----------------------------------------------- [08:45:42] [DEBUG] controller.SolarController - /solar/chart.co :: plantSeq :: 126, param.plantSeq : 126 [08:45:42] [DEBUG] controller.SolarController - ----------------------------------------------- [08:45:42] [DEBUG] util.CommonUtil - printHeaders[0] accept :text/html, application/xhtml+xml, image/jxr, */* [08:45:42] [DEBUG] util.CommonUtil - printHeaders[1] referer :http://emsa.eltenergy.com/solar/slide.co [08:45:42] [DEBUG] util.CommonUtil - printHeaders[2] accept-language :ko-KR [08:45:42] [DEBUG] util.CommonUtil - printHeaders[3] user-agent :Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko [08:45:42] [DEBUG] util.CommonUtil - printHeaders[4] accept-encoding :gzip, deflate [08:45:42] [DEBUG] util.CommonUtil - printHeaders[5] host :emsa.eltenergy.com [08:45:42] [DEBUG] util.CommonUtil - printHeaders[6] connection :Keep-Alive [08:45:42] [DEBUG] util.CommonUtil - printHeaders[7] cookie :JSESSIONID=AB600565A15B13CD9750B4CE5E5BADB8 [08:45:42] [DEBUG] util.CommonUtil - printHeaders LocalAddr : 10.41.224.76 [08:45:42] [DEBUG] util.CommonUtil - printHeaders LocalName : 10.41.224.76 [08:45:42] [DEBUG] util.CommonUtil - printHeaders RemoteAddr : 221.163.204.2 [08:45:42] [DEBUG] util.CommonUtil - printHeaders RemoteHost : 221.163.204.2 [08:45:42] [DEBUG] util.CommonUtil - printHeaders uri : /solar/chart.co [08:45:42] [DEBUG] util.CommonUtil - printHeaders QueryString : plantSeq=126 [08:45:42] [DEBUG] util.CommonUtil - com.elt.util.CommonUtil.end -------------------------- [08:45:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:45:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:45:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:45:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-04-26(String) [08:45:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:43] [DEBUG] controller.SolarController - ----------------------------------------------- [08:45:43] [DEBUG] controller.SolarController - /solar/data_chart.co :: , param.plantSeq : 126 [08:45:43] [DEBUG] controller.SolarController - ----------------------------------------------- [08:45:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_ivtoverview_hour where inputDate = ? and plantSeq = ? order by inputDate asc, inputHour asc [08:45:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 126(Integer) [08:45:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:57:48] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:57:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:57:53] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :admin03, login_channel : null [08:57:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:57:53] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_05 [08:57:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:57:53] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : admin03 [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName from t_plant p left join t_pms m on p.seq = m.plantSeq and p.plantStatus = '01' and m.pmsStatus = '01' order by p.seq desc [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 103 [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: admin03, mappingList.size : 103 [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:57:53] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[admin03] roles roles [0]ROLE_05 [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String), 05(String), 6B67B5B0E63B14BD077A547F9CABCDCD(String), PHONE(String) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:57:53] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:57:53] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [08:57:53] [DEBUG] controller.SignController - /monitoring/dashboard.co [08:57:53] [DEBUG] controller.SignController - ....................................... [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.pvPower/p.supplyPower as pvPercent, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, count(seq) as count from t_pmsdata_2022 where pcsIdx=0 and inputDate = ? group by plantSeq ) d2 where d.plantSeq = d2.plantSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? ) d on p.seq = d.plantSeq ) p left join ( select inputHour as weatherHour, weatherCode, cloud from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ?) ) w on p.weatherCode = w.weatherCode order by p.pvPercent desc [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 2022-05-10(String) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.geox, p.geoy, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) order by p.seq desc [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 81 [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, count(inputHour) as count from t_weather_2021 where inputYmd = ? group by inputHour order by inputHour desc [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:57:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(k.seq) as count from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_count.Kesco : 쿼리조회시간 : 0 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_count.alarmBatt : 쿼리조회시간 : 0 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [08:57:55] [DEBUG] controller.MonitoringController - main_count.faultPms : 쿼리조회시간 : 0 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 10(Integer), 990(Integer), 10(Integer), 990(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_count.alarmTemp : 쿼리조회시간 : 15 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_count.faultTemp : 쿼리조회시간 : 31 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and ( d.data20 < ? or d.data20 > ? or d.data21 < ? or d.data21 > ?) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 320(Integer), 160(Integer), 320(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_data_count.pmsVo : 쿼리조회시간 : 0 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_kesco k where seq = (select max(seq) from t_timetable_kesco k where k.inputDate = ? ) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_data_count.kescoVo : 쿼리조회시간 : 31 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, inputHour, count(inputYmd) as count from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ? ) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_data_count.weatherVo : 쿼리조회시간 : 0 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_count.alarmCellTempCount : 쿼리조회시간 : 32 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, createDatetime, count(seq) as count from t_pmsdata_statistic_hour where inputDate=? and inputHour = (select max(inputHour) from t_pmsdata_statistic_hour where inputDate = ?) and pcsIdx=0 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_data_count.hourVo : 쿼리조회시간 : 16 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_count.cs : 쿼리조회시간 : 31 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputMonth, inputDay, createDatetime, count(seq) as count from t_pmsdata_statistic_day where inputDate=? and pcsIdx=0; [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:55] [DEBUG] controller.MonitoringController - main_data_count.dayVo : 쿼리조회시간 : 0 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:57:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [08:57:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:57:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:57:58] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 203 [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 301(Integer), 0(Integer), 10(Integer) [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 109 [08:57:58] [DEBUG] controller.InverterController - ------------------------------------- [08:57:58] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:57:58] [DEBUG] controller.InverterController - ------------------------------------- [08:57:58] [DEBUG] controller.InverterController - ------------------------------------- [08:57:58] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"00"},{"name":"ivt_76_6","status":"00"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"ivt_92_1","status":"01"},{"name":"ivt_92_2","status":"01"},{"name":"ivt_92_3","status":"01"},{"name":"ivt_92_4","status":"01"},{"name":"ivt_92_5","status":"01"},{"name":"ivt_92_6","status":"01"},{"name":"ivt_92_7","status":"01"},{"name":"ivt_92_8","status":"01"},{"name":"ivt_92_9","status":"01"},{"name":"ivt_92_10","status":"01"},{"name":"ivt_92_11","status":"01"},{"name":"ivt_92_12","status":"01"},{"name":"ivt_92_13","status":"01"},{"name":"ivt_92_14","status":"01"},{"name":"ivt_92_15","status":"01"},{"name":"ivt_92_16","status":"01"},{"name":"ivt_92_17","status":"01"},{"name":"ivt_92_18","status":"01"},{"name":"ivt_92_19","status":"01"},{"name":"ivt_93_1","status":"01"},{"name":"ivt_93_2","status":"01"},{"name":"ivt_93_3","status":"01"},{"name":"ivt_93_4","status":"01"},{"name":"ivt_93_5","status":"01"},{"name":"ivt_93_6","status":"01"},{"name":"ivt_93_7","status":"01"},{"name":"ivt_93_8","status":"01"},{"name":"ivt_93_9","status":"01"},{"name":"ivt_93_10","status":"01"},{"name":"ivt_93_11","status":"01"},{"name":"ivt_93_12","status":"01"},{"name":"ivt_93_13","status":"01"},{"name":"ivt_93_14","status":"01"},{"name":"ivt_93_15","status":"01"},{"name":"ivt_93_16","status":"01"},{"name":"ivt_93_17","status":"01"},{"name":"ivt_93_18","status":"01"},{"name":"ivt_93_19","status":"01"},{"name":"ivt_93_20","status":"01"},{"name":"ivt_99_1","status":"01"},{"name":"ivt_99_2","status":"01"},{"name":"ivt_99_3","status":"01"},{"name":"ivt_99_4","status":"01"},{"name":"ivt_127_1","status":"01"},{"name":"ivt_127_2","status":"01"},{"name":"ivt_127_3","status":"01"},{"name":"ivt_128_1","status":"01"},{"name":"ivt_128_2","status":"01"},{"name":"ivt_128_3","status":"01"},{"name":"ivt_128_4","status":"01"},{"name":"ivt_128_5","status":"01"},{"name":"ivt_129_1","status":"01"},{"name":"ivt_129_2","status":"01"},{"name":"end"}]} [08:57:58] [DEBUG] controller.InverterController - ------------------------------------- [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:57:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:57:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:57:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:57:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:57:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:57:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 301(Integer), 2022-05-10(String) [08:57:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 331(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [08:58:00] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 250 [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 331(Integer), 0(Integer), 10(Integer) [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:58:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 331(Integer) [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:58:01] [DEBUG] controller.InverterController - ------------------------------------- [08:58:01] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:58:01] [DEBUG] controller.InverterController - ------------------------------------- [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 40 [08:58:01] [DEBUG] controller.InverterController - ------------------------------------- [08:58:01] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_101_1","status":"01"},{"name":"ivt_101_2","status":"01"},{"name":"ivt_102_1","status":"01"},{"name":"ivt_102_2","status":"01"},{"name":"ivt_103_1","status":"01"},{"name":"ivt_103_2","status":"01"},{"name":"ivt_104_1","status":"01"},{"name":"ivt_104_2","status":"01"},{"name":"ivt_105_1","status":"01"},{"name":"ivt_105_2","status":"01"},{"name":"ivt_106_1","status":"01"},{"name":"ivt_106_2","status":"01"},{"name":"ivt_107_1","status":"01"},{"name":"ivt_107_2","status":"01"},{"name":"ivt_108_1","status":"01"},{"name":"ivt_108_2","status":"01"},{"name":"ivt_109_1","status":"01"},{"name":"ivt_109_2","status":"01"},{"name":"ivt_110_1","status":"01"},{"name":"ivt_110_2","status":"01"},{"name":"ivt_111_1","status":"01"},{"name":"ivt_111_2","status":"01"},{"name":"ivt_112_1","status":"01"},{"name":"ivt_112_2","status":"01"},{"name":"ivt_113_1","status":"01"},{"name":"ivt_113_2","status":"01"},{"name":"ivt_120_1","status":"01"},{"name":"ivt_120_2","status":"01"},{"name":"ivt_121_1","status":"01"},{"name":"ivt_121_2","status":"01"},{"name":"ivt_122_1","status":"01"},{"name":"ivt_122_2","status":"01"},{"name":"ivt_123_1","status":"01"},{"name":"ivt_123_2","status":"01"},{"name":"ivt_124_1","status":"01"},{"name":"ivt_124_2","status":"01"},{"name":"ivt_125_1","status":"01"},{"name":"ivt_125_2","status":"01"},{"name":"ivt_126_1","status":"01"},{"name":"ivt_126_2","status":"01"},{"name":"end"}]} [08:58:01] [DEBUG] controller.InverterController - ------------------------------------- [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 331(Integer) [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 331(Integer), 2022-05-10(String) [08:58:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 40 [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:58:14] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 219 [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 301(Integer), 0(Integer), 10(Integer) [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [08:58:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 109 [08:58:15] [DEBUG] controller.InverterController - ------------------------------------- [08:58:15] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"00"},{"name":"ivt_76_6","status":"00"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"ivt_92_1","status":"01"},{"name":"ivt_92_2","status":"01"},{"name":"ivt_92_3","status":"01"},{"name":"ivt_92_4","status":"01"},{"name":"ivt_92_5","status":"01"},{"name":"ivt_92_6","status":"01"},{"name":"ivt_92_7","status":"01"},{"name":"ivt_92_8","status":"01"},{"name":"ivt_92_9","status":"01"},{"name":"ivt_92_10","status":"01"},{"name":"ivt_92_11","status":"01"},{"name":"ivt_92_12","status":"01"},{"name":"ivt_92_13","status":"01"},{"name":"ivt_92_14","status":"01"},{"name":"ivt_92_15","status":"01"},{"name":"ivt_92_16","status":"01"},{"name":"ivt_92_17","status":"01"},{"name":"ivt_92_18","status":"01"},{"name":"ivt_92_19","status":"01"},{"name":"ivt_93_1","status":"01"},{"name":"ivt_93_2","status":"01"},{"name":"ivt_93_3","status":"01"},{"name":"ivt_93_4","status":"01"},{"name":"ivt_93_5","status":"01"},{"name":"ivt_93_6","status":"01"},{"name":"ivt_93_7","status":"01"},{"name":"ivt_93_8","status":"01"},{"name":"ivt_93_9","status":"01"},{"name":"ivt_93_10","status":"01"},{"name":"ivt_93_11","status":"01"},{"name":"ivt_93_12","status":"01"},{"name":"ivt_93_13","status":"01"},{"name":"ivt_93_14","status":"01"},{"name":"ivt_93_15","status":"01"},{"name":"ivt_93_16","status":"01"},{"name":"ivt_93_17","status":"01"},{"name":"ivt_93_18","status":"01"},{"name":"ivt_93_19","status":"01"},{"name":"ivt_93_20","status":"01"},{"name":"ivt_99_1","status":"01"},{"name":"ivt_99_2","status":"01"},{"name":"ivt_99_3","status":"01"},{"name":"ivt_99_4","status":"01"},{"name":"ivt_127_1","status":"01"},{"name":"ivt_127_2","status":"01"},{"name":"ivt_127_3","status":"01"},{"name":"ivt_128_1","status":"01"},{"name":"ivt_128_2","status":"01"},{"name":"ivt_128_3","status":"01"},{"name":"ivt_128_4","status":"01"},{"name":"ivt_128_5","status":"01"},{"name":"ivt_129_1","status":"01"},{"name":"ivt_129_2","status":"01"},{"name":"end"}]} [08:58:15] [DEBUG] controller.InverterController - ------------------------------------- [08:58:15] [DEBUG] controller.InverterController - ------------------------------------- [08:58:15] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [08:58:15] [DEBUG] controller.InverterController - ------------------------------------- [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 301(Integer), 2022-05-10(String) [08:58:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [08:58:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:58:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [08:58:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [08:58:27] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 16 [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 15 [08:58:28] [DEBUG] controller.JsonController - ------------------------------------- [08:58:28] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [08:58:28] [DEBUG] controller.JsonController - ------------------------------------- [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [08:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [08:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [08:58:55] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [08:58:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:58:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [08:58:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [09:01:57] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [09:02:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:02:01] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :GSNGsolar, login_channel : null [09:02:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:02:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:02:01] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [09:02:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:02:01] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : GSNGsolar [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: GSNGsolar, mappingList.size : 2 [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:02:01] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[GSNGsolar] roles roles [0]ROLE_01 [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String), 01(String), 94D029166B6E7C3B0453D9356AC66F58(String), PHONE(String) [09:02:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:02:01] [DEBUG] controller.EssController - ----------------------------------------------- [09:02:01] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [09:02:01] [DEBUG] controller.EssController - ----------------------------------------------- [09:02:03] [DEBUG] controller.EssController - ----------------------------------------------- [09:02:03] [DEBUG] controller.EssController - /index.co called [09:02:03] [DEBUG] controller.EssController - ----------------------------------------------- [09:02:03] [DEBUG] controller.EssController - ----------------------------------------------- [09:02:03] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [09:02:03] [DEBUG] controller.EssController - ----------------------------------------------- [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-09(String), 85(Integer), 0(Integer), 2022-05-08(String), 85(Integer), 0(Integer), 2022-05-10(String), 61769(Integer) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 85(Integer), 2022-05-10(String), 85(Integer) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [09:02:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-10(String), 85(Integer), 0(Integer), 2022-05-10(String) [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2022-05-10(String), 85(Integer), 1(Integer), 2022-05-10(String) [09:02:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [09:02:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [09:02:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:02:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:02:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-10(String), 85(Integer), 0(Integer), 2022-05-10(String) [09:02:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:02:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:02:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [09:02:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2022-05-10(String), 85(Integer), 1(Integer), 2022-05-10(String) [09:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 09(String), 04(String), 264.7(Float), 631.8(Float), 0.6(Float), 365805.0(Float), 01(String) [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32600(Integer), 101(Integer), 1(Integer), 208040.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 205.4(Double), 983.2(Double), 201949.3(Double), 25.5(Double), 89.4(Double), 499269.0(Double), 223764.0(Double), 01(String) [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32600(Integer), 101(Integer), 2(Integer), 56684.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 41.4(Double), 1010.7(Double), 41843.0(Double), 21.1(Double), 92.3(Double), 132541.0(Double), 142041.0(Double), 01(String) [09:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 09(String), 04(String), 247.4(Float), 555.9(Float), 0.6(Float), 386147.0(Float), 01(String) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32601(Integer), 108(Integer), 1(Integer), 193948.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 196.0(Double), 993.3(Double), 194686.8(Double), 36.4(Double), 90.1(Double), 437553.0(Double), 234809.0(Double), 01(String) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32601(Integer), 108(Integer), 2(Integer), 53499.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 44.1(Double), 992.8(Double), 43782.5(Double), 33.2(Double), 93.8(Double), 118333.0(Double), 151338.0(Double), 01(String) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 09(String), 04(String), 255.3(Float), 619.2(Float), 0.6(Float), 402802.0(Float), 01(String) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32602(Integer), 109(Integer), 1(Integer), 198356.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 194.6(Double), 1003.0(Double), 195183.8(Double), 24.0(Double), 88.8(Double), 481577.0(Double), 244109.0(Double), 01(String) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32602(Integer), 109(Integer), 2(Integer), 56972.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 47.8(Double), 986.6(Double), 47159.5(Double), 20.1(Double), 95.0(Double), 137631.0(Double), 158693.0(Double), 01(String) [09:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 09(String), 04(String), 248.8(Float), 601.0(Float), 0.6(Float), 319702.0(Float), 01(String) [09:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32603(Integer), 106(Integer), 1(Integer), 193536.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 189.8(Double), 992.2(Double), 188319.6(Double), 26.8(Double), 89.2(Double), 468504.0(Double), 197752.0(Double), 01(String) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32603(Integer), 106(Integer), 2(Integer), 55258.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 44.1(Double), 981.7(Double), 43293.0(Double), 23.4(Double), 93.8(Double), 132524.0(Double), 121950.0(Double), 01(String) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 09(String), 04(String), 258.2(Float), 615.1(Float), 0.6(Float), 389470.0(Float), 01(String) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32604(Integer), 111(Integer), 1(Integer), 201092.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 221.7(Double), 1016.7(Double), 225402.4(Double), 26.5(Double), 88.8(Double), 481344.0(Double), 238172.0(Double), 01(String) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32604(Integer), 111(Integer), 2(Integer), 57111.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 49.7(Double), 999.8(Double), 49690.1(Double), 20.3(Double), 92.7(Double), 133739.0(Double), 151298.0(Double), 01(String) [09:04:48] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 09(String), 05(String), 37.1(Float), 69.9(Float), 0.7(Float), 45589.6(Float), 01(String) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32605(Integer), 129(Integer), 1(Integer), 19372.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 78.0(Double), 618.0(Double), 48204.0(Double), 42.0(Double), 0.0(Double), 36100.0(Double), 24010.5(Double), 01(String) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32605(Integer), 129(Integer), 2(Integer), 17705.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 77.0(Double), 613.0(Double), 47201.0(Double), 40.0(Double), 0.0(Double), 33900.0(Double), 21579.2(Double), 01(String) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 09(String), 05(String), 248.4(Float), 599.9(Float), 0.6(Float), 374113.0(Float), 01(String) [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32606(Integer), 126(Integer), 1(Integer), 197014.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 198.6(Double), 995.8(Double), 197765.9(Double), 35.1(Double), 100.0(Double), 471516.0(Double), 229503.0(Double), 01(String) [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32606(Integer), 126(Integer), 2(Integer), 51372.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 43.0(Double), 1004.7(Double), 43202.1(Double), 32.2(Double), 100.0(Double), 128392.0(Double), 144610.0(Double), 01(String) [09:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 09(String), 05(String), 255.1(Float), 618.8(Float), 0.6(Float), 326511.0(Float), 01(String) [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32607(Integer), 104(Integer), 1(Integer), 197401.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 200.5(Double), 1001.6(Double), 200820.8(Double), 24.8(Double), 100.0(Double), 482857.0(Double), 180738.0(Double), 01(String) [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32607(Integer), 104(Integer), 2(Integer), 57650.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 46.9(Double), 999.9(Double), 46895.3(Double), 22.3(Double), 99.9(Double), 135897.0(Double), 145773.0(Double), 01(String) [09:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 09(String), 05(String), 267.7(Float), 638.7(Float), 0.6(Float), 384907.0(Float), 01(String) [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32608(Integer), 103(Integer), 1(Integer), 211229.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 211.8(Double), 995.1(Double), 210762.2(Double), 26.0(Double), 88.9(Double), 507146.0(Double), 238147.0(Double), 01(String) [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32608(Integer), 103(Integer), 2(Integer), 56436.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 39.2(Double), 992.7(Double), 38913.8(Double), 21.9(Double), 93.2(Double), 131580.0(Double), 146760.0(Double), 01(String) [09:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 09(String), 05(String), 172.3(Float), 279.2(Float), 0.7(Float), 65552.6(Float), 01(String) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32609(Integer), 128(Integer), 1(Integer), 38297.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 58.6(Double), 660.8(Double), 38744.2(Double), 31.7(Double), 10.0(Double), 62160.0(Double), 14584.5(Double), 01(String) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32609(Integer), 128(Integer), 2(Integer), 38188.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 58.6(Double), 660.5(Double), 38709.7(Double), 32.2(Double), 10.0(Double), 61780.0(Double), 14514.1(Double), 01(String) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32609(Integer), 128(Integer), 3(Integer), 38384.0(Double), 600.0(Double), 0.0(Double), -0.1(Double), 58.6(Double), 664.5(Double), 38926.4(Double), 32.7(Double), 645.4(Double), 62240.0(Double), 14556.3(Double), 01(String) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32609(Integer), 128(Integer), 4(Integer), 37969.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 57.8(Double), 669.2(Double), 38680.5(Double), 33.2(Double), 10.0(Double), 61760.0(Double), 14442.6(Double), 01(String) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32609(Integer), 128(Integer), 5(Integer), 19510.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 30.6(Double), 648.0(Double), 19802.9(Double), 37.5(Double), 10.0(Double), 31530.0(Double), 7455.3(Double), 01(String) [09:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 09(String), 05(String), 264.6(Float), 598.1(Float), 0.6(Float), 385490.0(Float), 01(String) [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32610(Integer), 112(Integer), 1(Integer), 212423.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 213.1(Double), 995.4(Double), 212119.8(Double), 27.3(Double), 91.8(Double), 485024.0(Double), 239167.0(Double), 01(String) [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32610(Integer), 112(Integer), 2(Integer), 52186.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 46.0(Double), 984.4(Double), 45282.4(Double), 20.8(Double), 95.2(Double), 113048.0(Double), 146323.0(Double), 01(String) [09:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 09(String), 05(String), 237.1(Float), 572.7(Float), 0.6(Float), 358494.0(Float), 01(String) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32611(Integer), 124(Integer), 1(Integer), 182024.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 182.0(Double), 994.0(Double), 180908.0(Double), 25.9(Double), 89.1(Double), 441871.0(Double), 214764.0(Double), 01(String) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32611(Integer), 124(Integer), 2(Integer), 55065.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 52.9(Double), 990.8(Double), 52413.3(Double), 22.2(Double), 94.7(Double), 130799.0(Double), 143730.0(Double), 01(String) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 09(String), 05(String), 248.7(Float), 615.5(Float), 0.6(Float), 385896.0(Float), 01(String) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32612(Integer), 120(Integer), 1(Integer), 195625.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 192.6(Double), 998.0(Double), 192214.8(Double), 23.9(Double), 100.0(Double), 479483.0(Double), 233832.0(Double), 01(String) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32612(Integer), 120(Integer), 2(Integer), 53049.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 41.4(Double), 1022.0(Double), 42310.8(Double), 19.5(Double), 100.0(Double), 136026.0(Double), 152064.0(Double), 01(String) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 09(String), 05(String), 225.6(Float), 474.3(Float), 0.6(Float), 287032.0(Float), 01(String) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32613(Integer), 110(Integer), 1(Integer), 181974.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 178.5(Double), 981.5(Double), 175197.8(Double), 24.3(Double), 89.4(Double), 411925.0(Double), 179436.0(Double), 01(String) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32613(Integer), 110(Integer), 2(Integer), 43602.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 41.2(Double), 1000.3(Double), 41212.4(Double), 48.4(Double), 94.4(Double), 62381.0(Double), 107596.0(Double), 01(String) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 09(String), 05(String), 243.8(Float), 585.2(Float), 0.6(Float), 363839.0(Float), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32614(Integer), 125(Integer), 1(Integer), 193475.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 190.7(Double), 1000.2(Double), 190738.1(Double), 26.6(Double), 88.8(Double), 462680.0(Double), 220891.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32614(Integer), 125(Integer), 2(Integer), 50280.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 46.8(Double), 1022.9(Double), 47871.7(Double), 23.0(Double), 90.3(Double), 122470.0(Double), 142948.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 09(String), 05(String), 258.7(Float), 624.1(Float), 0.6(Float), 392345.0(Float), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32615(Integer), 105(Integer), 1(Integer), 204264.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 196.9(Double), 1005.6(Double), 198002.6(Double), 24.7(Double), 100.0(Double), 494322.0(Double), 239286.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32615(Integer), 105(Integer), 2(Integer), 54404.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 41.7(Double), 983.3(Double), 41003.6(Double), 20.9(Double), 99.9(Double), 129808.0(Double), 153059.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 09(String), 05(String), 46.2(Float), 99.3(Float), 0.7(Float), 72891.7(Float), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32616(Integer), 127(Integer), 1(Integer), 15408.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 94.0(Double), 580.0(Double), 54520.0(Double), 39.0(Double), 0.0(Double), 33100.0(Double), 24517.7(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32616(Integer), 127(Integer), 2(Integer), 14305.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 66.0(Double), 618.0(Double), 40788.0(Double), 48.0(Double), 0.0(Double), 30900.0(Double), 22479.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32616(Integer), 127(Integer), 3(Integer), 16502.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 103.0(Double), 608.0(Double), 62624.0(Double), 45.0(Double), 0.0(Double), 35300.0(Double), 25895.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 09(String), 05(String), 263.9(Float), 634.7(Float), 0.6(Float), 412821.0(Float), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32617(Integer), 121(Integer), 1(Integer), 205345.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 205.0(Double), 992.1(Double), 203380.5(Double), 24.1(Double), 100.0(Double), 501645.0(Double), 248277.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32617(Integer), 121(Integer), 2(Integer), 58567.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 48.7(Double), 1004.6(Double), 48924.0(Double), 20.5(Double), 100.0(Double), 133077.0(Double), 164544.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 09(String), 05(String), 252.0(Float), 583.7(Float), 0.6(Float), 385846.0(Float), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32618(Integer), 107(Integer), 1(Integer), 193932.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 186.6(Double), 1021.3(Double), 190574.6(Double), 25.7(Double), 90.3(Double), 436909.0(Double), 234406.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32618(Integer), 107(Integer), 2(Integer), 58032.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 45.6(Double), 1035.2(Double), 47205.1(Double), 21.4(Double), 95.6(Double), 146827.0(Double), 151440.0(Double), 01(String) [09:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 09(String), 05(String), 269.3(Float), 634.3(Float), 0.6(Float), 295842.0(Float), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32619(Integer), 102(Integer), 1(Integer), 211384.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 213.1(Double), 986.7(Double), 210265.8(Double), 26.3(Double), 89.6(Double), 498684.0(Double), 191137.0(Double), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32619(Integer), 102(Integer), 2(Integer), 57932.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 44.2(Double), 997.0(Double), 44067.4(Double), 21.9(Double), 91.9(Double), 135658.0(Double), 104705.0(Double), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 09(String), 05(String), 263.7(Float), 628.1(Float), 0.6(Float), 379097.0(Float), 01(String) [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32620(Integer), 122(Integer), 1(Integer), 206036.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 204.0(Double), 997.9(Double), 203571.6(Double), 25.8(Double), 87.6(Double), 495949.0(Double), 228025.0(Double), 01(String) [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32620(Integer), 122(Integer), 2(Integer), 57643.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 44.9(Double), 1019.7(Double), 45784.5(Double), 21.1(Double), 96.3(Double), 132107.0(Double), 151072.0(Double), 01(String) [09:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 09(String), 05(String), 260.4(Float), 580.1(Float), 0.6(Float), 374047.0(Float), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32621(Integer), 113(Integer), 1(Integer), 203595.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 206.7(Double), 989.0(Double), 204426.3(Double), 26.2(Double), 89.4(Double), 464796.0(Double), 225691.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32621(Integer), 113(Integer), 2(Integer), 56766.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 47.8(Double), 979.7(Double), 46829.7(Double), 21.4(Double), 93.5(Double), 115283.0(Double), 148356.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 09(String), 05(String), 278.1(Float), 607.6(Float), 0.7(Float), 1501810.0(Float), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 1(Integer), 15715.0(Double), 0.0(Double), 15.7(Double), 0.0(Double), 19.4(Double), 605.0(Double), 11737.0(Double), 27.6(Double), 0.0(Double), 38200.0(Double), 73191.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 2(Integer), 15936.0(Double), 0.0(Double), 15.9(Double), 0.0(Double), 20.2(Double), 609.0(Double), 12302.5(Double), 28.7(Double), 0.0(Double), 37100.0(Double), 86470.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 3(Integer), 15877.0(Double), 0.0(Double), 15.9(Double), 0.0(Double), 20.1(Double), 604.6(Double), 12151.8(Double), 27.9(Double), 0.0(Double), 38400.0(Double), 74854.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 4(Integer), 16043.0(Double), 0.0(Double), 16.0(Double), 0.0(Double), 20.2(Double), 603.6(Double), 12192.0(Double), 28.3(Double), 0.0(Double), 38600.0(Double), 78284.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 5(Integer), 16281.0(Double), 0.0(Double), 16.3(Double), 0.0(Double), 20.7(Double), 606.1(Double), 12546.3(Double), 29.9(Double), 0.0(Double), 37900.0(Double), 88306.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 6(Integer), 16637.0(Double), 0.0(Double), 16.6(Double), 0.0(Double), 20.8(Double), 605.6(Double), 12595.8(Double), 27.9(Double), 0.0(Double), 39400.0(Double), 88174.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 7(Integer), 15021.0(Double), 0.0(Double), 15.0(Double), 0.0(Double), 18.6(Double), 611.9(Double), 11381.3(Double), 27.9(Double), 0.0(Double), 37000.0(Double), 72103.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 8(Integer), 14393.0(Double), 0.0(Double), 14.4(Double), 0.0(Double), 17.8(Double), 615.3(Double), 10952.9(Double), 26.7(Double), 0.0(Double), 27400.0(Double), 83242.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 9(Integer), 10268.0(Double), 0.0(Double), 10.3(Double), 0.0(Double), 12.1(Double), 643.7(Double), 7788.8(Double), 25.4(Double), 0.0(Double), 17800.0(Double), 70963.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 10(Integer), 15056.0(Double), 0.0(Double), 15.1(Double), 0.0(Double), 18.6(Double), 613.5(Double), 11410.5(Double), 27.3(Double), 0.0(Double), 29100.0(Double), 84418.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 11(Integer), 15247.0(Double), 0.0(Double), 15.2(Double), 0.0(Double), 19.2(Double), 614.5(Double), 11799.0(Double), 27.9(Double), 0.0(Double), 29800.0(Double), 84650.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 12(Integer), 15481.0(Double), 0.0(Double), 15.5(Double), 0.0(Double), 19.3(Double), 605.8(Double), 11692.6(Double), 27.4(Double), 0.0(Double), 31600.0(Double), 86096.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 13(Integer), 15560.0(Double), 0.0(Double), 15.6(Double), 0.0(Double), 19.4(Double), 611.3(Double), 11859.9(Double), 27.6(Double), 0.0(Double), 32100.0(Double), 85309.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 14(Integer), 14784.0(Double), 0.0(Double), 14.8(Double), 0.0(Double), 17.8(Double), 615.1(Double), 10949.4(Double), 27.6(Double), 0.0(Double), 28300.0(Double), 84046.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 15(Integer), 14218.0(Double), 0.0(Double), 14.2(Double), 0.0(Double), 16.9(Double), 606.5(Double), 10249.8(Double), 27.4(Double), 0.0(Double), 33000.0(Double), 76860.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 16(Integer), 12562.0(Double), 0.0(Double), 12.6(Double), 0.0(Double), 14.3(Double), 618.7(Double), 8847.9(Double), 27.3(Double), 0.0(Double), 24200.0(Double), 73183.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 17(Integer), 14150.0(Double), 0.0(Double), 14.1(Double), 0.0(Double), 16.7(Double), 606.0(Double), 10119.6(Double), 27.4(Double), 0.0(Double), 32900.0(Double), 77691.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 18(Integer), 8984.0(Double), 0.0(Double), 9.0(Double), 0.0(Double), 14.4(Double), 622.3(Double), 8961.6(Double), 26.2(Double), 0.0(Double), 17700.0(Double), 52597.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32622(Integer), 92(Integer), 19(Integer), 15850.0(Double), 0.0(Double), 15.9(Double), 0.0(Double), 19.6(Double), 603.4(Double), 11826.0(Double), 28.6(Double), 0.0(Double), 37100.0(Double), 81373.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 09(String), 05(String), 312.2(Float), 731.6(Float), 0.7(Float), 1602705.0(Float), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 1(Integer), 16130.0(Double), 0.0(Double), 16.1(Double), 0.0(Double), 20.1(Double), 611.9(Double), 12299.9(Double), 28.4(Double), 0.0(Double), 39000.0(Double), 78950.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 2(Integer), 16612.0(Double), 0.0(Double), 16.6(Double), 0.0(Double), 20.6(Double), 606.8(Double), 12500.1(Double), 29.3(Double), 0.0(Double), 39700.0(Double), 87347.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 3(Integer), 15366.0(Double), 0.0(Double), 15.4(Double), 0.0(Double), 19.2(Double), 605.9(Double), 11633.9(Double), 28.0(Double), 0.0(Double), 37100.0(Double), 75438.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 4(Integer), 16149.0(Double), 0.0(Double), 16.1(Double), 0.0(Double), 20.4(Double), 605.5(Double), 12352.9(Double), 29.5(Double), 0.0(Double), 38600.0(Double), 86340.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 5(Integer), 15682.0(Double), 0.0(Double), 15.7(Double), 0.0(Double), 19.7(Double), 603.9(Double), 11896.2(Double), 28.9(Double), 0.0(Double), 38000.0(Double), 75768.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 6(Integer), 16347.0(Double), 0.0(Double), 16.3(Double), 0.0(Double), 20.4(Double), 606.1(Double), 12365.1(Double), 29.0(Double), 0.0(Double), 38800.0(Double), 89103.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 7(Integer), 16474.0(Double), 0.0(Double), 16.5(Double), 0.0(Double), 20.6(Double), 604.3(Double), 12448.6(Double), 29.7(Double), 0.0(Double), 39100.0(Double), 87308.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 8(Integer), 15792.0(Double), 0.0(Double), 15.8(Double), 0.0(Double), 19.8(Double), 606.0(Double), 11998.1(Double), 28.9(Double), 0.0(Double), 38200.0(Double), 77196.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 9(Integer), 16269.0(Double), 0.0(Double), 16.3(Double), 0.0(Double), 20.3(Double), 605.6(Double), 12294.4(Double), 28.7(Double), 0.0(Double), 38800.0(Double), 86737.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 10(Integer), 15048.0(Double), 0.0(Double), 15.0(Double), 0.0(Double), 18.4(Double), 613.3(Double), 11285.3(Double), 28.7(Double), 0.0(Double), 36300.0(Double), 67829.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 11(Integer), 16119.0(Double), 0.0(Double), 16.1(Double), 0.0(Double), 20.4(Double), 606.7(Double), 12376.0(Double), 28.8(Double), 0.0(Double), 37500.0(Double), 84056.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 12(Integer), 15054.0(Double), 0.0(Double), 15.1(Double), 0.0(Double), 18.2(Double), 616.2(Double), 11214.2(Double), 29.3(Double), 0.0(Double), 35600.0(Double), 67250.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 13(Integer), 15708.0(Double), 0.0(Double), 15.7(Double), 0.0(Double), 19.2(Double), 612.3(Double), 11756.8(Double), 29.6(Double), 0.0(Double), 36400.0(Double), 83369.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 14(Integer), 15497.0(Double), 0.0(Double), 15.5(Double), 0.0(Double), 19.1(Double), 616.2(Double), 11768.8(Double), 29.9(Double), 0.0(Double), 35900.0(Double), 79413.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 15(Integer), 15217.0(Double), 0.0(Double), 15.2(Double), 0.0(Double), 19.3(Double), 607.8(Double), 11731.2(Double), 30.2(Double), 0.0(Double), 35800.0(Double), 70185.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 16(Integer), 15270.0(Double), 0.0(Double), 15.3(Double), 0.0(Double), 18.4(Double), 614.2(Double), 11301.3(Double), 27.8(Double), 0.0(Double), 33400.0(Double), 87155.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 17(Integer), 15290.0(Double), 0.0(Double), 15.3(Double), 0.0(Double), 18.9(Double), 605.3(Double), 11440.8(Double), 28.3(Double), 0.0(Double), 33700.0(Double), 84802.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 18(Integer), 13691.0(Double), 0.0(Double), 13.7(Double), 0.0(Double), 16.1(Double), 604.8(Double), 9737.3(Double), 28.8(Double), 0.0(Double), 29900.0(Double), 72592.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 19(Integer), 13701.0(Double), 0.0(Double), 13.7(Double), 0.0(Double), 16.3(Double), 610.6(Double), 9952.8(Double), 28.0(Double), 0.0(Double), 30400.0(Double), 72282.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32623(Integer), 93(Integer), 20(Integer), 16774.0(Double), 0.0(Double), 16.8(Double), 0.0(Double), 21.0(Double), 610.5(Double), 12821.2(Double), 28.9(Double), 0.0(Double), 39400.0(Double), 89585.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 09(String), 05(String), 63.4(Float), 138.8(Float), 0.7(Float), 57167.0(Float), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32624(Integer), 99(Integer), 1(Integer), 15800.0(Double), 0.0(Double), 15.8(Double), 0.9(Double), 26.9(Double), 573.1(Double), 15417.3(Double), 33.1(Double), 99.0(Double), 34600.0(Double), 14215.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32624(Integer), 99(Integer), 2(Integer), 16000.0(Double), 0.0(Double), 16.0(Double), 1.3(Double), 27.4(Double), 574.3(Double), 15734.9(Double), 32.2(Double), 100.0(Double), 35100.0(Double), 14431.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32624(Integer), 99(Integer), 3(Integer), 15600.0(Double), 0.0(Double), 15.6(Double), 1.4(Double), 27.0(Double), 575.7(Double), 15543.0(Double), 29.0(Double), 100.0(Double), 34200.0(Double), 14124.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32624(Integer), 99(Integer), 4(Integer), 16000.0(Double), 0.0(Double), 16.0(Double), 1.4(Double), 27.1(Double), 574.7(Double), 15574.4(Double), 26.3(Double), 100.0(Double), 34900.0(Double), 14397.0(Double), 01(String) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 09(String), 05(String), 215.5(Float), 529.2(Float), 0.5(Float), 228114.0(Float), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32625(Integer), 123(Integer), 1(Integer), 172460.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 171.3(Double), 1000.2(Double), 171334.3(Double), 24.9(Double), 100.0(Double), 421577.0(Double), 202028.0(Double), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32625(Integer), 123(Integer), 2(Integer), 43055.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 28.4(Double), 1026.6(Double), 29155.4(Double), 20.7(Double), 99.9(Double), 107666.0(Double), 26086.0(Double), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:16:33] [DEBUG] controller.EssController - ----------------------------------------------- [09:16:33] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [09:16:33] [DEBUG] controller.EssController - ----------------------------------------------- [09:16:35] [DEBUG] controller.EssController - ----------------------------------------------- [09:16:35] [DEBUG] controller.EssController - /index.co called [09:16:35] [DEBUG] controller.EssController - ----------------------------------------------- [09:16:36] [DEBUG] controller.EssController - ----------------------------------------------- [09:16:36] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [09:16:36] [DEBUG] controller.EssController - ----------------------------------------------- [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-09(String), 41(Integer), 0(Integer), 2022-05-08(String), 41(Integer), 0(Integer), 2022-05-10(String), 61770(Integer) [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 41(Integer), 2022-05-10(String), 41(Integer) [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [09:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:16:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:16:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-04-26(String) [09:16:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:16:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:16:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [09:16:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-10(String), 41(Integer), 0(Integer), 2022-05-10(String) [09:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:16:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [09:16:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:16:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:16:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2022-05-10(String), 41(Integer), 1(Integer), 2022-05-10(String) [09:16:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:22:27] [DEBUG] controller.SolarController - ----------------------------------------------- [09:22:27] [DEBUG] controller.SolarController - /solar/view.co :: plantSeq :: 126, param.plantSeq : 0 [09:22:27] [DEBUG] controller.SolarController - ----------------------------------------------- [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 126(Integer), 2022-05-10(String) [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [09:22:27] [DEBUG] controller.SolarController - view.selectOverviewByPlantSeq1 : 쿼리조회시간 : 0 [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2022 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 126(Integer), 32606(Integer), 2022-05-10(String), 2022-05-10(String), 126(Integer) [09:22:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:22:27] [DEBUG] controller.SolarController - view.selectListIvtByPlantSeq2 : 쿼리조회시간 : 0 [09:22:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:22:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-04-26(String) [09:22:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:22:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:22:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [09:22:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 09(String), 34(String), 391.8(Float), 789.6(Float), 0.8(Float), 365963.0(Float), 01(String) [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32636(Integer), 101(Integer), 1(Integer), 307000.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 310.8(Double), 979.4(Double), 304397.5(Double), 34.0(Double), 89.4(Double), 623220.0(Double), 223888.0(Double), 01(String) [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32636(Integer), 101(Integer), 2(Integer), 84804.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 73.0(Double), 980.1(Double), 71547.3(Double), 25.8(Double), 94.6(Double), 166366.0(Double), 142075.0(Double), 01(String) [09:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 09(String), 34(String), 374.7(Float), 704.2(Float), 0.7(Float), 386296.0(Float), 01(String) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32637(Integer), 108(Integer), 1(Integer), 290737.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 293.1(Double), 994.8(Double), 291575.9(Double), 41.9(Double), 89.8(Double), 554061.0(Double), 234926.0(Double), 01(String) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32637(Integer), 108(Integer), 2(Integer), 81337.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 71.1(Double), 1000.7(Double), 71149.8(Double), 35.3(Double), 93.0(Double), 150827.0(Double), 151371.0(Double), 01(String) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 09(String), 34(String), 394.0(Float), 773.8(Float), 0.8(Float), 402956.0(Float), 01(String) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32638(Integer), 109(Integer), 1(Integer), 306548.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 307.2(Double), 988.2(Double), 303575.1(Double), 31.3(Double), 89.5(Double), 602392.0(Double), 244230.0(Double), 01(String) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32638(Integer), 109(Integer), 2(Integer), 86782.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 78.7(Double), 985.1(Double), 77527.4(Double), 23.7(Double), 93.4(Double), 171990.0(Double), 158727.0(Double), 01(String) [09:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 09(String), 34(String), 379.6(Float), 750.8(Float), 0.8(Float), 319852.0(Float), 01(String) [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32639(Integer), 106(Integer), 1(Integer), 295534.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 291.5(Double), 984.9(Double), 287098.3(Double), 33.1(Double), 89.6(Double), 584987.0(Double), 197869.0(Double), 01(String) [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32639(Integer), 106(Integer), 2(Integer), 84115.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 73.9(Double), 980.8(Double), 72481.1(Double), 27.0(Double), 92.2(Double), 165848.0(Double), 121983.0(Double), 01(String) [09:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 09(String), 34(String), 386.2(Float), 771.0(Float), 0.8(Float), 389626.0(Float), 01(String) [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32640(Integer), 111(Integer), 1(Integer), 301107.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 330.7(Double), 999.3(Double), 330468.5(Double), 33.3(Double), 90.1(Double), 602957.0(Double), 238294.0(Double), 01(String) [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32640(Integer), 111(Integer), 2(Integer), 85052.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 80.1(Double), 984.1(Double), 78826.4(Double), 24.2(Double), 93.7(Double), 168060.0(Double), 151332.0(Double), 01(String) [09:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 09(String), 34(String), 32.5(Float), 87.7(Float), 0.9(Float), 45607.4(Float), 01(String) [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32641(Integer), 129(Integer), 1(Integer), 17050.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 68.0(Double), 616.0(Double), 41888.0(Double), 46.0(Double), 0.0(Double), 45400.0(Double), 24019.8(Double), 01(String) [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32641(Integer), 129(Integer), 2(Integer), 15453.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 68.0(Double), 608.0(Double), 41344.0(Double), 48.0(Double), 0.0(Double), 42300.0(Double), 21587.6(Double), 01(String) [09:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 09(String), 35(String), 372.7(Float), 749.5(Float), 0.8(Float), 374262.0(Float), 01(String) [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32642(Integer), 126(Integer), 1(Integer), 293529.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 299.7(Double), 988.6(Double), 296283.4(Double), 38.4(Double), 100.0(Double), 589767.0(Double), 229621.0(Double), 01(String) [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32642(Integer), 126(Integer), 2(Integer), 79168.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 66.0(Double), 993.1(Double), 65544.6(Double), 34.5(Double), 100.0(Double), 159696.0(Double), 144641.0(Double), 01(String) [09:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 09(String), 35(String), 382.5(Float), 772.8(Float), 0.8(Float), 326666.0(Float), 01(String) [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32643(Integer), 104(Integer), 1(Integer), 296157.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 301.8(Double), 995.6(Double), 300472.1(Double), 31.1(Double), 100.0(Double), 602194.0(Double), 180858.0(Double), 01(String) [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32643(Integer), 104(Integer), 2(Integer), 86380.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 75.9(Double), 1005.4(Double), 76309.9(Double), 25.6(Double), 100.0(Double), 170656.0(Double), 145808.0(Double), 01(String) [09:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 09(String), 35(String), 394.7(Float), 799.3(Float), 0.8(Float), 385068.0(Float), 01(String) [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32644(Integer), 103(Integer), 1(Integer), 310618.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 317.8(Double), 984.1(Double), 312747.0(Double), 32.4(Double), 88.7(Double), 633706.0(Double), 238274.0(Double), 01(String) [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32644(Integer), 103(Integer), 2(Integer), 84061.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 71.8(Double), 984.0(Double), 70651.2(Double), 25.2(Double), 94.0(Double), 165595.0(Double), 146794.0(Double), 01(String) [09:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 09(String), 35(String), 181.4(Float), 367.7(Float), 0.9(Float), 65641.1(Float), 01(String) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32645(Integer), 128(Integer), 1(Integer), 40270.0(Double), 600.0(Double), 0.0(Double), 0.1(Double), 61.8(Double), 658.8(Double), 40718.9(Double), 32.6(Double), 10.0(Double), 81830.0(Double), 14604.3(Double), 01(String) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32645(Integer), 128(Integer), 2(Integer), 40209.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 61.6(Double), 661.1(Double), 40744.4(Double), 33.0(Double), 10.0(Double), 81320.0(Double), 14533.7(Double), 01(String) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32645(Integer), 128(Integer), 3(Integer), 40414.0(Double), 600.0(Double), 0.0(Double), 0.1(Double), 61.8(Double), 663.6(Double), 40990.6(Double), 33.6(Double), 10.0(Double), 81910.0(Double), 14575.9(Double), 01(String) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32645(Integer), 128(Integer), 4(Integer), 39938.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 60.8(Double), 670.2(Double), 40748.2(Double), 34.1(Double), 645.4(Double), 81190.0(Double), 14462.0(Double), 01(String) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32645(Integer), 128(Integer), 5(Integer), 20519.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 32.1(Double), 647.9(Double), 20770.6(Double), 38.5(Double), 645.4(Double), 41520.0(Double), 7465.3(Double), 01(String) [09:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 09(String), 35(String), 378.0(Float), 754.6(Float), 0.8(Float), 385646.0(Float), 01(String) [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32646(Integer), 112(Integer), 1(Integer), 303385.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 304.4(Double), 996.8(Double), 303425.9(Double), 33.8(Double), 92.4(Double), 610597.0(Double), 239292.0(Double), 01(String) [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32646(Integer), 112(Integer), 2(Integer), 74652.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 69.3(Double), 1009.6(Double), 69965.3(Double), 24.1(Double), 95.4(Double), 144018.0(Double), 146354.0(Double), 01(String) [09:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 09(String), 35(String), 351.7(Float), 714.5(Float), 0.7(Float), 358636.0(Float), 01(String) [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32647(Integer), 124(Integer), 1(Integer), 270226.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 270.3(Double), 995.4(Double), 269056.6(Double), 31.1(Double), 88.1(Double), 551316.0(Double), 214874.0(Double), 01(String) [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32647(Integer), 124(Integer), 2(Integer), 81506.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 79.5(Double), 991.4(Double), 78816.3(Double), 24.9(Double), 94.8(Double), 163693.0(Double), 143763.0(Double), 01(String) [09:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 09(String), 35(String), 374.8(Float), 766.6(Float), 0.8(Float), 386047.0(Float), 01(String) [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32648(Integer), 120(Integer), 1(Integer), 292918.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 292.5(Double), 996.1(Double), 291359.3(Double), 30.3(Double), 100.0(Double), 597741.0(Double), 233950.0(Double), 01(String) [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32648(Integer), 120(Integer), 2(Integer), 81877.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 74.4(Double), 1008.5(Double), 75032.4(Double), 23.1(Double), 99.9(Double), 168826.0(Double), 152097.0(Double), 01(String) [09:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 09(String), 35(String), 325.7(Float), 608.5(Float), 0.7(Float), 287166.0(Float), 01(String) [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32649(Integer), 110(Integer), 1(Integer), 265810.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 260.4(Double), 979.6(Double), 255087.8(Double), 30.0(Double), 89.4(Double), 520683.0(Double), 179545.0(Double), 01(String) [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32649(Integer), 110(Integer), 2(Integer), 59935.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 57.4(Double), 982.6(Double), 56401.2(Double), 22.4(Double), 96.4(Double), 87778.0(Double), 107621.0(Double), 01(String) [09:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 09(String), 35(String), 361.5(Float), 731.6(Float), 0.7(Float), 363985.0(Float), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32650(Integer), 125(Integer), 1(Integer), 285625.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 281.1(Double), 1003.8(Double), 282168.2(Double), 32.0(Double), 89.4(Double), 578568.0(Double), 221007.0(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32650(Integer), 125(Integer), 2(Integer), 75899.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 73.4(Double), 1005.5(Double), 73803.7(Double), 25.9(Double), 94.9(Double), 153060.0(Double), 142978.0(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 09(String), 35(String), 385.5(Float), 780.1(Float), 0.8(Float), 392501.0(Float), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32651(Integer), 105(Integer), 1(Integer), 304704.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 295.1(Double), 996.7(Double), 294126.2(Double), 30.7(Double), 100.0(Double), 617295.0(Double), 239409.0(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 09(String), 35(String), 63.0(Float), 124.8(Float), 0.8(Float), 72917.2(Float), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32651(Integer), 105(Integer), 2(Integer), 80826.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 64.2(Double), 1019.1(Double), 65426.2(Double), 23.9(Double), 100.0(Double), 162777.0(Double), 153092.0(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32652(Integer), 127(Integer), 1(Integer), 21093.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 136.0(Double), 568.0(Double), 77248.0(Double), 35.0(Double), 0.0(Double), 41600.0(Double), 24526.2(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32652(Integer), 127(Integer), 2(Integer), 19393.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 93.0(Double), 605.0(Double), 56265.0(Double), 48.0(Double), 0.0(Double), 38800.0(Double), 22486.9(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32652(Integer), 127(Integer), 3(Integer), 22475.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 140.0(Double), 615.0(Double), 86100.0(Double), 44.0(Double), 0.0(Double), 44400.0(Double), 25904.1(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 09(String), 35(String), 387.3(Float), 792.2(Float), 0.8(Float), 412978.0(Float), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32653(Integer), 121(Integer), 1(Integer), 302762.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 296.8(Double), 993.0(Double), 294722.4(Double), 30.2(Double), 99.9(Double), 624463.0(Double), 248399.0(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32653(Integer), 121(Integer), 2(Integer), 84523.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 73.9(Double), 997.4(Double), 73707.9(Double), 23.6(Double), 100.0(Double), 167766.0(Double), 164579.0(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 09(String), 35(String), 377.0(Float), 734.9(Float), 0.7(Float), 385998.0(Float), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32654(Integer), 107(Integer), 1(Integer), 289341.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 280.6(Double), 1011.7(Double), 283883.0(Double), 32.6(Double), 88.9(Double), 553780.0(Double), 234523.0(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32654(Integer), 107(Integer), 2(Integer), 87735.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 77.6(Double), 1021.7(Double), 79283.9(Double), 25.3(Double), 94.2(Double), 181648.0(Double), 151475.0(Double), 01(String) [09:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 09(String), 35(String), 395.6(Float), 795.6(Float), 0.8(Float), 296003.0(Float), 01(String) [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32655(Integer), 102(Integer), 1(Integer), 310171.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 313.8(Double), 981.1(Double), 307869.2(Double), 32.5(Double), 89.9(Double), 625208.0(Double), 191264.0(Double), 01(String) [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32655(Integer), 102(Integer), 2(Integer), 85393.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 74.8(Double), 979.9(Double), 73296.5(Double), 25.0(Double), 93.9(Double), 170391.0(Double), 104739.0(Double), 01(String) [09:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 09(String), 35(String), 384.8(Float), 785.0(Float), 0.8(Float), 379254.0(Float), 01(String) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32656(Integer), 122(Integer), 1(Integer), 301188.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 299.6(Double), 992.5(Double), 297353.0(Double), 32.0(Double), 89.6(Double), 619043.0(Double), 228148.0(Double), 01(String) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32656(Integer), 122(Integer), 2(Integer), 83334.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 73.5(Double), 1012.9(Double), 74448.1(Double), 24.1(Double), 92.5(Double), 166572.0(Double), 151106.0(Double), 01(String) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 09(String), 35(String), 376.4(Float), 734.6(Float), 0.7(Float), 374202.0(Float), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32657(Integer), 113(Integer), 1(Integer), 294556.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 299.5(Double), 991.2(Double), 296864.4(Double), 32.3(Double), 89.4(Double), 585615.0(Double), 225812.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32657(Integer), 113(Integer), 2(Integer), 81845.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 72.4(Double), 997.8(Double), 72240.7(Double), 24.4(Double), 95.4(Double), 148944.0(Double), 148390.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 09(String), 35(String), 362.1(Float), 787.9(Float), 0.9(Float), 1501989.0(Float), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 1(Integer), 20252.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 24.9(Double), 609.0(Double), 15164.9(Double), 28.8(Double), 0.0(Double), 48300.0(Double), 73201.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 2(Integer), 20686.0(Double), 0.0(Double), 20.7(Double), 0.0(Double), 26.2(Double), 604.1(Double), 15826.5(Double), 30.2(Double), 0.0(Double), 47400.0(Double), 86480.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 3(Integer), 20466.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 25.7(Double), 606.6(Double), 15589.6(Double), 29.3(Double), 0.0(Double), 48500.0(Double), 74864.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 4(Integer), 20474.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 25.8(Double), 601.1(Double), 15509.2(Double), 29.6(Double), 0.0(Double), 48900.0(Double), 78294.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 5(Integer), 20762.0(Double), 0.0(Double), 20.8(Double), 0.0(Double), 26.3(Double), 604.6(Double), 15901.9(Double), 30.9(Double), 0.0(Double), 48200.0(Double), 88317.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 6(Integer), 21184.0(Double), 0.0(Double), 21.2(Double), 0.0(Double), 26.4(Double), 606.2(Double), 16002.8(Double), 28.9(Double), 0.0(Double), 50000.0(Double), 88184.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 7(Integer), 19650.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.5(Double), 604.1(Double), 14800.5(Double), 29.1(Double), 0.0(Double), 46900.0(Double), 72113.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 8(Integer), 19391.0(Double), 0.0(Double), 19.4(Double), 0.0(Double), 24.0(Double), 611.4(Double), 14674.4(Double), 29.0(Double), 0.0(Double), 37100.0(Double), 83252.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 9(Integer), 12624.0(Double), 0.0(Double), 12.6(Double), 0.0(Double), 14.8(Double), 651.3(Double), 9639.2(Double), 27.8(Double), 0.0(Double), 23700.0(Double), 70969.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 10(Integer), 19971.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.9(Double), 606.6(Double), 15103.5(Double), 29.1(Double), 0.0(Double), 39200.0(Double), 84428.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 11(Integer), 20072.0(Double), 0.0(Double), 20.1(Double), 0.0(Double), 25.4(Double), 607.6(Double), 15433.0(Double), 29.5(Double), 0.0(Double), 39900.0(Double), 84660.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 12(Integer), 20239.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 25.4(Double), 605.8(Double), 15388.2(Double), 29.0(Double), 0.0(Double), 41800.0(Double), 86106.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 13(Integer), 20229.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 25.2(Double), 608.8(Double), 15342.6(Double), 29.0(Double), 0.0(Double), 42300.0(Double), 85319.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 14(Integer), 19429.0(Double), 0.0(Double), 19.4(Double), 0.0(Double), 23.7(Double), 610.7(Double), 14472.8(Double), 29.1(Double), 0.0(Double), 38000.0(Double), 84055.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 15(Integer), 18527.0(Double), 0.0(Double), 18.5(Double), 0.0(Double), 22.0(Double), 605.0(Double), 13310.7(Double), 28.6(Double), 0.0(Double), 42100.0(Double), 76869.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 16(Integer), 16981.0(Double), 0.0(Double), 17.0(Double), 0.0(Double), 19.5(Double), 615.8(Double), 12007.5(Double), 29.3(Double), 0.0(Double), 32600.0(Double), 73191.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 17(Integer), 18438.0(Double), 0.0(Double), 18.4(Double), 0.0(Double), 21.9(Double), 604.0(Double), 13227.6(Double), 28.8(Double), 0.0(Double), 42000.0(Double), 77700.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 18(Integer), 12139.0(Double), 0.0(Double), 12.1(Double), 0.0(Double), 19.9(Double), 610.5(Double), 12148.3(Double), 27.8(Double), 0.0(Double), 23700.0(Double), 52603.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32658(Integer), 92(Integer), 19(Integer), 20606.0(Double), 0.0(Double), 20.6(Double), 0.0(Double), 25.6(Double), 608.8(Double), 15585.3(Double), 29.6(Double), 0.0(Double), 47300.0(Double), 81384.0(Double), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 09(String), 35(String), 401.4(Float), 931.8(Float), 0.9(Float), 1602904.0(Float), 01(String) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 1(Integer), 20516.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 25.5(Double), 610.0(Double), 15555.9(Double), 29.6(Double), 0.0(Double), 49200.0(Double), 78960.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 2(Integer), 21409.0(Double), 0.0(Double), 21.4(Double), 0.0(Double), 27.1(Double), 600.4(Double), 16269.9(Double), 30.7(Double), 0.0(Double), 50300.0(Double), 87358.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 3(Integer), 20047.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 25.1(Double), 601.5(Double), 15097.7(Double), 29.5(Double), 0.0(Double), 47100.0(Double), 75448.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 4(Integer), 20893.0(Double), 0.0(Double), 20.9(Double), 0.0(Double), 26.3(Double), 603.1(Double), 15861.5(Double), 30.3(Double), 0.0(Double), 49000.0(Double), 86351.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 5(Integer), 20276.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 25.3(Double), 605.4(Double), 15316.6(Double), 30.3(Double), 0.0(Double), 48100.0(Double), 75779.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 6(Integer), 21046.0(Double), 0.0(Double), 21.0(Double), 0.0(Double), 26.5(Double), 605.7(Double), 16051.1(Double), 30.2(Double), 0.0(Double), 49300.0(Double), 89113.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 7(Integer), 21068.0(Double), 0.0(Double), 21.1(Double), 0.0(Double), 26.5(Double), 599.3(Double), 15882.3(Double), 30.8(Double), 0.0(Double), 49600.0(Double), 87318.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 8(Integer), 20464.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 25.5(Double), 606.5(Double), 15465.8(Double), 30.4(Double), 0.0(Double), 48500.0(Double), 77206.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 9(Integer), 21036.0(Double), 0.0(Double), 21.0(Double), 0.0(Double), 26.2(Double), 603.8(Double), 15818.7(Double), 30.0(Double), 0.0(Double), 49300.0(Double), 86747.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 10(Integer), 19460.0(Double), 0.0(Double), 19.5(Double), 0.0(Double), 24.1(Double), 609.9(Double), 14697.8(Double), 30.2(Double), 0.0(Double), 46000.0(Double), 67839.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 11(Integer), 20561.0(Double), 0.0(Double), 20.6(Double), 0.0(Double), 25.9(Double), 605.7(Double), 15687.6(Double), 30.3(Double), 0.0(Double), 47800.0(Double), 84066.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 12(Integer), 19242.0(Double), 0.0(Double), 19.2(Double), 0.0(Double), 23.5(Double), 614.8(Double), 14447.0(Double), 31.0(Double), 0.0(Double), 45300.0(Double), 67260.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 13(Integer), 19981.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.7(Double), 612.4(Double), 15127.1(Double), 31.3(Double), 0.0(Double), 46400.0(Double), 83379.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 14(Integer), 19637.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.2(Double), 614.3(Double), 14865.3(Double), 31.7(Double), 0.0(Double), 45800.0(Double), 79423.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 15(Integer), 19241.0(Double), 0.0(Double), 19.2(Double), 0.0(Double), 24.2(Double), 610.5(Double), 14773.3(Double), 32.5(Double), 0.0(Double), 45500.0(Double), 70194.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 16(Integer), 20046.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.4(Double), 607.3(Double), 14818.1(Double), 29.7(Double), 0.0(Double), 43200.0(Double), 87164.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 17(Integer), 20013.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.6(Double), 609.3(Double), 14988.8(Double), 29.9(Double), 0.0(Double), 43500.0(Double), 84812.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 18(Integer), 17639.0(Double), 0.0(Double), 17.6(Double), 0.0(Double), 20.6(Double), 610.3(Double), 12572.2(Double), 30.6(Double), 0.0(Double), 38700.0(Double), 72601.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 19(Integer), 17654.0(Double), 0.0(Double), 17.7(Double), 0.0(Double), 21.1(Double), 608.6(Double), 12841.5(Double), 30.5(Double), 0.0(Double), 39200.0(Double), 72291.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32659(Integer), 93(Integer), 20(Integer), 21165.0(Double), 0.0(Double), 21.2(Double), 0.0(Double), 26.4(Double), 609.1(Double), 16080.2(Double), 30.0(Double), 0.0(Double), 50000.0(Double), 89595.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 09(String), 35(String), 89.7(Float), 173.8(Float), 0.9(Float), 57202.0(Float), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32660(Integer), 99(Integer), 1(Integer), 22300.0(Double), 0.0(Double), 22.3(Double), 1.5(Double), 38.8(Double), 569.6(Double), 22099.2(Double), 36.7(Double), 100.0(Double), 43400.0(Double), 14224.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32660(Integer), 99(Integer), 2(Integer), 22600.0(Double), 0.0(Double), 22.6(Double), 1.6(Double), 39.3(Double), 571.1(Double), 22445.5(Double), 35.1(Double), 100.0(Double), 44000.0(Double), 14440.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32660(Integer), 99(Integer), 3(Integer), 22200.0(Double), 0.0(Double), 22.2(Double), 1.7(Double), 38.8(Double), 570.8(Double), 22148.3(Double), 31.8(Double), 100.0(Double), 42800.0(Double), 14133.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32660(Integer), 99(Integer), 4(Integer), 22600.0(Double), 0.0(Double), 22.6(Double), 1.7(Double), 39.1(Double), 570.3(Double), 22297.4(Double), 28.7(Double), 100.0(Double), 43700.0(Double), 14405.0(Double), 01(String) [09:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 09(String), 35(String), 324.5(Float), 659.8(Float), 0.7(Float), 228244.0(Float), 01(String) [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32661(Integer), 123(Integer), 1(Integer), 258250.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 263.1(Double), 987.6(Double), 259837.6(Double), 30.1(Double), 100.0(Double), 525728.0(Double), 202132.0(Double), 01(String) [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32661(Integer), 123(Integer), 2(Integer), 66226.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 50.7(Double), 1001.6(Double), 50781.1(Double), 23.4(Double), 99.7(Double), 134117.0(Double), 26112.0(Double), 01(String) [09:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [09:45:18] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [09:56:43] [DEBUG] controller.EssController - ----------------------------------------------- [09:56:43] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [09:56:43] [DEBUG] controller.EssController - ----------------------------------------------- [09:56:45] [DEBUG] controller.EssController - ----------------------------------------------- [09:56:45] [DEBUG] controller.EssController - /index.co called [09:56:45] [DEBUG] controller.EssController - ----------------------------------------------- [09:56:45] [DEBUG] controller.EssController - ----------------------------------------------- [09:56:45] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [09:56:45] [DEBUG] controller.EssController - ----------------------------------------------- [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-09(String), 41(Integer), 0(Integer), 2022-05-08(String), 41(Integer), 0(Integer), 2022-05-10(String), 61774(Integer) [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 41(Integer), 2022-05-10(String), 41(Integer) [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [09:56:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:56:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:56:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-04-26(String) [09:56:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:56:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:56:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [09:56:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:56:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:56:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-10(String), 41(Integer), 0(Integer), 2022-05-10(String) [09:56:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:56:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:56:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [09:56:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:56:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:56:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2022-05-10(String), 41(Integer), 1(Integer), 2022-05-10(String) [09:56:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:56:56] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61774(Integer), 2022-05-10(String), 09(String), 56(String), 2904519(Long), 2838618(Long), 7461(Long), 0(Integer), 20570(Integer), 43(Integer), 20935(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 8558(Integer), 0(Integer), 7461(Integer), 3877(Integer), 10(Integer), 6(Integer), 30(Integer), 919(Integer), 0(Integer), 6810(Integer), 0(Integer), 246(Integer), 206(Integer), 3475(Integer), 3407(Integer), 3(Integer), 1(Integer), 0(Integer), 4224(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_cs ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHms, csType, procType, procStatus, procMemo, pcsFaultStr, batteryFaultStr, updateId, updateDatetime, createId, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), ?, now() ) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61774(Integer), 2022-05-10(String), 09:56:01(String), 20(String), 10(String), 10(String), PMS FAULT PUSH(String), 1,0,0,0(String), 1,0,0,0(String), PUSH(String), PUSH(String) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61774(Integer), 2022-05-10(String), 09(String), 56(String), 2904519(Long), 2838618(Long), 7461(Long), 0(Integer), 20570(Integer), 43(Integer), 20935(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 8558(Integer), 0(Integer), 7461(Integer), 3877(Integer), 10(Integer), 6(Integer), 30(Integer), 919(Integer), 0(Integer), 6810(Integer), 0(Integer), 246(Integer), 206(Integer), 3475(Integer), 3407(Integer), 3(Integer), 1(Integer), 0(Integer), 4224(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [09:56:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:56:56] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:57:49] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61774(Integer), 2022-05-10(String), 09(String), 57(String), 2904519(Long), 2838618(Long), 7359(Long), 0(Integer), 20570(Integer), 43(Integer), 20935(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 8664(Integer), 0(Integer), 7359(Integer), 3878(Integer), 10(Integer), 6(Integer), 30(Integer), 919(Integer), 0(Integer), 6810(Integer), 0(Integer), 246(Integer), 205(Integer), 3474(Integer), 3407(Integer), 0(Integer), 1(Integer), 0(Integer), 128(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:57:49] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61774(Integer), 2022-05-10(String), 09(String), 57(String), 2904519(Long), 2838618(Long), 7359(Long), 0(Integer), 20570(Integer), 43(Integer), 20935(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 8664(Integer), 0(Integer), 7359(Integer), 3878(Integer), 10(Integer), 6(Integer), 30(Integer), 919(Integer), 0(Integer), 6810(Integer), 0(Integer), 246(Integer), 205(Integer), 3474(Integer), 3407(Integer), 0(Integer), 1(Integer), 0(Integer), 128(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [09:57:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:57:50] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [10:00:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [10:00:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [10:00:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:00:33] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [10:00:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [10:00:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [10:00:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61775(Integer), 2022-05-10(String), 10(String), 00(String), 2904519(Long), 2838618(Long), 7300(Long), 0(Integer), 20570(Integer), 43(Integer), 20935(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 9000(Integer), 0(Integer), 7300(Integer), 3880(Integer), 10(Integer), 6(Integer), 30(Integer), 919(Integer), 0(Integer), 6810(Integer), 0(Integer), 246(Integer), 204(Integer), 3474(Integer), 3407(Integer), 3(Integer), 0(Integer), 0(Integer), 136(Integer), 4097(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 21(Integer) [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:00:34] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 4097,0,0,0, bms : 0,0,0,0 [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61775(Integer), 2022-05-10(String), 10(String), 00(String), 2904519(Long), 2838618(Long), 7300(Long), 0(Integer), 20570(Integer), 43(Integer), 20935(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 9000(Integer), 0(Integer), 7300(Integer), 3880(Integer), 10(Integer), 6(Integer), 30(Integer), 919(Integer), 0(Integer), 6810(Integer), 0(Integer), 246(Integer), 204(Integer), 3474(Integer), 3407(Integer), 3(Integer), 0(Integer), 0(Integer), 136(Integer), 4097(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [10:00:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:00:34] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 10(String), 04(String), 396.7(Float), 986.5(Float), 1.0(Float), 366160.0(Float), 01(String) [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32667(Integer), 101(Integer), 1(Integer), 310367.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 318.7(Double), 985.8(Double), 314174.5(Double), 34.4(Double), 89.9(Double), 777578.0(Double), 224043.0(Double), 01(String) [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32667(Integer), 101(Integer), 2(Integer), 86313.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 75.7(Double), 983.8(Double), 74473.7(Double), 26.3(Double), 94.2(Double), 208881.0(Double), 142117.0(Double), 01(String) [10:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 10(String), 04(String), 378.4(Float), 892.3(Float), 0.9(Float), 386484.0(Float), 01(String) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32668(Integer), 108(Integer), 1(Integer), 295515.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 300.8(Double), 987.2(Double), 296949.8(Double), 42.7(Double), 89.3(Double), 700514.0(Double), 235072.0(Double), 01(String) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32668(Integer), 108(Integer), 2(Integer), 82924.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 71.0(Double), 994.1(Double), 70581.1(Double), 35.9(Double), 93.3(Double), 191771.0(Double), 151412.0(Double), 01(String) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 10(String), 04(String), 394.0(Float), 971.1(Float), 1.0(Float), 403154.0(Float), 01(String) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32669(Integer), 109(Integer), 1(Integer), 307192.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 307.2(Double), 982.4(Double), 301793.3(Double), 31.4(Double), 90.1(Double), 755457.0(Double), 244383.0(Double), 01(String) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32669(Integer), 109(Integer), 2(Integer), 86837.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 78.5(Double), 983.0(Double), 77165.5(Double), 23.9(Double), 94.7(Double), 215595.0(Double), 158771.0(Double), 01(String) [10:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 10(String), 04(String), 382.6(Float), 941.5(Float), 0.9(Float), 320043.0(Float), 01(String) [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32670(Integer), 106(Integer), 1(Integer), 297815.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 294.5(Double), 980.5(Double), 288757.3(Double), 33.8(Double), 90.2(Double), 733413.0(Double), 198017.0(Double), 01(String) [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32670(Integer), 106(Integer), 2(Integer), 84785.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 76.6(Double), 983.5(Double), 75336.1(Double), 28.1(Double), 90.9(Double), 208057.0(Double), 122026.0(Double), 01(String) [10:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 10(String), 04(String), 396.3(Float), 966.9(Float), 1.0(Float), 389822.0(Float), 01(String) [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32671(Integer), 111(Integer), 1(Integer), 308572.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 337.0(Double), 990.9(Double), 333933.3(Double), 34.1(Double), 88.3(Double), 755541.0(Double), 238447.0(Double), 01(String) [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32671(Integer), 111(Integer), 2(Integer), 87684.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 78.4(Double), 1008.1(Double), 79035.0(Double), 25.3(Double), 94.3(Double), 211324.0(Double), 151375.0(Double), 01(String) [10:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 10(String), 04(String), 48.2(Float), 109.0(Float), 1.1(Float), 45628.7(Float), 01(String) [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32672(Integer), 129(Integer), 1(Integer), 25240.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 102.0(Double), 612.0(Double), 62424.0(Double), 44.0(Double), 0.0(Double), 56600.0(Double), 24031.0(Double), 01(String) [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32672(Integer), 129(Integer), 2(Integer), 22913.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 104.0(Double), 607.0(Double), 63128.0(Double), 41.0(Double), 0.0(Double), 52400.0(Double), 21597.7(Double), 01(String) [10:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 10(String), 05(String), 369.3(Float), 935.9(Float), 0.9(Float), 374448.0(Float), 01(String) [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32673(Integer), 126(Integer), 1(Integer), 291563.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 297.0(Double), 999.6(Double), 296881.2(Double), 38.7(Double), 99.9(Double), 736768.0(Double), 229768.0(Double), 01(String) [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32673(Integer), 126(Integer), 2(Integer), 77750.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 66.6(Double), 998.3(Double), 66486.8(Double), 35.0(Double), 100.0(Double), 199103.0(Double), 144680.0(Double), 01(String) [10:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 10(String), 05(String), 390.9(Float), 967.1(Float), 1.0(Float), 326859.0(Float), 01(String) [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32674(Integer), 104(Integer), 1(Integer), 302511.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 308.9(Double), 991.5(Double), 306274.3(Double), 31.4(Double), 100.0(Double), 752615.0(Double), 181008.0(Double), 01(String) [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32674(Integer), 104(Integer), 2(Integer), 88372.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 77.5(Double), 1001.9(Double), 77647.3(Double), 26.6(Double), 100.0(Double), 214480.0(Double), 145851.0(Double), 01(String) [10:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 10(String), 05(String), 398.8(Float), 999.0(Float), 1.0(Float), 385267.0(Float), 01(String) [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32675(Integer), 103(Integer), 1(Integer), 314112.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 323.6(Double), 980.7(Double), 317354.5(Double), 32.9(Double), 90.3(Double), 790918.0(Double), 238431.0(Double), 01(String) [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32675(Integer), 103(Integer), 2(Integer), 84710.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 71.9(Double), 984.5(Double), 70785.6(Double), 25.7(Double), 95.2(Double), 208047.0(Double), 146836.0(Double), 01(String) [10:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 10(String), 05(String), 201.6(Float), 457.1(Float), 1.1(Float), 65730.5(Float), 01(String) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32676(Integer), 128(Integer), 1(Integer), 44891.0(Double), 600.2(Double), 0.0(Double), 0.1(Double), 68.8(Double), 660.3(Double), 45399.6(Double), 33.2(Double), 10.0(Double), 101730.0(Double), 14624.1(Double), 01(String) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32676(Integer), 128(Integer), 2(Integer), 44796.0(Double), 600.1(Double), 0.0(Double), -0.1(Double), 68.9(Double), 660.5(Double), 45484.6(Double), 33.9(Double), 645.4(Double), 101200.0(Double), 14553.6(Double), 01(String) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32676(Integer), 128(Integer), 3(Integer), 45059.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 68.8(Double), 664.3(Double), 45728.7(Double), 34.4(Double), 10.0(Double), 101890.0(Double), 14595.9(Double), 01(String) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32676(Integer), 128(Integer), 4(Integer), 44511.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 67.9(Double), 668.3(Double), 45387.5(Double), 35.0(Double), 645.4(Double), 100940.0(Double), 14481.8(Double), 01(String) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32676(Integer), 128(Integer), 5(Integer), 22907.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 35.8(Double), 649.9(Double), 23280.6(Double), 39.5(Double), 10.0(Double), 51670.0(Double), 7475.4(Double), 01(String) [10:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 10(String), 05(String), 387.7(Float), 948.2(Float), 1.0(Float), 385840.0(Float), 01(String) [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32677(Integer), 112(Integer), 1(Integer), 310636.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 314.5(Double), 989.0(Double), 311040.5(Double), 35.0(Double), 91.2(Double), 765945.0(Double), 239448.0(Double), 01(String) [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32677(Integer), 112(Integer), 2(Integer), 77029.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 70.5(Double), 997.4(Double), 70316.7(Double), 25.4(Double), 95.4(Double), 182216.0(Double), 146392.0(Double), 01(String) [10:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 10(String), 05(String), 347.8(Float), 891.3(Float), 0.9(Float), 358812.0(Float), 01(String) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32678(Integer), 124(Integer), 1(Integer), 267832.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 265.5(Double), 1008.7(Double), 267809.8(Double), 31.7(Double), 89.5(Double), 686816.0(Double), 215009.0(Double), 01(String) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32678(Integer), 124(Integer), 2(Integer), 80017.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 75.0(Double), 1002.2(Double), 75165.0(Double), 26.0(Double), 95.3(Double), 204439.0(Double), 143803.0(Double), 01(String) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 10(String), 05(String), 370.4(Float), 955.0(Float), 1.0(Float), 386236.0(Float), 01(String) [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32679(Integer), 120(Integer), 1(Integer), 290729.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 289.2(Double), 1004.1(Double), 290385.7(Double), 30.3(Double), 100.0(Double), 745195.0(Double), 234098.0(Double), 01(String) [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32679(Integer), 120(Integer), 2(Integer), 79637.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 70.5(Double), 1017.5(Double), 71733.8(Double), 23.0(Double), 100.0(Double), 209792.0(Double), 152138.0(Double), 01(String) [10:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 10(String), 05(String), 330.5(Float), 772.7(Float), 0.9(Float), 287331.0(Float), 01(String) [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32680(Integer), 110(Integer), 1(Integer), 268173.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 262.9(Double), 981.1(Double), 257931.2(Double), 30.4(Double), 88.9(Double), 654191.0(Double), 179679.0(Double), 01(String) [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32680(Integer), 110(Integer), 2(Integer), 62302.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 59.3(Double), 994.6(Double), 58979.8(Double), 22.9(Double), 88.4(Double), 118481.0(Double), 107652.0(Double), 01(String) [10:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 10(String), 05(String), 356.0(Float), 912.0(Float), 0.9(Float), 364166.0(Float), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32681(Integer), 125(Integer), 1(Integer), 281039.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 270.5(Double), 1015.1(Double), 274584.5(Double), 32.5(Double), 88.6(Double), 721074.0(Double), 221150.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32681(Integer), 125(Integer), 2(Integer), 74925.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 74.1(Double), 1019.5(Double), 75544.9(Double), 26.7(Double), 95.7(Double), 190933.0(Double), 143016.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 10(String), 05(String), 396.3(Float), 975.9(Float), 1.0(Float), 392697.0(Float), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32682(Integer), 105(Integer), 1(Integer), 312650.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 307.0(Double), 988.0(Double), 303316.0(Double), 31.1(Double), 100.0(Double), 771881.0(Double), 239563.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32682(Integer), 105(Integer), 2(Integer), 83642.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 73.0(Double), 993.4(Double), 72518.2(Double), 24.4(Double), 100.0(Double), 204066.0(Double), 153134.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 10(String), 05(String), 58.4(Float), 158.5(Float), 1.1(Float), 72950.9(Float), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32683(Integer), 127(Integer), 1(Integer), 19499.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 128.0(Double), 558.0(Double), 71424.0(Double), 42.0(Double), 0.0(Double), 52900.0(Double), 24537.5(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32683(Integer), 127(Integer), 2(Integer), 18079.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 88.0(Double), 606.0(Double), 53328.0(Double), 46.0(Double), 0.0(Double), 49200.0(Double), 22497.3(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32683(Integer), 127(Integer), 3(Integer), 20833.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 134.0(Double), 605.0(Double), 81070.0(Double), 45.0(Double), 0.0(Double), 56400.0(Double), 25916.1(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 10(String), 05(String), 386.2(Float), 986.9(Float), 1.0(Float), 413173.0(Float), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32684(Integer), 121(Integer), 1(Integer), 301109.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 293.9(Double), 1004.5(Double), 295222.5(Double), 30.6(Double), 100.0(Double), 776514.0(Double), 248551.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32684(Integer), 121(Integer), 2(Integer), 85106.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 75.2(Double), 1008.4(Double), 75831.7(Double), 24.1(Double), 99.9(Double), 210358.0(Double), 164622.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 10(String), 05(String), 385.9(Float), 926.6(Float), 0.9(Float), 386189.0(Float), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32685(Integer), 107(Integer), 1(Integer), 297312.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 289.8(Double), 1012.6(Double), 293451.5(Double), 33.1(Double), 89.9(Double), 700679.0(Double), 234670.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32685(Integer), 107(Integer), 2(Integer), 88629.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 76.4(Double), 1015.5(Double), 77584.2(Double), 26.0(Double), 94.3(Double), 225931.0(Double), 151519.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 10(String), 05(String), 400.3(Float), 995.7(Float), 1.0(Float), 296203.0(Float), 01(String) [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32686(Integer), 102(Integer), 1(Integer), 314045.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 323.0(Double), 979.1(Double), 316249.3(Double), 32.7(Double), 88.6(Double), 782131.0(Double), 191421.0(Double), 01(String) [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32686(Integer), 102(Integer), 2(Integer), 86283.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 76.1(Double), 995.0(Double), 75719.5(Double), 25.6(Double), 91.9(Double), 213539.0(Double), 104782.0(Double), 01(String) [10:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 10(String), 05(String), 382.9(Float), 978.9(Float), 1.0(Float), 379447.0(Float), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32687(Integer), 122(Integer), 1(Integer), 298196.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 288.3(Double), 1012.6(Double), 291932.6(Double), 32.3(Double), 89.9(Double), 770141.0(Double), 228299.0(Double), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32687(Integer), 122(Integer), 2(Integer), 84719.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 75.1(Double), 1005.3(Double), 75498.0(Double), 24.7(Double), 94.9(Double), 208766.0(Double), 151148.0(Double), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 10(String), 05(String), 384.3(Float), 926.7(Float), 0.9(Float), 374394.0(Float), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32688(Integer), 113(Integer), 1(Integer), 299977.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 305.7(Double), 983.2(Double), 300564.3(Double), 33.0(Double), 90.1(Double), 735867.0(Double), 225962.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32688(Integer), 113(Integer), 2(Integer), 84366.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 76.6(Double), 991.6(Double), 75956.6(Double), 25.1(Double), 92.8(Double), 190842.0(Double), 148432.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 10(String), 05(String), 485.8(Float), 1038.2(Float), 1.1(Float), 1502239.0(Float), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 1(Integer), 27108.0(Double), 0.0(Double), 27.1(Double), 0.0(Double), 34.0(Double), 597.4(Double), 20310.5(Double), 32.7(Double), 0.0(Double), 62300.0(Double), 73215.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 2(Integer), 27554.0(Double), 0.0(Double), 27.6(Double), 0.0(Double), 35.5(Double), 594.2(Double), 21094.1(Double), 33.4(Double), 0.0(Double), 61600.0(Double), 86495.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 3(Integer), 27408.0(Double), 0.0(Double), 27.4(Double), 0.0(Double), 35.1(Double), 591.1(Double), 20748.8(Double), 32.8(Double), 0.0(Double), 62600.0(Double), 74879.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 4(Integer), 27243.0(Double), 0.0(Double), 27.2(Double), 0.0(Double), 34.6(Double), 593.8(Double), 20544.3(Double), 33.0(Double), 0.0(Double), 62900.0(Double), 78308.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 5(Integer), 27645.0(Double), 0.0(Double), 27.6(Double), 0.0(Double), 35.5(Double), 591.7(Double), 21006.5(Double), 34.4(Double), 0.0(Double), 62500.0(Double), 88331.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 6(Integer), 27972.0(Double), 0.0(Double), 28.0(Double), 0.0(Double), 35.4(Double), 594.3(Double), 21037.0(Double), 32.7(Double), 0.0(Double), 64400.0(Double), 88199.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 7(Integer), 26487.0(Double), 0.0(Double), 26.5(Double), 0.0(Double), 33.2(Double), 598.2(Double), 19859.1(Double), 32.5(Double), 0.0(Double), 60600.0(Double), 72127.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 8(Integer), 26313.0(Double), 0.0(Double), 26.3(Double), 0.0(Double), 33.2(Double), 597.5(Double), 19838.1(Double), 32.8(Double), 0.0(Double), 50700.0(Double), 83265.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 9(Integer), 19263.0(Double), 0.0(Double), 19.3(Double), 0.0(Double), 23.7(Double), 621.5(Double), 14728.8(Double), 30.8(Double), 0.0(Double), 32000.0(Double), 70977.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 10(Integer), 26926.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 33.9(Double), 599.7(Double), 20328.7(Double), 33.1(Double), 0.0(Double), 53100.0(Double), 84442.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 11(Integer), 26906.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 34.1(Double), 601.2(Double), 20499.8(Double), 32.8(Double), 0.0(Double), 53900.0(Double), 84674.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 12(Integer), 27053.0(Double), 0.0(Double), 27.1(Double), 0.0(Double), 34.3(Double), 596.5(Double), 20459.9(Double), 32.8(Double), 0.0(Double), 55900.0(Double), 86120.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 13(Integer), 26988.0(Double), 0.0(Double), 27.0(Double), 0.0(Double), 34.4(Double), 592.5(Double), 20382.0(Double), 32.6(Double), 0.0(Double), 56300.0(Double), 85333.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 14(Integer), 26245.0(Double), 0.0(Double), 26.2(Double), 0.0(Double), 32.4(Double), 602.9(Double), 19532.9(Double), 33.1(Double), 0.0(Double), 51700.0(Double), 84069.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 15(Integer), 24327.0(Double), 0.0(Double), 24.3(Double), 0.0(Double), 29.5(Double), 592.1(Double), 17467.9(Double), 31.6(Double), 0.0(Double), 54800.0(Double), 76881.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 16(Integer), 22682.0(Double), 0.0(Double), 22.7(Double), 0.0(Double), 26.9(Double), 600.4(Double), 16149.9(Double), 32.7(Double), 0.0(Double), 44500.0(Double), 73203.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 17(Integer), 24221.0(Double), 0.0(Double), 24.2(Double), 0.0(Double), 29.3(Double), 592.6(Double), 17363.2(Double), 32.5(Double), 0.0(Double), 54700.0(Double), 77712.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 18(Integer), 16179.0(Double), 0.0(Double), 16.2(Double), 0.0(Double), 27.2(Double), 596.3(Double), 16218.5(Double), 30.6(Double), 0.0(Double), 32200.0(Double), 52611.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32689(Integer), 92(Integer), 19(Integer), 27274.0(Double), 0.0(Double), 27.3(Double), 0.0(Double), 34.0(Double), 602.5(Double), 20486.1(Double), 33.1(Double), 0.0(Double), 61500.0(Double), 81398.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 10(String), 05(String), 480.3(Float), 1085.4(Float), 1.1(Float), 1708348.0(Float), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 1(Integer), 27201.0(Double), 0.0(Double), 27.2(Double), 0.0(Double), 34.3(Double), 598.5(Double), 20528.5(Double), 32.8(Double), 0.0(Double), 63300.0(Double), 78974.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 2(Integer), 28014.0(Double), 0.0(Double), 28.0(Double), 0.0(Double), 35.5(Double), 597.4(Double), 21208.9(Double), 34.1(Double), 0.0(Double), 64800.0(Double), 87372.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 3(Integer), 26597.0(Double), 0.0(Double), 26.6(Double), 0.0(Double), 33.6(Double), 595.6(Double), 20011.0(Double), 33.5(Double), 0.0(Double), 61000.0(Double), 75461.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 4(Integer), 27422.0(Double), 0.0(Double), 27.4(Double), 0.0(Double), 34.9(Double), 592.8(Double), 20687.6(Double), 34.4(Double), 0.0(Double), 63300.0(Double), 86365.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 5(Integer), 26859.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 33.9(Double), 595.9(Double), 20202.1(Double), 33.7(Double), 0.0(Double), 62100.0(Double), 75793.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 6(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), -0.1(Double), 0.0(Double), 0.0(Double), 131073.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 7(Integer), 27696.0(Double), 0.0(Double), 27.7(Double), 0.0(Double), 35.2(Double), 589.9(Double), 20765.7(Double), 34.2(Double), 0.0(Double), 64000.0(Double), 87333.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 8(Integer), 26908.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 33.9(Double), 596.7(Double), 20227.0(Double), 33.6(Double), 0.0(Double), 62600.0(Double), 77220.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 9(Integer), 27626.0(Double), 0.0(Double), 27.6(Double), 0.0(Double), 34.9(Double), 596.9(Double), 20830.6(Double), 33.7(Double), 0.0(Double), 63600.0(Double), 86762.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 10(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), -0.1(Double), 0.0(Double), 0.0(Double), 131073.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 11(Integer), 27119.0(Double), 0.0(Double), 27.1(Double), 0.0(Double), 34.8(Double), 593.9(Double), 20666.6(Double), 33.5(Double), 0.0(Double), 61900.0(Double), 84080.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 12(Integer), 25954.0(Double), 0.0(Double), 26.0(Double), 0.0(Double), 32.1(Double), 603.4(Double), 19369.1(Double), 34.1(Double), 0.0(Double), 58700.0(Double), 67273.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 13(Integer), 26703.0(Double), 0.0(Double), 26.7(Double), 0.0(Double), 33.4(Double), 603.6(Double), 20160.2(Double), 34.5(Double), 0.0(Double), 60200.0(Double), 83393.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 14(Integer), 26399.0(Double), 0.0(Double), 26.4(Double), 0.0(Double), 33.3(Double), 599.4(Double), 19958.9(Double), 34.9(Double), 0.0(Double), 59300.0(Double), 79437.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 15(Integer), 26307.0(Double), 0.0(Double), 26.3(Double), 0.0(Double), 33.4(Double), 599.6(Double), 20027.8(Double), 35.2(Double), 0.0(Double), 58900.0(Double), 70208.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 16(Integer), 27036.0(Double), 0.0(Double), 27.0(Double), 0.0(Double), 33.3(Double), 602.5(Double), 20063.3(Double), 33.4(Double), 0.0(Double), 57300.0(Double), 87179.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 17(Integer), 26921.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 33.7(Double), 600.1(Double), 20223.4(Double), 33.9(Double), 0.0(Double), 57500.0(Double), 84826.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 18(Integer), 23792.0(Double), 0.0(Double), 23.8(Double), 0.0(Double), 28.5(Double), 596.0(Double), 16986.0(Double), 33.6(Double), 0.0(Double), 51000.0(Double), 72613.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 19(Integer), 23577.0(Double), 0.0(Double), 23.6(Double), 0.0(Double), 28.4(Double), 601.1(Double), 17072.2(Double), 33.2(Double), 0.0(Double), 51400.0(Double), 72303.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32690(Integer), 93(Integer), 20(Integer), 28180.0(Double), 0.0(Double), 28.2(Double), 0.0(Double), 36.0(Double), 596.7(Double), 21480.0(Double), 33.7(Double), 0.0(Double), 64500.0(Double), 89610.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 10(String), 05(String), 79.4(Float), 220.0(Float), 1.1(Float), 57248.0(Float), 01(String) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32691(Integer), 99(Integer), 1(Integer), 19700.0(Double), 0.0(Double), 19.7(Double), 1.3(Double), 34.4(Double), 559.2(Double), 19235.3(Double), 39.1(Double), 100.0(Double), 54800.0(Double), 14235.0(Double), 01(String) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32691(Integer), 99(Integer), 2(Integer), 20100.0(Double), 0.0(Double), 20.1(Double), 1.4(Double), 35.0(Double), 565.8(Double), 19804.2(Double), 37.0(Double), 100.0(Double), 55600.0(Double), 14452.0(Double), 01(String) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32691(Integer), 99(Integer), 3(Integer), 19600.0(Double), 0.0(Double), 19.6(Double), 1.4(Double), 34.5(Double), 562.9(Double), 19420.0(Double), 33.5(Double), 100.0(Double), 54200.0(Double), 14144.0(Double), 01(String) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32691(Integer), 99(Integer), 4(Integer), 20000.0(Double), 0.0(Double), 20.0(Double), 1.4(Double), 34.6(Double), 564.2(Double), 19520.2(Double), 29.9(Double), 100.0(Double), 55400.0(Double), 14417.0(Double), 01(String) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 10(String), 05(String), 323.7(Float), 822.9(Float), 0.8(Float), 228407.0(Float), 01(String) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32692(Integer), 123(Integer), 1(Integer), 257378.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 257.8(Double), 999.4(Double), 257645.3(Double), 30.7(Double), 100.0(Double), 655440.0(Double), 202262.0(Double), 01(String) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32692(Integer), 123(Integer), 2(Integer), 66302.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 50.4(Double), 996.1(Double), 50203.4(Double), 23.9(Double), 100.0(Double), 167503.0(Double), 26145.0(Double), 01(String) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:33] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61775(Integer), 2022-05-10(String), 10(String), 05(String), 2904519(Long), 2838618(Long), 7260(Long), 0(Integer), 20570(Integer), 43(Integer), 20935(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 9607(Integer), 0(Integer), 7260(Integer), 3874(Integer), 10(Integer), 6(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 6279(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:33] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61775(Integer), 2022-05-10(String), 10(String), 05(String), 2904519(Long), 2838618(Long), 7260(Long), 0(Integer), 20570(Integer), 43(Integer), 20935(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 9607(Integer), 0(Integer), 7260(Integer), 3874(Integer), 10(Integer), 6(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 6279(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [10:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:33] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [10:08:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:08:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [10:08:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [10:08:27] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [10:08:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:08:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [10:08:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [10:08:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:08:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [10:08:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [10:08:30] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [10:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [10:08:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:17:34] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61776(Integer), 2022-05-10(String), 10(String), 17(String), 2904563(Long), 2838618(Long), 7356(Long), 0(Integer), 20570(Integer), 43(Integer), 20979(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 11045(Integer), 0(Integer), 7356(Integer), 3865(Integer), 10(Integer), 6(Integer), 46(Integer), 919(Integer), 0(Integer), 6886(Integer), 0(Integer), 245(Integer), 201(Integer), 3494(Integer), 3470(Integer), 3(Integer), 0(Integer), 0(Integer), 136(Integer), 4097(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 21(Integer) [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:17:34] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 4097,0,0,0, bms : 0,0,0,0 [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61776(Integer), 2022-05-10(String), 10(String), 17(String), 2904563(Long), 2838618(Long), 7356(Long), 0(Integer), 20570(Integer), 43(Integer), 20979(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 11045(Integer), 0(Integer), 7356(Integer), 3865(Integer), 10(Integer), 6(Integer), 46(Integer), 919(Integer), 0(Integer), 6886(Integer), 0(Integer), 245(Integer), 201(Integer), 3494(Integer), 3470(Integer), 3(Integer), 0(Integer), 0(Integer), 136(Integer), 4097(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [10:17:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:17:34] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [10:26:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:26:10] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:26:11] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :gwangil, login_channel : null [10:26:11] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:26:11] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:26:11] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:26:11] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:26:11] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : gwangil [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: gwangil, mappingList.size : 1 [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:26:11] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[gwangil] roles roles [0]ROLE_01 [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String), 01(String), C753BD1D4A55C0C25843AA66BF7F60C1(String), PHONE(String) [10:26:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:26:11] [DEBUG] controller.EssController - ----------------------------------------------- [10:26:11] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [10:26:11] [DEBUG] controller.EssController - ----------------------------------------------- [10:26:12] [DEBUG] controller.EssController - ----------------------------------------------- [10:26:12] [DEBUG] controller.EssController - /index.co called [10:26:12] [DEBUG] controller.EssController - ----------------------------------------------- [10:26:12] [DEBUG] controller.EssController - ----------------------------------------------- [10:26:12] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 42, param.plantSeq : 0 [10:26:12] [DEBUG] controller.EssController - ----------------------------------------------- [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-09(String), 42(Integer), 0(Integer), 2022-05-08(String), 42(Integer), 0(Integer), 2022-05-10(String), 61777(Integer) [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 42(Integer), 2022-05-10(String), 42(Integer) [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [10:26:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-04-26(String) [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-10(String), 42(Integer), 0(Integer), 2022-05-10(String) [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [10:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:26:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:26:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2022-05-10(String), 42(Integer), 1(Integer), 2022-05-10(String) [10:26:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 10(String), 34(String), 515.3(Float), 1209.1(Float), 1.2(Float), 366383.0(Float), 01(String) [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32703(Integer), 101(Integer), 1(Integer), 403138.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 410.8(Double), 981.9(Double), 403364.5(Double), 40.1(Double), 89.8(Double), 951835.0(Double), 224217.0(Double), 01(String) [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32703(Integer), 101(Integer), 2(Integer), 112127.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 99.2(Double), 997.4(Double), 98942.1(Double), 31.0(Double), 96.0(Double), 257290.0(Double), 142166.0(Double), 01(String) [10:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 10(String), 34(String), 503.4(Float), 1107.7(Float), 1.1(Float), 386699.0(Float), 01(String) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32704(Integer), 108(Integer), 1(Integer), 391425.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 401.3(Double), 988.0(Double), 396484.4(Double), 49.5(Double), 89.8(Double), 868689.0(Double), 235240.0(Double), 01(String) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32704(Integer), 108(Integer), 2(Integer), 111985.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 104.0(Double), 983.9(Double), 102325.6(Double), 38.1(Double), 92.4(Double), 239028.0(Double), 151459.0(Double), 01(String) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 10(String), 34(String), 526.8(Float), 1195.5(Float), 1.2(Float), 403378.0(Float), 01(String) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32705(Integer), 109(Integer), 1(Integer), 410752.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 411.4(Double), 985.3(Double), 405352.4(Double), 36.9(Double), 90.1(Double), 930290.0(Double), 244558.0(Double), 01(String) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32705(Integer), 109(Integer), 2(Integer), 116016.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 110.8(Double), 982.9(Double), 108905.3(Double), 28.3(Double), 93.2(Double), 265200.0(Double), 158820.0(Double), 01(String) [10:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 10(String), 34(String), 505.2(Float), 1157.9(Float), 1.2(Float), 320259.0(Float), 01(String) [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32706(Integer), 106(Integer), 1(Integer), 393857.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 396.5(Double), 979.4(Double), 388332.1(Double), 38.4(Double), 89.1(Double), 901947.0(Double), 198186.0(Double), 01(String) [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32706(Integer), 106(Integer), 2(Integer), 111365.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 103.6(Double), 977.6(Double), 101279.4(Double), 31.1(Double), 94.3(Double), 255907.0(Double), 122073.0(Double), 01(String) [10:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 10(String), 34(String), 525.7(Float), 1191.2(Float), 1.2(Float), 390046.0(Float), 01(String) [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32707(Integer), 111(Integer), 1(Integer), 409744.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 445.2(Double), 985.4(Double), 438700.1(Double), 38.7(Double), 89.4(Double), 930290.0(Double), 238621.0(Double), 01(String) [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32707(Integer), 111(Integer), 2(Integer), 115963.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 109.2(Double), 995.7(Double), 108730.4(Double), 28.6(Double), 93.9(Double), 260916.0(Double), 151425.0(Double), 01(String) [10:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 10(String), 34(String), 48.1(Float), 134.1(Float), 1.3(Float), 45653.8(Float), 01(String) [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32708(Integer), 129(Integer), 1(Integer), 25317.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 103.0(Double), 613.0(Double), 63139.0(Double), 40.0(Double), 0.0(Double), 69800.0(Double), 24044.2(Double), 01(String) [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32708(Integer), 129(Integer), 2(Integer), 22783.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 104.0(Double), 603.0(Double), 62712.0(Double), 45.0(Double), 0.0(Double), 64300.0(Double), 21609.6(Double), 01(String) [10:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 10(String), 35(String), 498.9(Float), 1147.6(Float), 1.1(Float), 374660.0(Float), 01(String) [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32709(Integer), 126(Integer), 1(Integer), 394135.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 402.1(Double), 995.6(Double), 400330.8(Double), 46.1(Double), 100.0(Double), 904280.0(Double), 229936.0(Double), 01(String) [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32709(Integer), 126(Integer), 2(Integer), 107321.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 99.7(Double), 994.1(Double), 99111.8(Double), 37.3(Double), 100.0(Double), 244009.0(Double), 144725.0(Double), 01(String) [10:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 10(String), 35(String), 521.0(Float), 1188.3(Float), 1.2(Float), 327080.0(Float), 01(String) [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32710(Integer), 104(Integer), 1(Integer), 403748.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 415.8(Double), 983.6(Double), 408980.8(Double), 36.9(Double), 100.0(Double), 923996.0(Double), 181179.0(Double), 01(String) [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32710(Integer), 104(Integer), 2(Integer), 117299.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 106.7(Double), 984.3(Double), 105024.8(Double), 31.7(Double), 100.0(Double), 264273.0(Double), 145901.0(Double), 01(String) [10:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 10(String), 35(String), 540.3(Float), 1227.9(Float), 1.2(Float), 385496.0(Float), 01(String) [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32711(Integer), 103(Integer), 1(Integer), 424826.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 438.4(Double), 982.2(Double), 430596.5(Double), 38.0(Double), 88.6(Double), 971192.0(Double), 238611.0(Double), 01(String) [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32711(Integer), 103(Integer), 2(Integer), 115425.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 103.6(Double), 982.8(Double), 101818.1(Double), 30.2(Double), 92.3(Double), 256720.0(Double), 146885.0(Double), 01(String) [10:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 10(String), 35(String), 297.8(Float), 583.9(Float), 1.5(Float), 65857.3(Float), 01(String) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32712(Integer), 128(Integer), 1(Integer), 65294.0(Double), 600.2(Double), 0.0(Double), 0.1(Double), 102.8(Double), 645.3(Double), 66322.6(Double), 36.3(Double), 10.0(Double), 129820.0(Double), 14652.3(Double), 01(String) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32712(Integer), 128(Integer), 2(Integer), 65304.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 102.8(Double), 645.1(Double), 66322.7(Double), 36.7(Double), 645.4(Double), 129270.0(Double), 14581.6(Double), 01(String) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32712(Integer), 128(Integer), 3(Integer), 65419.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 102.5(Double), 649.4(Double), 66549.2(Double), 37.2(Double), 645.4(Double), 130180.0(Double), 14624.2(Double), 01(String) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32712(Integer), 128(Integer), 4(Integer), 65805.0(Double), 600.3(Double), 0.0(Double), 0.0(Double), 102.8(Double), 653.7(Double), 67178.2(Double), 38.5(Double), 10.0(Double), 128890.0(Double), 14509.7(Double), 01(String) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32712(Integer), 128(Integer), 5(Integer), 33820.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 54.7(Double), 631.0(Double), 34496.8(Double), 43.4(Double), 10.0(Double), 66030.0(Double), 7489.8(Double), 01(String) [10:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 10(String), 35(String), 518.9(Float), 1168.7(Float), 1.2(Float), 386061.0(Float), 01(String) [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32713(Integer), 112(Integer), 1(Integer), 420310.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 429.8(Double), 988.2(Double), 424728.3(Double), 40.4(Double), 91.4(Double), 943218.0(Double), 239625.0(Double), 01(String) [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32713(Integer), 112(Integer), 2(Integer), 98622.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 93.2(Double), 985.4(Double), 91839.3(Double), 28.6(Double), 94.6(Double), 225463.0(Double), 146436.0(Double), 01(String) [10:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 10(String), 35(String), 473.0(Float), 1091.6(Float), 1.1(Float), 359012.0(Float), 01(String) [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32714(Integer), 124(Integer), 1(Integer), 364647.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 365.3(Double), 1003.2(Double), 366468.9(Double), 36.2(Double), 89.5(Double), 841154.0(Double), 215163.0(Double), 01(String) [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32714(Integer), 124(Integer), 2(Integer), 108339.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 104.2(Double), 999.6(Double), 104158.3(Double), 29.9(Double), 94.7(Double), 250449.0(Double), 143849.0(Double), 01(String) [10:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 10(String), 35(String), 513.7(Float), 1169.7(Float), 1.2(Float), 386450.0(Float), 01(String) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32715(Integer), 120(Integer), 1(Integer), 402497.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 404.1(Double), 993.9(Double), 401635.0(Double), 35.0(Double), 100.0(Double), 913378.0(Double), 234266.0(Double), 01(String) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32715(Integer), 120(Integer), 2(Integer), 111155.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 100.9(Double), 1004.9(Double), 101394.4(Double), 26.2(Double), 100.0(Double), 256297.0(Double), 152184.0(Double), 01(String) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 10(String), 35(String), 425.4(Float), 958.4(Float), 1.1(Float), 287516.0(Float), 01(String) [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32716(Integer), 110(Integer), 1(Integer), 349136.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 343.0(Double), 979.4(Double), 335934.2(Double), 34.9(Double), 90.1(Double), 805405.0(Double), 179830.0(Double), 01(String) [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32716(Integer), 110(Integer), 2(Integer), 76280.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 72.1(Double), 988.6(Double), 71278.1(Double), 24.8(Double), 93.5(Double), 153012.0(Double), 107686.0(Double), 01(String) [10:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 10(String), 35(String), 484.0(Float), 1116.6(Float), 1.1(Float), 364371.0(Float), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32717(Integer), 125(Integer), 1(Integer), 380383.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 374.7(Double), 1010.2(Double), 378522.0(Double), 36.6(Double), 90.1(Double), 882457.0(Double), 221311.0(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32717(Integer), 125(Integer), 2(Integer), 103592.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 102.6(Double), 1007.0(Double), 103318.2(Double), 30.2(Double), 93.1(Double), 234171.0(Double), 143060.0(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 10(String), 35(String), 531.4(Float), 1200.7(Float), 1.2(Float), 392921.0(Float), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32718(Integer), 105(Integer), 1(Integer), 418434.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 412.9(Double), 983.8(Double), 406211.0(Double), 36.7(Double), 100.0(Double), 949202.0(Double), 239740.0(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32718(Integer), 105(Integer), 2(Integer), 112992.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.9(Double), 979.2(Double), 99780.5(Double), 29.2(Double), 100.0(Double), 251527.0(Double), 153181.0(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 10(String), 35(String), 81.2(Float), 194.3(Float), 1.3(Float), 72986.7(Float), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32719(Integer), 127(Integer), 1(Integer), 27189.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 179.0(Double), 559.0(Double), 100061.0(Double), 37.0(Double), 0.0(Double), 64900.0(Double), 24549.5(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32719(Integer), 127(Integer), 2(Integer), 25136.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 121.0(Double), 604.0(Double), 73084.0(Double), 41.0(Double), 0.0(Double), 60300.0(Double), 22508.4(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 10(String), 35(String), 522.6(Float), 1209.0(Float), 1.2(Float), 413395.0(Float), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32719(Integer), 127(Integer), 3(Integer), 28854.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 184.0(Double), 601.0(Double), 110584.0(Double), 39.0(Double), 0.0(Double), 69100.0(Double), 25928.8(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32720(Integer), 121(Integer), 1(Integer), 408555.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 405.2(Double), 996.2(Double), 403660.3(Double), 35.4(Double), 99.9(Double), 950105.0(Double), 248725.0(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32720(Integer), 121(Integer), 2(Integer), 114053.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 104.1(Double), 999.7(Double), 104068.8(Double), 27.9(Double), 100.0(Double), 258866.0(Double), 164670.0(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 10(String), 35(String), 530.6(Float), 1147.9(Float), 1.1(Float), 386411.0(Float), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32721(Integer), 107(Integer), 1(Integer), 409152.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 407.5(Double), 991.4(Double), 403995.5(Double), 38.2(Double), 89.4(Double), 871252.0(Double), 234841.0(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32721(Integer), 107(Integer), 2(Integer), 121438.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 112.8(Double), 995.9(Double), 112337.5(Double), 30.8(Double), 93.9(Double), 276685.0(Double), 151570.0(Double), 01(String) [10:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 10(String), 35(String), 543.7(Float), 1224.6(Float), 1.2(Float), 296432.0(Float), 01(String) [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32722(Integer), 102(Integer), 1(Integer), 425796.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 430.3(Double), 983.1(Double), 423027.9(Double), 38.2(Double), 89.5(Double), 961525.0(Double), 191600.0(Double), 01(String) [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32722(Integer), 102(Integer), 2(Integer), 117859.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 106.0(Double), 994.0(Double), 105364.0(Double), 30.3(Double), 92.9(Double), 263100.0(Double), 104832.0(Double), 01(String) [10:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 10(String), 35(String), 523.2(Float), 1199.2(Float), 1.2(Float), 379667.0(Float), 01(String) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32723(Integer), 122(Integer), 1(Integer), 409168.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 407.2(Double), 1001.1(Double), 407647.9(Double), 37.2(Double), 89.6(Double), 942245.0(Double), 228471.0(Double), 01(String) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32723(Integer), 122(Integer), 2(Integer), 114000.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 102.8(Double), 1007.7(Double), 103591.6(Double), 28.9(Double), 93.8(Double), 256907.0(Double), 151196.0(Double), 01(String) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 10(String), 35(String), 521.8(Float), 1146.5(Float), 1.1(Float), 374614.0(Float), 01(String) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32724(Integer), 113(Integer), 1(Integer), 406777.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 411.2(Double), 986.5(Double), 405648.8(Double), 37.9(Double), 89.2(Double), 907366.0(Double), 226134.0(Double), 01(String) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32724(Integer), 113(Integer), 2(Integer), 115019.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 108.3(Double), 981.1(Double), 106253.1(Double), 29.5(Double), 94.0(Double), 239110.0(Double), 148480.0(Double), 01(String) [10:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 10(String), 35(String), 426.8(Float), 1253.4(Float), 1.4(Float), 1502455.0(Float), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 1(Integer), 23652.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 29.3(Double), 601.6(Double), 17625.9(Double), 33.2(Double), 0.0(Double), 74200.0(Double), 73227.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 2(Integer), 23942.0(Double), 0.0(Double), 23.9(Double), 0.0(Double), 30.3(Double), 603.0(Double), 18270.9(Double), 34.3(Double), 0.0(Double), 73700.0(Double), 86507.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 3(Integer), 23560.0(Double), 0.0(Double), 23.6(Double), 0.0(Double), 29.7(Double), 600.6(Double), 17836.8(Double), 33.7(Double), 0.0(Double), 74600.0(Double), 74891.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 4(Integer), 23712.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 29.9(Double), 599.7(Double), 17930.0(Double), 34.1(Double), 0.0(Double), 75100.0(Double), 78321.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 5(Integer), 24102.0(Double), 0.0(Double), 24.1(Double), 0.0(Double), 30.4(Double), 605.2(Double), 18398.1(Double), 35.6(Double), 0.0(Double), 74800.0(Double), 88343.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 6(Integer), 24187.0(Double), 0.0(Double), 24.2(Double), 0.0(Double), 30.1(Double), 602.7(Double), 18140.3(Double), 33.5(Double), 0.0(Double), 76800.0(Double), 88211.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 7(Integer), 22668.0(Double), 0.0(Double), 22.7(Double), 0.0(Double), 28.3(Double), 601.5(Double), 17023.4(Double), 33.2(Double), 0.0(Double), 72300.0(Double), 72139.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 8(Integer), 22733.0(Double), 0.0(Double), 22.7(Double), 0.0(Double), 28.5(Double), 603.4(Double), 17197.8(Double), 34.5(Double), 0.0(Double), 62300.0(Double), 83277.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 9(Integer), 19088.0(Double), 0.0(Double), 19.1(Double), 0.0(Double), 23.4(Double), 619.8(Double), 14503.3(Double), 32.5(Double), 0.0(Double), 41400.0(Double), 70986.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 10(Integer), 23334.0(Double), 0.0(Double), 23.3(Double), 0.0(Double), 29.2(Double), 603.1(Double), 17609.5(Double), 34.3(Double), 0.0(Double), 65000.0(Double), 84454.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 11(Integer), 23150.0(Double), 0.0(Double), 23.1(Double), 0.0(Double), 29.3(Double), 604.6(Double), 17714.8(Double), 34.2(Double), 0.0(Double), 65800.0(Double), 84686.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 12(Integer), 23930.0(Double), 0.0(Double), 23.9(Double), 0.0(Double), 30.3(Double), 599.5(Double), 18163.8(Double), 34.0(Double), 0.0(Double), 67800.0(Double), 86132.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 13(Integer), 23934.0(Double), 0.0(Double), 23.9(Double), 0.0(Double), 30.1(Double), 601.5(Double), 18104.1(Double), 34.0(Double), 0.0(Double), 68200.0(Double), 85345.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 14(Integer), 23216.0(Double), 0.0(Double), 23.2(Double), 0.0(Double), 28.7(Double), 603.3(Double), 17314.7(Double), 34.0(Double), 0.0(Double), 63200.0(Double), 84080.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 15(Integer), 21698.0(Double), 0.0(Double), 21.7(Double), 0.0(Double), 25.9(Double), 598.2(Double), 15492.5(Double), 33.3(Double), 0.0(Double), 65600.0(Double), 76892.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 16(Integer), 20077.0(Double), 0.0(Double), 20.1(Double), 0.0(Double), 23.5(Double), 607.8(Double), 14283.3(Double), 34.1(Double), 0.0(Double), 54500.0(Double), 73213.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 17(Integer), 21365.0(Double), 0.0(Double), 21.4(Double), 0.0(Double), 25.6(Double), 597.1(Double), 15284.9(Double), 33.7(Double), 0.0(Double), 65300.0(Double), 77723.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 18(Integer), 14282.0(Double), 0.0(Double), 14.3(Double), 0.0(Double), 23.6(Double), 604.7(Double), 14270.1(Double), 32.0(Double), 0.0(Double), 39200.0(Double), 52618.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32725(Integer), 92(Integer), 19(Integer), 24124.0(Double), 0.0(Double), 24.1(Double), 0.0(Double), 30.3(Double), 601.4(Double), 18221.4(Double), 34.1(Double), 0.0(Double), 73600.0(Double), 81410.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 10(String), 35(String), 467.6(Float), 1444.6(Float), 1.5(Float), 1603415.0(Float), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 1(Integer), 23948.0(Double), 0.0(Double), 23.9(Double), 0.0(Double), 29.8(Double), 606.4(Double), 18071.7(Double), 34.0(Double), 0.0(Double), 75400.0(Double), 78987.0(Double), 01(String) [10:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 2(Integer), 25029.0(Double), 0.0(Double), 25.0(Double), 0.0(Double), 31.5(Double), 600.8(Double), 18926.3(Double), 34.7(Double), 0.0(Double), 77300.0(Double), 87385.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 3(Integer), 23303.0(Double), 0.0(Double), 23.3(Double), 0.0(Double), 29.4(Double), 596.0(Double), 17521.4(Double), 34.2(Double), 0.0(Double), 72800.0(Double), 75473.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 4(Integer), 24346.0(Double), 0.0(Double), 24.3(Double), 0.0(Double), 30.6(Double), 600.6(Double), 18377.3(Double), 34.6(Double), 0.0(Double), 75500.0(Double), 86377.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 5(Integer), 23520.0(Double), 0.0(Double), 23.5(Double), 0.0(Double), 29.5(Double), 599.9(Double), 17697.1(Double), 34.6(Double), 0.0(Double), 74000.0(Double), 75804.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 6(Integer), 24816.0(Double), 0.0(Double), 24.8(Double), 0.0(Double), 31.4(Double), 600.7(Double), 18862.0(Double), 34.5(Double), 0.0(Double), 75900.0(Double), 89140.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 7(Integer), 24469.0(Double), 0.0(Double), 24.5(Double), 0.0(Double), 30.7(Double), 599.8(Double), 18414.9(Double), 35.0(Double), 0.0(Double), 76300.0(Double), 87345.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 8(Integer), 23505.0(Double), 0.0(Double), 23.5(Double), 0.0(Double), 29.2(Double), 606.0(Double), 17694.2(Double), 34.1(Double), 0.0(Double), 74500.0(Double), 77232.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 9(Integer), 24410.0(Double), 0.0(Double), 24.4(Double), 0.0(Double), 30.6(Double), 599.8(Double), 18352.9(Double), 34.6(Double), 0.0(Double), 76000.0(Double), 86774.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 10(Integer), 22345.0(Double), 0.0(Double), 22.3(Double), 0.0(Double), 27.6(Double), 606.3(Double), 16733.9(Double), 34.5(Double), 0.0(Double), 71100.0(Double), 67864.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 11(Integer), 23887.0(Double), 0.0(Double), 23.9(Double), 0.0(Double), 30.3(Double), 601.7(Double), 18230.5(Double), 34.5(Double), 0.0(Double), 74000.0(Double), 84092.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 12(Integer), 22354.0(Double), 0.0(Double), 22.4(Double), 0.0(Double), 27.5(Double), 609.2(Double), 16753.0(Double), 34.8(Double), 0.0(Double), 70100.0(Double), 67285.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 13(Integer), 23186.0(Double), 0.0(Double), 23.2(Double), 0.0(Double), 29.0(Double), 606.9(Double), 17600.1(Double), 35.5(Double), 0.0(Double), 72000.0(Double), 83405.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 14(Integer), 22898.0(Double), 0.0(Double), 22.9(Double), 0.0(Double), 28.5(Double), 607.7(Double), 17319.4(Double), 35.3(Double), 0.0(Double), 71000.0(Double), 79448.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 15(Integer), 22269.0(Double), 0.0(Double), 22.3(Double), 0.0(Double), 28.2(Double), 604.0(Double), 17031.9(Double), 36.1(Double), 0.0(Double), 70400.0(Double), 70219.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 16(Integer), 23192.0(Double), 0.0(Double), 23.2(Double), 0.0(Double), 28.5(Double), 602.3(Double), 17165.5(Double), 34.9(Double), 0.0(Double), 69100.0(Double), 87190.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 17(Integer), 23573.0(Double), 0.0(Double), 23.6(Double), 0.0(Double), 29.4(Double), 604.4(Double), 17770.3(Double), 35.4(Double), 0.0(Double), 69200.0(Double), 84837.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 18(Integer), 20795.0(Double), 0.0(Double), 20.8(Double), 0.0(Double), 24.7(Double), 600.9(Double), 14841.4(Double), 34.9(Double), 0.0(Double), 61200.0(Double), 72623.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 19(Integer), 20715.0(Double), 0.0(Double), 20.7(Double), 0.0(Double), 24.8(Double), 604.6(Double), 14993.3(Double), 34.9(Double), 0.0(Double), 61800.0(Double), 72313.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32726(Integer), 93(Integer), 20(Integer), 25020.0(Double), 0.0(Double), 25.0(Double), 0.0(Double), 31.1(Double), 608.1(Double), 18912.9(Double), 34.4(Double), 0.0(Double), 77000.0(Double), 89622.0(Double), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 10(String), 35(String), 107.7(Float), 269.6(Float), 1.3(Float), 57299.0(Float), 01(String) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32727(Integer), 99(Integer), 1(Integer), 26800.0(Double), 0.0(Double), 26.8(Double), 2.1(Double), 48.0(Double), 554.3(Double), 26606.4(Double), 42.8(Double), 100.0(Double), 67100.0(Double), 14248.0(Double), 01(String) [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32727(Integer), 99(Integer), 2(Integer), 27100.0(Double), 0.0(Double), 27.1(Double), 1.7(Double), 49.0(Double), 552.6(Double), 27075.8(Double), 40.6(Double), 100.0(Double), 68100.0(Double), 14464.0(Double), 01(String) [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32727(Integer), 99(Integer), 3(Integer), 26600.0(Double), 0.0(Double), 26.6(Double), 1.9(Double), 47.7(Double), 554.8(Double), 26462.4(Double), 37.0(Double), 100.0(Double), 66500.0(Double), 14157.0(Double), 01(String) [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32727(Integer), 99(Integer), 4(Integer), 27200.0(Double), 0.0(Double), 27.2(Double), 1.9(Double), 48.5(Double), 555.0(Double), 26919.1(Double), 33.7(Double), 100.0(Double), 67900.0(Double), 14430.0(Double), 01(String) [10:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 10(String), 35(String), 454.1(Float), 1011.6(Float), 1.0(Float), 228597.0(Float), 01(String) [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32728(Integer), 123(Integer), 1(Integer), 358447.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 363.9(Double), 995.2(Double), 362153.3(Double), 34.9(Double), 99.9(Double), 804992.0(Double), 202412.0(Double), 01(String) [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32728(Integer), 123(Integer), 2(Integer), 95624.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 82.7(Double), 984.4(Double), 81409.9(Double), 27.6(Double), 100.0(Double), 206642.0(Double), 26185.0(Double), 01(String) [10:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:21] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61778(Integer), 2022-05-10(String), 10(String), 39(String), 2904757(Long), 2838618(Long), 7820(Long), 0(Integer), 20570(Integer), 43(Integer), 21173(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 13750(Integer), 0(Integer), 7820(Integer), 3868(Integer), 10(Integer), 6(Integer), 112(Integer), 919(Integer), 0(Integer), 6960(Integer), 0(Integer), 244(Integer), 206(Integer), 3552(Integer), 3512(Integer), 3(Integer), 0(Integer), 0(Integer), 2184(Integer), 512(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 21(Integer) [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:21] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 512,0,0,0, bms : 0,0,0,0 [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61778(Integer), 2022-05-10(String), 10(String), 39(String), 2904757(Long), 2838618(Long), 7820(Long), 0(Integer), 20570(Integer), 43(Integer), 21173(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 13750(Integer), 0(Integer), 7820(Integer), 3868(Integer), 10(Integer), 6(Integer), 112(Integer), 919(Integer), 0(Integer), 6960(Integer), 0(Integer), 244(Integer), 206(Integer), 3552(Integer), 3512(Integer), 3(Integer), 0(Integer), 0(Integer), 2184(Integer), 512(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [10:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:39:21] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [10:54:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:54:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [10:54:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [10:54:12] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 32 [10:54:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:54:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [10:54:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [10:55:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:55:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [10:55:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [10:55:27] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [10:55:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:55:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [10:55:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:40] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61781(Integer), 2022-05-10(String), 11(String), 01(String), 2904957(Long), 2838618(Long), 7718(Long), 0(Integer), 20570(Integer), 43(Integer), 21373(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 16607(Integer), 0(Integer), 7718(Integer), 3916(Integer), 10(Integer), 6(Integer), 177(Integer), 919(Integer), 0(Integer), 7069(Integer), 0(Integer), 242(Integer), 196(Integer), 3607(Integer), 3563(Integer), 3(Integer), 0(Integer), 0(Integer), 2184(Integer), 1024(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 21(Integer) [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:40] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1024,0,0,0, bms : 0,0,0,0 [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61781(Integer), 2022-05-10(String), 11(String), 01(String), 2904957(Long), 2838618(Long), 7718(Long), 0(Integer), 20570(Integer), 43(Integer), 21373(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 16607(Integer), 0(Integer), 7718(Integer), 3916(Integer), 10(Integer), 6(Integer), 177(Integer), 919(Integer), 0(Integer), 7069(Integer), 0(Integer), 242(Integer), 196(Integer), 3607(Integer), 3563(Integer), 3(Integer), 0(Integer), 0(Integer), 2184(Integer), 1024(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:01:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:01:40] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:02:06] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61781(Integer), 2022-05-10(String), 11(String), 02(String), 2904957(Long), 2838618(Long), 7764(Long), 0(Integer), 20570(Integer), 43(Integer), 21373(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 16652(Integer), 0(Integer), 7764(Integer), 3916(Integer), 10(Integer), 6(Integer), 177(Integer), 919(Integer), 0(Integer), 7065(Integer), 0(Integer), 243(Integer), 195(Integer), 3605(Integer), 3561(Integer), 0(Integer), 0(Integer), 0(Integer), 136(Integer), 512(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 21(Integer) [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:02:06] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 512,0,0,0, bms : 0,0,0,0 [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61781(Integer), 2022-05-10(String), 11(String), 02(String), 2904957(Long), 2838618(Long), 7764(Long), 0(Integer), 20570(Integer), 43(Integer), 21373(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 16652(Integer), 0(Integer), 7764(Integer), 3916(Integer), 10(Integer), 6(Integer), 177(Integer), 919(Integer), 0(Integer), 7065(Integer), 0(Integer), 243(Integer), 195(Integer), 3605(Integer), 3561(Integer), 0(Integer), 0(Integer), 0(Integer), 136(Integer), 512(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:02:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:02:06] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 11(String), 04(String), 510.9(Float), 1469.0(Float), 1.5(Float), 366643.0(Float), 01(String) [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32734(Integer), 101(Integer), 1(Integer), 397620.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 405.3(Double), 982.9(Double), 398369.4(Double), 42.2(Double), 89.4(Double), 1154427.0(Double), 224420.0(Double), 01(String) [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32734(Integer), 101(Integer), 2(Integer), 113317.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.8(Double), 980.8(Double), 99845.4(Double), 32.1(Double), 94.8(Double), 314554.0(Double), 142223.0(Double), 01(String) [11:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 11(String), 04(String), 503.2(Float), 1365.9(Float), 1.4(Float), 386957.0(Float), 01(String) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32735(Integer), 108(Integer), 1(Integer), 392236.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 404.2(Double), 982.6(Double), 397166.9(Double), 52.8(Double), 89.5(Double), 1069814.0(Double), 235441.0(Double), 01(String) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32735(Integer), 108(Integer), 2(Integer), 110943.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 103.4(Double), 978.5(Double), 101176.9(Double), 39.4(Double), 94.7(Double), 296098.0(Double), 151516.0(Double), 01(String) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 11(String), 04(String), 520.6(Float), 1463.7(Float), 1.5(Float), 403646.0(Float), 01(String) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32736(Integer), 109(Integer), 1(Integer), 407551.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 409.4(Double), 986.4(Double), 403832.2(Double), 38.2(Double), 87.3(Double), 1139911.0(Double), 244767.0(Double), 01(String) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32736(Integer), 109(Integer), 2(Integer), 113013.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 108.8(Double), 983.4(Double), 106993.9(Double), 29.5(Double), 95.1(Double), 323773.0(Double), 158879.0(Double), 01(String) [11:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 11(String), 04(String), 495.8(Float), 1412.0(Float), 1.4(Float), 320514.0(Float), 01(String) [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32737(Integer), 106(Integer), 1(Integer), 386737.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 387.8(Double), 980.7(Double), 380315.4(Double), 40.8(Double), 89.1(Double), 1099965.0(Double), 198384.0(Double), 01(String) [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32737(Integer), 106(Integer), 2(Integer), 109100.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 99.2(Double), 982.1(Double), 97424.3(Double), 32.5(Double), 93.5(Double), 312083.0(Double), 122130.0(Double), 01(String) [11:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 11(String), 04(String), 527.0(Float), 1458.6(Float), 1.5(Float), 390314.0(Float), 01(String) [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32738(Integer), 111(Integer), 1(Integer), 410135.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 450.0(Double), 984.3(Double), 442935.0(Double), 42.4(Double), 89.2(Double), 1138458.0(Double), 238830.0(Double), 01(String) [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32738(Integer), 111(Integer), 2(Integer), 116855.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 111.8(Double), 979.6(Double), 109519.3(Double), 31.0(Double), 95.1(Double), 320169.0(Double), 151484.0(Double), 01(String) [11:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 11(String), 04(String), 60.4(Float), 161.1(Float), 1.6(Float), 45680.8(Float), 01(String) [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32739(Integer), 129(Integer), 1(Integer), 31745.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 130.0(Double), 597.0(Double), 77610.0(Double), 40.0(Double), 0.0(Double), 84000.0(Double), 24058.4(Double), 01(String) [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32739(Integer), 129(Integer), 2(Integer), 28632.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 132.0(Double), 587.0(Double), 77484.0(Double), 41.0(Double), 0.0(Double), 77100.0(Double), 21622.4(Double), 01(String) [11:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 11(String), 05(String), 492.7(Float), 1397.1(Float), 1.4(Float), 374910.0(Float), 01(String) [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32740(Integer), 126(Integer), 1(Integer), 388826.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 399.1(Double), 988.9(Double), 394670.0(Double), 47.7(Double), 100.0(Double), 1100155.0(Double), 230132.0(Double), 01(String) [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32740(Integer), 126(Integer), 2(Integer), 103866.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 91.4(Double), 990.7(Double), 90550.0(Double), 38.2(Double), 100.0(Double), 296988.0(Double), 144778.0(Double), 01(String) [11:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 11(String), 05(String), 521.4(Float), 1452.7(Float), 1.5(Float), 327345.0(Float), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32741(Integer), 104(Integer), 1(Integer), 404078.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 416.9(Double), 985.5(Double), 410854.9(Double), 37.8(Double), 100.0(Double), 1128926.0(Double), 181384.0(Double), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32741(Integer), 104(Integer), 2(Integer), 117371.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 107.0(Double), 979.1(Double), 104763.7(Double), 32.7(Double), 100.0(Double), 323814.0(Double), 145961.0(Double), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 11(String), 05(String), 524.8(Float), 1498.7(Float), 1.5(Float), 385767.0(Float), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32742(Integer), 103(Integer), 1(Integer), 411925.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 424.4(Double), 982.5(Double), 416973.0(Double), 39.6(Double), 89.5(Double), 1184128.1(Double), 238824.0(Double), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32742(Integer), 103(Integer), 2(Integer), 112887.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.6(Double), 982.5(Double), 99822.0(Double), 31.6(Double), 94.3(Double), 314610.0(Double), 146943.0(Double), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 11(String), 05(String), 350.6(Float), 739.0(Float), 1.8(Float), 66012.5(Float), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32743(Integer), 128(Integer), 1(Integer), 70815.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 113.8(Double), 635.6(Double), 72300.9(Double), 39.0(Double), 10.0(Double), 164110.0(Double), 14686.5(Double), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32743(Integer), 128(Integer), 2(Integer), 77968.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 124.3(Double), 638.0(Double), 79298.6(Double), 39.4(Double), 645.4(Double), 163480.0(Double), 14615.8(Double), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32743(Integer), 128(Integer), 3(Integer), 78363.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 124.2(Double), 643.2(Double), 79887.0(Double), 40.0(Double), 10.0(Double), 164690.0(Double), 14658.7(Double), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32743(Integer), 128(Integer), 4(Integer), 77060.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 122.5(Double), 644.3(Double), 78951.0(Double), 41.8(Double), 10.0(Double), 163160.0(Double), 14544.1(Double), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32743(Integer), 128(Integer), 5(Integer), 38778.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 63.8(Double), 624.2(Double), 39800.0(Double), 45.9(Double), 645.4(Double), 83710.0(Double), 7507.5(Double), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 11(String), 05(String), 505.1(Float), 1424.6(Float), 1.5(Float), 386316.0(Float), 01(String) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32744(Integer), 112(Integer), 1(Integer), 406026.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 418.1(Double), 980.2(Double), 409821.6(Double), 43.4(Double), 91.4(Double), 1149530.0(Double), 239831.0(Double), 01(String) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32744(Integer), 112(Integer), 2(Integer), 99120.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 95.6(Double), 990.4(Double), 94682.2(Double), 30.7(Double), 95.4(Double), 275043.0(Double), 146485.0(Double), 01(String) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 11(String), 05(String), 458.4(Float), 1325.8(Float), 1.3(Float), 359247.0(Float), 01(String) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32745(Integer), 124(Integer), 1(Integer), 355189.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 357.6(Double), 1001.4(Double), 358100.7(Double), 36.9(Double), 88.9(Double), 1021797.0(Double), 215344.0(Double), 01(String) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32745(Integer), 124(Integer), 2(Integer), 103182.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 100.5(Double), 998.2(Double), 100319.1(Double), 30.9(Double), 94.2(Double), 303993.0(Double), 143903.0(Double), 01(String) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 11(String), 05(String), 497.7(Float), 1420.9(Float), 1.4(Float), 386701.0(Float), 01(String) [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32746(Integer), 120(Integer), 1(Integer), 390431.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 392.4(Double), 993.3(Double), 389770.9(Double), 36.5(Double), 100.0(Double), 1110457.0(Double), 234463.0(Double), 01(String) [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32746(Integer), 120(Integer), 2(Integer), 107289.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 99.0(Double), 999.5(Double), 98950.5(Double), 28.6(Double), 100.0(Double), 310490.0(Double), 152238.0(Double), 01(String) [11:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 11(String), 05(String), 412.9(Float), 1168.5(Float), 1.4(Float), 287726.0(Float), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32747(Integer), 110(Integer), 1(Integer), 335155.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 328.6(Double), 981.2(Double), 322422.3(Double), 35.4(Double), 89.8(Double), 976755.0(Double), 180001.0(Double), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32747(Integer), 110(Integer), 2(Integer), 77789.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 74.2(Double), 981.9(Double), 72857.0(Double), 26.1(Double), 94.1(Double), 191728.0(Double), 107725.0(Double), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 11(String), 05(String), 524.9(Float), 1467.9(Float), 1.5(Float), 393189.0(Float), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32748(Integer), 105(Integer), 1(Integer), 414347.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 409.3(Double), 980.6(Double), 401359.6(Double), 37.5(Double), 100.0(Double), 1159795.0(Double), 239951.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32748(Integer), 105(Integer), 2(Integer), 110582.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.5(Double), 990.0(Double), 100485.0(Double), 29.8(Double), 99.9(Double), 308151.0(Double), 153238.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 11(String), 05(String), 473.2(Float), 1354.1(Float), 1.4(Float), 364608.0(Float), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32749(Integer), 125(Integer), 1(Integer), 372754.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 371.3(Double), 1005.5(Double), 373342.1(Double), 37.3(Double), 89.9(Double), 1069512.9(Double), 221498.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32749(Integer), 125(Integer), 2(Integer), 100451.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 99.4(Double), 1010.1(Double), 100403.9(Double), 31.0(Double), 94.3(Double), 284547.0(Double), 143110.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 11(String), 05(String), 82.0(Float), 232.9(Float), 1.6(Float), 73025.3(Float), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32750(Integer), 127(Integer), 1(Integer), 27483.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 181.0(Double), 551.0(Double), 99731.0(Double), 41.0(Double), 0.0(Double), 77800.0(Double), 24562.4(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32750(Integer), 127(Integer), 2(Integer), 25381.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 122.0(Double), 606.0(Double), 73932.0(Double), 40.0(Double), 0.0(Double), 72200.0(Double), 22520.3(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32750(Integer), 127(Integer), 3(Integer), 29180.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 187.0(Double), 597.0(Double), 111639.0(Double), 40.0(Double), 0.0(Double), 82900.0(Double), 25942.6(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 11(String), 05(String), 510.4(Float), 1468.2(Float), 1.5(Float), 413654.0(Float), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32751(Integer), 121(Integer), 1(Integer), 398448.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 394.0(Double), 994.2(Double), 391714.8(Double), 36.4(Double), 100.0(Double), 1152626.0(Double), 248927.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32751(Integer), 121(Integer), 2(Integer), 111956.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 104.2(Double), 989.1(Double), 103064.2(Double), 29.5(Double), 99.9(Double), 315537.0(Double), 164727.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 11(String), 05(String), 524.6(Float), 1415.1(Float), 1.4(Float), 386678.0(Float), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32752(Integer), 107(Integer), 1(Integer), 404983.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 409.1(Double), 979.4(Double), 400672.6(Double), 40.0(Double), 89.6(Double), 1077520.0(Double), 235047.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32752(Integer), 107(Integer), 2(Integer), 119626.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 111.8(Double), 984.2(Double), 110033.6(Double), 32.1(Double), 94.5(Double), 337621.0(Double), 151631.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 11(String), 05(String), 529.5(Float), 1493.2(Float), 1.5(Float), 296700.0(Float), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32753(Integer), 102(Integer), 1(Integer), 413510.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 419.8(Double), 989.0(Double), 415182.2(Double), 38.8(Double), 89.9(Double), 1171613.0(Double), 191810.0(Double), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32753(Integer), 102(Integer), 2(Integer), 115962.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 105.7(Double), 983.3(Double), 103934.8(Double), 31.5(Double), 94.6(Double), 321539.0(Double), 104890.0(Double), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 11(String), 05(String), 508.1(Float), 1454.4(Float), 1.5(Float), 379923.0(Float), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32754(Integer), 122(Integer), 1(Integer), 395154.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 389.2(Double), 1001.2(Double), 389667.1(Double), 38.0(Double), 90.0(Double), 1141299.0(Double), 228670.0(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32754(Integer), 122(Integer), 2(Integer), 112922.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 102.1(Double), 998.9(Double), 101987.7(Double), 30.5(Double), 94.3(Double), 313124.0(Double), 151253.0(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 11(String), 05(String), 507.4(Float), 1404.1(Float), 1.4(Float), 374872.0(Float), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32755(Integer), 113(Integer), 1(Integer), 394178.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 403.8(Double), 981.8(Double), 396450.8(Double), 39.0(Double), 89.2(Double), 1108155.0(Double), 226335.0(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32755(Integer), 113(Integer), 2(Integer), 113201.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 107.5(Double), 985.9(Double), 105984.3(Double), 30.3(Double), 94.4(Double), 295941.0(Double), 148537.0(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 11(String), 05(String), 428.6(Float), 1474.6(Float), 1.6(Float), 1502674.0(Float), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 1(Integer), 23616.0(Double), 0.0(Double), 23.6(Double), 0.0(Double), 29.5(Double), 599.1(Double), 17674.4(Double), 34.3(Double), 0.0(Double), 86400.0(Double), 73239.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 2(Integer), 24087.0(Double), 0.0(Double), 24.1(Double), 0.0(Double), 30.5(Double), 600.5(Double), 18315.3(Double), 35.8(Double), 0.0(Double), 86100.0(Double), 86519.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 3(Integer), 23324.0(Double), 0.0(Double), 23.3(Double), 0.0(Double), 29.7(Double), 596.7(Double), 17721.0(Double), 34.9(Double), 0.0(Double), 86700.0(Double), 74903.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 4(Integer), 23736.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 30.1(Double), 597.7(Double), 17989.8(Double), 35.3(Double), 0.0(Double), 87400.0(Double), 78333.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 5(Integer), 24105.0(Double), 0.0(Double), 24.1(Double), 0.0(Double), 30.8(Double), 596.7(Double), 18378.4(Double), 36.6(Double), 0.0(Double), 87300.0(Double), 88356.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 6(Integer), 24475.0(Double), 0.0(Double), 24.5(Double), 0.0(Double), 30.8(Double), 598.3(Double), 18426.6(Double), 34.6(Double), 0.0(Double), 89400.0(Double), 88224.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 7(Integer), 23342.0(Double), 0.0(Double), 23.3(Double), 0.0(Double), 29.3(Double), 600.1(Double), 17582.9(Double), 34.9(Double), 0.0(Double), 84200.0(Double), 72150.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 8(Integer), 22976.0(Double), 0.0(Double), 23.0(Double), 0.0(Double), 28.8(Double), 603.4(Double), 17378.9(Double), 35.9(Double), 0.0(Double), 74200.0(Double), 83289.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 9(Integer), 19960.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 24.8(Double), 615.8(Double), 15272.7(Double), 34.1(Double), 0.0(Double), 51600.0(Double), 70997.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 10(Integer), 23638.0(Double), 0.0(Double), 23.6(Double), 0.0(Double), 29.8(Double), 598.1(Double), 17824.4(Double), 35.3(Double), 0.0(Double), 77200.0(Double), 84466.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 11(Integer), 23667.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 30.0(Double), 603.8(Double), 18113.0(Double), 35.4(Double), 0.0(Double), 78000.0(Double), 84698.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 12(Integer), 23778.0(Double), 0.0(Double), 23.8(Double), 0.0(Double), 30.1(Double), 599.0(Double), 18029.9(Double), 35.1(Double), 0.0(Double), 80100.0(Double), 86144.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 13(Integer), 23731.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 29.7(Double), 602.5(Double), 17894.3(Double), 35.0(Double), 0.0(Double), 80500.0(Double), 85357.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 14(Integer), 23116.0(Double), 0.0(Double), 23.1(Double), 0.0(Double), 28.5(Double), 603.8(Double), 17209.3(Double), 35.2(Double), 0.0(Double), 75200.0(Double), 84092.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 15(Integer), 21718.0(Double), 0.0(Double), 21.7(Double), 0.0(Double), 26.0(Double), 598.7(Double), 15565.3(Double), 34.1(Double), 0.0(Double), 76700.0(Double), 76903.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 16(Integer), 19832.0(Double), 0.0(Double), 19.8(Double), 0.0(Double), 23.1(Double), 607.9(Double), 14041.7(Double), 35.3(Double), 0.0(Double), 64900.0(Double), 73223.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 17(Integer), 21405.0(Double), 0.0(Double), 21.4(Double), 0.0(Double), 25.5(Double), 598.1(Double), 15252.4(Double), 34.6(Double), 0.0(Double), 76300.0(Double), 77734.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 18(Integer), 14031.0(Double), 0.0(Double), 14.0(Double), 0.0(Double), 23.3(Double), 601.8(Double), 14021.2(Double), 33.0(Double), 0.0(Double), 46500.0(Double), 52625.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32756(Integer), 92(Integer), 19(Integer), 24041.0(Double), 0.0(Double), 24.0(Double), 0.0(Double), 30.2(Double), 599.3(Double), 18099.9(Double), 35.0(Double), 0.0(Double), 85900.0(Double), 81422.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 11(String), 05(String), 476.5(Float), 1687.1(Float), 1.7(Float), 1603661.0(Float), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 1(Integer), 23955.0(Double), 0.0(Double), 24.0(Double), 0.0(Double), 30.1(Double), 601.5(Double), 18105.2(Double), 34.9(Double), 0.0(Double), 87700.0(Double), 78999.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 2(Integer), 24741.0(Double), 0.0(Double), 24.7(Double), 0.0(Double), 31.6(Double), 594.4(Double), 18782.0(Double), 36.1(Double), 0.0(Double), 90100.0(Double), 87398.0(Double), 01(String) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 3(Integer), 23682.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 29.6(Double), 602.5(Double), 17835.0(Double), 35.3(Double), 0.0(Double), 84900.0(Double), 75485.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 4(Integer), 24411.0(Double), 0.0(Double), 24.4(Double), 0.0(Double), 30.7(Double), 601.2(Double), 18455.8(Double), 35.7(Double), 0.0(Double), 88100.0(Double), 86390.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 5(Integer), 24370.0(Double), 0.0(Double), 24.4(Double), 0.0(Double), 30.9(Double), 595.4(Double), 18398.9(Double), 35.5(Double), 0.0(Double), 86300.0(Double), 75817.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 6(Integer), 24375.0(Double), 0.0(Double), 24.4(Double), 0.0(Double), 31.1(Double), 597.3(Double), 18577.1(Double), 35.7(Double), 0.0(Double), 88700.0(Double), 89152.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 7(Integer), 24868.0(Double), 0.0(Double), 24.9(Double), 0.0(Double), 31.5(Double), 593.5(Double), 18695.3(Double), 35.8(Double), 0.0(Double), 89000.0(Double), 87358.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 8(Integer), 24918.0(Double), 0.0(Double), 24.9(Double), 0.0(Double), 31.3(Double), 601.7(Double), 18832.2(Double), 35.3(Double), 0.0(Double), 86800.0(Double), 77245.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 9(Integer), 25271.0(Double), 0.0(Double), 25.3(Double), 0.0(Double), 31.9(Double), 599.9(Double), 19135.7(Double), 35.8(Double), 0.0(Double), 88600.0(Double), 86787.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 10(Integer), 24348.0(Double), 0.0(Double), 24.3(Double), 0.0(Double), 30.1(Double), 606.9(Double), 18267.7(Double), 35.7(Double), 0.0(Double), 82800.0(Double), 67875.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 11(Integer), 25239.0(Double), 0.0(Double), 25.2(Double), 0.0(Double), 32.4(Double), 594.9(Double), 19273.7(Double), 35.7(Double), 0.0(Double), 86500.0(Double), 84105.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 12(Integer), 24259.0(Double), 0.0(Double), 24.3(Double), 0.0(Double), 29.8(Double), 608.3(Double), 18126.3(Double), 36.0(Double), 0.0(Double), 81900.0(Double), 67297.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 13(Integer), 24369.0(Double), 0.0(Double), 24.4(Double), 0.0(Double), 30.6(Double), 603.1(Double), 18455.9(Double), 36.9(Double), 0.0(Double), 84100.0(Double), 83417.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 14(Integer), 24394.0(Double), 0.0(Double), 24.4(Double), 0.0(Double), 30.5(Double), 605.2(Double), 18458.6(Double), 36.4(Double), 0.0(Double), 83100.0(Double), 79461.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 15(Integer), 22409.0(Double), 0.0(Double), 22.4(Double), 0.0(Double), 28.3(Double), 604.5(Double), 17106.4(Double), 37.1(Double), 0.0(Double), 82000.0(Double), 70231.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 16(Integer), 23159.0(Double), 0.0(Double), 23.2(Double), 0.0(Double), 28.3(Double), 606.3(Double), 17157.3(Double), 35.7(Double), 0.0(Double), 81200.0(Double), 87202.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 17(Integer), 23020.0(Double), 0.0(Double), 23.0(Double), 0.0(Double), 29.0(Double), 596.4(Double), 17296.6(Double), 36.5(Double), 0.0(Double), 81300.0(Double), 84849.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 18(Integer), 20172.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 24.2(Double), 595.8(Double), 14419.2(Double), 35.7(Double), 0.0(Double), 71900.0(Double), 72634.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 19(Integer), 19981.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 23.9(Double), 604.5(Double), 14448.3(Double), 35.7(Double), 0.0(Double), 72400.0(Double), 72324.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32757(Integer), 93(Integer), 20(Integer), 24549.0(Double), 0.0(Double), 24.5(Double), 0.0(Double), 31.0(Double), 601.6(Double), 18648.6(Double), 35.7(Double), 0.0(Double), 89700.0(Double), 89635.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 11(String), 05(String), 114.4(Float), 322.6(Float), 1.6(Float), 57351.0(Float), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32758(Integer), 99(Integer), 1(Integer), 28400.0(Double), 0.0(Double), 28.4(Double), 2.0(Double), 50.6(Double), 558.7(Double), 28270.2(Double), 46.0(Double), 100.0(Double), 80300.0(Double), 14261.0(Double), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32758(Integer), 99(Integer), 2(Integer), 28900.0(Double), 0.0(Double), 28.9(Double), 1.8(Double), 51.3(Double), 560.9(Double), 28775.9(Double), 43.7(Double), 100.0(Double), 81600.0(Double), 14478.0(Double), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32758(Integer), 99(Integer), 3(Integer), 28300.0(Double), 0.0(Double), 28.3(Double), 1.8(Double), 50.6(Double), 558.8(Double), 28275.3(Double), 39.5(Double), 100.0(Double), 79600.0(Double), 14170.0(Double), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32758(Integer), 99(Integer), 4(Integer), 28700.0(Double), 0.0(Double), 28.7(Double), 1.9(Double), 51.3(Double), 555.7(Double), 28509.1(Double), 35.5(Double), 100.0(Double), 81200.0(Double), 14443.0(Double), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 11(String), 05(String), 447.0(Float), 1236.1(Float), 1.2(Float), 228821.0(Float), 01(String) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32759(Integer), 123(Integer), 1(Integer), 353661.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 359.8(Double), 987.6(Double), 355338.5(Double), 35.9(Double), 100.0(Double), 982134.0(Double), 202589.0(Double), 01(String) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32759(Integer), 123(Integer), 2(Integer), 93338.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 80.4(Double), 988.0(Double), 79435.2(Double), 29.1(Double), 100.0(Double), 254001.0(Double), 26232.0(Double), 01(String) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:06:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:06:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [11:06:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:06:01] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [11:06:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:06:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [11:06:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:09:51] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61781(Integer), 2022-05-10(String), 11(String), 09(String), 2904974(Long), 2838618(Long), 7737(Long), 65527(Integer), 20570(Integer), 43(Integer), 21390(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 17611(Integer), 0(Integer), 7737(Integer), 3909(Integer), 10(Integer), 6(Integer), 184(Integer), 919(Integer), 0(Integer), 7081(Integer), 0(Integer), 242(Integer), 193(Integer), 3612(Integer), 3570(Integer), 3(Integer), 1(Integer), 0(Integer), 128(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:09:51] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61781(Integer), 2022-05-10(String), 11(String), 09(String), 2904974(Long), 2838618(Long), 7737(Long), 65527(Integer), 20570(Integer), 43(Integer), 21390(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 17611(Integer), 0(Integer), 7737(Integer), 3909(Integer), 10(Integer), 6(Integer), 184(Integer), 919(Integer), 0(Integer), 7081(Integer), 0(Integer), 242(Integer), 193(Integer), 3612(Integer), 3570(Integer), 3(Integer), 1(Integer), 0(Integer), 128(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:09:51] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:09:51] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:19:32] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61782(Integer), 2022-05-10(String), 11(String), 19(String), 2905033(Long), 2838618(Long), 7889(Long), 0(Integer), 20570(Integer), 43(Integer), 21449(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 18862(Integer), 0(Integer), 7889(Integer), 3915(Integer), 10(Integer), 6(Integer), 203(Integer), 919(Integer), 0(Integer), 7113(Integer), 0(Integer), 241(Integer), 192(Integer), 3621(Integer), 3587(Integer), 3(Integer), 1(Integer), 0(Integer), 6279(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:19:32] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61782(Integer), 2022-05-10(String), 11(String), 19(String), 2905033(Long), 2838618(Long), 7889(Long), 0(Integer), 20570(Integer), 43(Integer), 21449(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 18862(Integer), 0(Integer), 7889(Integer), 3915(Integer), 10(Integer), 6(Integer), 203(Integer), 919(Integer), 0(Integer), 7113(Integer), 0(Integer), 241(Integer), 192(Integer), 3621(Integer), 3587(Integer), 3(Integer), 1(Integer), 0(Integer), 6279(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:19:32] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [11:20:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [11:20:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [11:20:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:20:56] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [11:20:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [11:20:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [11:20:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61783(Integer), 2022-05-10(String), 11(String), 20(String), 2905033(Long), 2838618(Long), 7889(Long), 0(Integer), 20570(Integer), 43(Integer), 21449(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 19045(Integer), 0(Integer), 7889(Integer), 3903(Integer), 10(Integer), 6(Integer), 203(Integer), 919(Integer), 0(Integer), 7099(Integer), 0(Integer), 241(Integer), 191(Integer), 3614(Integer), 3581(Integer), 3(Integer), 1(Integer), 0(Integer), 4225(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:20:57] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61783(Integer), 2022-05-10(String), 11(String), 20(String), 2905033(Long), 2838618(Long), 7889(Long), 0(Integer), 20570(Integer), 43(Integer), 21449(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 19045(Integer), 0(Integer), 7889(Integer), 3903(Integer), 10(Integer), 6(Integer), 203(Integer), 919(Integer), 0(Integer), 7099(Integer), 0(Integer), 241(Integer), 191(Integer), 3614(Integer), 3581(Integer), 3(Integer), 1(Integer), 0(Integer), 4225(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:20:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:20:57] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 11(String), 34(String), 594.6(Float), 1726.4(Float), 1.7(Float), 366900.0(Float), 01(String) [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32770(Integer), 101(Integer), 1(Integer), 457971.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 462.5(Double), 991.5(Double), 458568.8(Double), 46.6(Double), 89.4(Double), 1354990.0(Double), 224620.0(Double), 01(String) [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32770(Integer), 101(Integer), 2(Integer), 136667.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 126.7(Double), 980.4(Double), 124216.7(Double), 33.9(Double), 94.8(Double), 371361.0(Double), 142280.0(Double), 01(String) [11:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 11(String), 34(String), 610.5(Float), 1624.9(Float), 1.6(Float), 387217.0(Float), 01(String) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32771(Integer), 108(Integer), 1(Integer), 484967.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 497.4(Double), 989.7(Double), 492276.8(Double), 57.2(Double), 89.6(Double), 1271907.0(Double), 235644.0(Double), 01(String) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32771(Integer), 108(Integer), 2(Integer), 125574.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 110.6(Double), 1022.2(Double), 113055.3(Double), 41.6(Double), 93.6(Double), 352985.0(Double), 151573.0(Double), 01(String) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 11(String), 34(String), 653.1(Float), 1730.5(Float), 1.7(Float), 403913.0(Float), 01(String) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32772(Integer), 109(Integer), 1(Integer), 493985.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 492.8(Double), 991.1(Double), 488414.1(Double), 40.9(Double), 90.3(Double), 1349307.0(Double), 244977.0(Double), 01(String) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32772(Integer), 109(Integer), 2(Integer), 143840.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 141.3(Double), 985.6(Double), 139265.3(Double), 30.2(Double), 93.5(Double), 382123.0(Double), 158937.0(Double), 01(String) [11:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 11(String), 34(String), 483.1(Float), 1665.4(Float), 1.7(Float), 320767.0(Float), 01(String) [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32773(Integer), 106(Integer), 1(Integer), 378192.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 375.9(Double), 989.1(Double), 371802.7(Double), 43.5(Double), 87.6(Double), 1297436.0(Double), 198581.0(Double), 01(String) [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32773(Integer), 106(Integer), 2(Integer), 104940.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 97.8(Double), 991.3(Double), 96949.1(Double), 33.3(Double), 95.2(Double), 367917.0(Double), 122186.0(Double), 01(String) [11:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 11(String), 34(String), 532.3(Float), 1726.0(Float), 1.7(Float), 390581.0(Float), 01(String) [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32774(Integer), 111(Integer), 1(Integer), 404848.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 440.6(Double), 992.5(Double), 437295.5(Double), 45.9(Double), 87.9(Double), 1346631.0(Double), 239038.0(Double), 01(String) [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32774(Integer), 111(Integer), 2(Integer), 127501.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 123.3(Double), 981.5(Double), 121019.0(Double), 32.6(Double), 93.3(Double), 379415.0(Double), 151543.0(Double), 01(String) [11:34:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 11(String), 34(String), 55.7(Float), 188.3(Float), 1.9(Float), 45708.0(Float), 01(String) [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32775(Integer), 129(Integer), 1(Integer), 29374.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 128.0(Double), 595.0(Double), 76160.0(Double), 41.0(Double), 0.0(Double), 98300.0(Double), 24072.7(Double), 01(String) [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32775(Integer), 129(Integer), 2(Integer), 26375.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 126.0(Double), 587.0(Double), 73962.0(Double), 43.0(Double), 0.0(Double), 90000.0(Double), 21635.3(Double), 01(String) [11:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 11(String), 35(String), 460.9(Float), 1645.7(Float), 1.6(Float), 375159.0(Float), 01(String) [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32776(Integer), 126(Integer), 1(Integer), 366290.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 372.1(Double), 997.5(Double), 371169.8(Double), 48.5(Double), 100.0(Double), 1296312.0(Double), 230328.0(Double), 01(String) [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32776(Integer), 126(Integer), 2(Integer), 94570.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 85.0(Double), 999.4(Double), 84949.0(Double), 38.5(Double), 100.0(Double), 349424.0(Double), 144831.0(Double), 01(String) [11:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 11(String), 35(String), 597.1(Float), 1716.1(Float), 1.7(Float), 327608.0(Float), 01(String) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32777(Integer), 104(Integer), 1(Integer), 458385.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 472.9(Double), 985.7(Double), 466137.5(Double), 38.3(Double), 100.0(Double), 1332918.0(Double), 181588.0(Double), 01(String) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32777(Integer), 104(Integer), 2(Integer), 138764.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 129.3(Double), 993.5(Double), 128459.6(Double), 32.6(Double), 100.0(Double), 383147.0(Double), 146020.0(Double), 01(String) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 11(String), 35(String), 622.2(Float), 1768.4(Float), 1.8(Float), 386036.0(Float), 01(String) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32778(Integer), 103(Integer), 1(Integer), 489946.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 505.7(Double), 987.8(Double), 499530.5(Double), 41.0(Double), 89.2(Double), 1396179.0(Double), 239036.0(Double), 01(String) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32778(Integer), 103(Integer), 2(Integer), 132256.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 119.9(Double), 984.9(Double), 118089.5(Double), 31.9(Double), 95.4(Double), 372245.0(Double), 147000.0(Double), 01(String) [11:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 11(String), 35(String), 341.1(Float), 890.3(Float), 2.2(Float), 66163.7(Float), 01(String) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32779(Integer), 128(Integer), 1(Integer), 75093.0(Double), 599.7(Double), 0.0(Double), -0.0(Double), 118.6(Double), 644.0(Double), 76365.0(Double), 39.3(Double), 645.4(Double), 197400.0(Double), 14719.8(Double), 01(String) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32779(Integer), 128(Integer), 2(Integer), 75322.0(Double), 599.6(Double), 0.0(Double), 0.0(Double), 119.9(Double), 638.2(Double), 76523.2(Double), 39.6(Double), 10.0(Double), 196930.0(Double), 14649.3(Double), 01(String) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32779(Integer), 128(Integer), 3(Integer), 76130.0(Double), 599.7(Double), 0.0(Double), -0.1(Double), 120.0(Double), 645.3(Double), 77440.5(Double), 40.2(Double), 645.4(Double), 198440.0(Double), 14692.5(Double), 01(String) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32779(Integer), 128(Integer), 4(Integer), 75455.0(Double), 599.7(Double), 0.0(Double), 0.0(Double), 119.7(Double), 645.3(Double), 77213.1(Double), 42.3(Double), 10.0(Double), 196660.0(Double), 14577.5(Double), 01(String) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32779(Integer), 128(Integer), 5(Integer), 39115.0(Double), 599.8(Double), 0.0(Double), 0.0(Double), 63.4(Double), 628.0(Double), 39817.3(Double), 46.7(Double), 10.0(Double), 100890.0(Double), 7524.7(Double), 01(String) [11:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 11(String), 35(String), 518.2(Float), 1686.1(Float), 1.7(Float), 386577.0(Float), 01(String) [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32780(Integer), 112(Integer), 1(Integer), 410589.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 423.2(Double), 980.9(Double), 415116.9(Double), 46.0(Double), 90.7(Double), 1358830.0(Double), 240040.0(Double), 01(String) [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32780(Integer), 112(Integer), 2(Integer), 107618.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 104.1(Double), 986.9(Double), 102736.3(Double), 31.9(Double), 95.0(Double), 327311.0(Double), 146537.0(Double), 01(String) [11:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 11(String), 35(String), 425.0(Float), 1558.6(Float), 1.6(Float), 359480.0(Float), 01(String) [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32781(Integer), 124(Integer), 1(Integer), 384920.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 383.7(Double), 1011.0(Double), 387920.7(Double), 37.3(Double), 89.9(Double), 1202115.0(Double), 215524.0(Double), 01(String) [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32781(Integer), 124(Integer), 2(Integer), 96472.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 94.2(Double), 1002.5(Double), 94435.5(Double), 31.8(Double), 94.4(Double), 357032.0(Double), 143956.0(Double), 01(String) [11:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 11(String), 35(String), 447.3(Float), 1669.3(Float), 1.7(Float), 386950.0(Float), 01(String) [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32782(Integer), 120(Integer), 1(Integer), 351209.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 350.1(Double), 1002.3(Double), 350905.2(Double), 36.5(Double), 100.0(Double), 1305280.0(Double), 234658.0(Double), 01(String) [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32782(Integer), 120(Integer), 2(Integer), 96140.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 88.5(Double), 1004.8(Double), 88924.8(Double), 28.8(Double), 100.0(Double), 364049.0(Double), 152292.0(Double), 01(String) [11:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 11(String), 35(String), 422.4(Float), 1381.6(Float), 1.6(Float), 287939.0(Float), 01(String) [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32783(Integer), 110(Integer), 1(Integer), 340200.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 334.0(Double), 978.7(Double), 326885.8(Double), 37.0(Double), 90.8(Double), 1149933.0(Double), 180174.0(Double), 01(String) [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32783(Integer), 110(Integer), 2(Integer), 82248.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 80.2(Double), 993.6(Double), 79686.7(Double), 27.3(Double), 93.7(Double), 231673.0(Double), 107765.0(Double), 01(String) [11:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 11(String), 35(String), 508.2(Float), 1590.4(Float), 1.6(Float), 364845.0(Float), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32784(Integer), 125(Integer), 1(Integer), 402269.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 394.0(Double), 1018.6(Double), 401328.4(Double), 37.5(Double), 88.7(Double), 1255757.0(Double), 221685.0(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32784(Integer), 125(Integer), 2(Integer), 105956.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 102.4(Double), 1036.2(Double), 106106.9(Double), 31.1(Double), 92.6(Double), 334602.0(Double), 143160.0(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 11(String), 35(String), 520.0(Float), 1735.0(Float), 1.7(Float), 393456.0(Float), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32785(Integer), 105(Integer), 1(Integer), 411906.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 409.6(Double), 981.1(Double), 401858.6(Double), 38.3(Double), 100.0(Double), 1370396.0(Double), 240162.0(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32785(Integer), 105(Integer), 2(Integer), 108046.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 96.4(Double), 980.1(Double), 94481.6(Double), 30.6(Double), 100.0(Double), 364595.0(Double), 153294.0(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 11(String), 35(String), 99.6(Float), 276.3(Float), 1.8(Float), 73068.7(Float), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32786(Integer), 127(Integer), 1(Integer), 33355.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 216.0(Double), 558.0(Double), 120528.0(Double), 39.0(Double), 0.0(Double), 92400.0(Double), 24577.0(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32786(Integer), 127(Integer), 2(Integer), 30956.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 151.0(Double), 590.0(Double), 89090.0(Double), 40.0(Double), 0.0(Double), 85700.0(Double), 22533.8(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32786(Integer), 127(Integer), 3(Integer), 35247.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 226.0(Double), 591.0(Double), 133566.0(Double), 40.0(Double), 0.0(Double), 98200.0(Double), 25957.9(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 11(String), 35(String), 559.6(Float), 1726.2(Float), 1.7(Float), 413912.0(Float), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32787(Integer), 121(Integer), 1(Integer), 439551.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 438.2(Double), 1003.4(Double), 439689.9(Double), 37.3(Double), 100.0(Double), 1354334.0(Double), 249129.0(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32787(Integer), 121(Integer), 2(Integer), 120046.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 109.6(Double), 1006.8(Double), 110345.3(Double), 30.3(Double), 99.9(Double), 371842.0(Double), 164783.0(Double), 01(String) [11:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 11(String), 35(String), 562.8(Float), 1759.9(Float), 1.8(Float), 296967.0(Float), 01(String) [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32788(Integer), 102(Integer), 1(Integer), 437824.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 441.5(Double), 989.7(Double), 436952.6(Double), 41.5(Double), 89.7(Double), 1380313.0(Double), 192019.0(Double), 01(String) [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32788(Integer), 102(Integer), 2(Integer), 124963.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 114.3(Double), 985.7(Double), 112665.5(Double), 32.4(Double), 93.1(Double), 379553.0(Double), 104948.0(Double), 01(String) [11:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 11(String), 35(String), 546.6(Float), 1709.0(Float), 1.7(Float), 380177.0(Float), 01(String) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32789(Integer), 122(Integer), 1(Integer), 427560.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 424.0(Double), 1011.6(Double), 428918.4(Double), 38.5(Double), 88.9(Double), 1339391.0(Double), 228868.0(Double), 01(String) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32789(Integer), 122(Integer), 2(Integer), 119000.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 110.6(Double), 1015.4(Double), 112303.2(Double), 31.2(Double), 93.6(Double), 369642.0(Double), 151309.0(Double), 01(String) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 11(String), 35(String), 469.1(Float), 1664.0(Float), 1.7(Float), 375132.0(Float), 01(String) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32790(Integer), 113(Integer), 1(Integer), 362636.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 366.3(Double), 990.7(Double), 362893.4(Double), 41.6(Double), 89.2(Double), 1310267.9(Double), 226537.0(Double), 01(String) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32790(Integer), 113(Integer), 2(Integer), 106435.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 99.0(Double), 984.2(Double), 97435.8(Double), 31.5(Double), 92.8(Double), 353768.0(Double), 148595.0(Double), 01(String) [11:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 11(String), 35(String), 457.6(Float), 1766.6(Float), 1.9(Float), 1502966.0(Float), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 1(Integer), 25886.0(Double), 0.0(Double), 25.9(Double), 0.0(Double), 33.6(Double), 583.4(Double), 19602.2(Double), 36.2(Double), 0.0(Double), 102400.0(Double), 73255.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 2(Integer), 25943.0(Double), 0.0(Double), 25.9(Double), 0.0(Double), 33.9(Double), 582.3(Double), 19740.0(Double), 38.1(Double), 0.0(Double), 102500.0(Double), 86535.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 3(Integer), 26333.0(Double), 0.0(Double), 26.3(Double), 0.0(Double), 34.6(Double), 576.8(Double), 19956.1(Double), 36.8(Double), 0.0(Double), 102900.0(Double), 74919.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 4(Integer), 26757.0(Double), 0.0(Double), 26.8(Double), 0.0(Double), 34.8(Double), 581.9(Double), 20251.3(Double), 37.4(Double), 0.0(Double), 103500.0(Double), 78349.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 5(Integer), 26953.0(Double), 0.0(Double), 27.0(Double), 0.0(Double), 35.3(Double), 581.5(Double), 20525.8(Double), 38.8(Double), 0.0(Double), 103700.0(Double), 88372.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 6(Integer), 27513.0(Double), 0.0(Double), 27.5(Double), 0.0(Double), 35.5(Double), 579.9(Double), 20587.6(Double), 36.7(Double), 0.0(Double), 105900.0(Double), 88240.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 7(Integer), 25361.0(Double), 0.0(Double), 25.4(Double), 0.0(Double), 32.9(Double), 579.1(Double), 19051.3(Double), 36.5(Double), 0.0(Double), 100000.0(Double), 72166.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 8(Integer), 24757.0(Double), 0.0(Double), 24.8(Double), 0.0(Double), 32.2(Double), 583.7(Double), 18794.1(Double), 37.9(Double), 0.0(Double), 90000.0(Double), 83305.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 9(Integer), 22278.0(Double), 0.0(Double), 22.3(Double), 0.0(Double), 28.5(Double), 593.1(Double), 16902.4(Double), 36.4(Double), 0.0(Double), 66000.0(Double), 71011.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 10(Integer), 25217.0(Double), 0.0(Double), 25.2(Double), 0.0(Double), 32.9(Double), 579.6(Double), 19069.9(Double), 37.5(Double), 0.0(Double), 93200.0(Double), 84482.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 11(Integer), 24823.0(Double), 0.0(Double), 24.8(Double), 0.0(Double), 32.4(Double), 583.6(Double), 18909.7(Double), 37.5(Double), 0.0(Double), 94000.0(Double), 84714.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 12(Integer), 24741.0(Double), 0.0(Double), 24.7(Double), 0.0(Double), 32.3(Double), 579.0(Double), 18701.7(Double), 37.2(Double), 0.0(Double), 96200.0(Double), 86161.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 13(Integer), 24349.0(Double), 0.0(Double), 24.3(Double), 0.0(Double), 31.7(Double), 581.0(Double), 18416.6(Double), 37.2(Double), 0.0(Double), 96600.0(Double), 85373.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 14(Integer), 23761.0(Double), 0.0(Double), 23.8(Double), 0.0(Double), 30.4(Double), 583.7(Double), 17745.5(Double), 37.7(Double), 0.0(Double), 91000.0(Double), 84108.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 15(Integer), 21688.0(Double), 0.0(Double), 21.7(Double), 0.0(Double), 26.8(Double), 579.1(Double), 15519.0(Double), 35.7(Double), 0.0(Double), 91100.0(Double), 76918.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 16(Integer), 20266.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 25.0(Double), 579.8(Double), 14495.0(Double), 37.5(Double), 0.0(Double), 78600.0(Double), 73237.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 17(Integer), 21203.0(Double), 0.0(Double), 21.2(Double), 0.0(Double), 26.1(Double), 581.0(Double), 15165.0(Double), 36.7(Double), 0.0(Double), 90600.0(Double), 77748.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 18(Integer), 14086.0(Double), 0.0(Double), 14.1(Double), 0.0(Double), 24.1(Double), 583.9(Double), 14071.2(Double), 34.1(Double), 0.0(Double), 56300.0(Double), 52635.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32791(Integer), 92(Integer), 19(Integer), 25679.0(Double), 0.0(Double), 25.7(Double), 0.0(Double), 33.4(Double), 581.6(Double), 19424.3(Double), 36.9(Double), 0.0(Double), 102100.0(Double), 81438.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 11(String), 35(String), 522.1(Float), 1683.5(Float), 1.7(Float), 386946.0(Float), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32792(Integer), 107(Integer), 1(Integer), 400714.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 400.3(Double), 994.6(Double), 398138.3(Double), 43.6(Double), 89.1(Double), 1285255.0(Double), 235255.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32792(Integer), 107(Integer), 2(Integer), 121347.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 112.4(Double), 983.7(Double), 110567.9(Double), 33.3(Double), 94.0(Double), 398242.0(Double), 151691.0(Double), 01(String) [11:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 11(String), 35(String), 495.8(Float), 2007.2(Float), 2.0(Float), 1603978.0(Float), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 1(Integer), 24920.0(Double), 0.0(Double), 24.9(Double), 0.0(Double), 32.5(Double), 580.6(Double), 18868.4(Double), 37.6(Double), 0.0(Double), 103900.0(Double), 79015.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 2(Integer), 25258.0(Double), 0.0(Double), 25.3(Double), 0.0(Double), 33.2(Double), 577.5(Double), 19171.9(Double), 38.7(Double), 0.0(Double), 106700.0(Double), 87414.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 3(Integer), 24668.0(Double), 0.0(Double), 24.7(Double), 0.0(Double), 32.2(Double), 577.2(Double), 18585.8(Double), 37.8(Double), 0.0(Double), 100800.0(Double), 75501.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 4(Integer), 25082.0(Double), 0.0(Double), 25.1(Double), 0.0(Double), 32.8(Double), 578.9(Double), 18986.8(Double), 38.5(Double), 0.0(Double), 104500.0(Double), 86406.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 5(Integer), 25639.0(Double), 0.0(Double), 25.6(Double), 0.0(Double), 33.7(Double), 574.8(Double), 19370.8(Double), 38.2(Double), 0.0(Double), 102400.0(Double), 75833.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 6(Integer), 25524.0(Double), 0.0(Double), 25.5(Double), 0.0(Double), 33.4(Double), 580.9(Double), 19402.1(Double), 38.4(Double), 0.0(Double), 105300.0(Double), 89169.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 7(Integer), 26135.0(Double), 0.0(Double), 26.1(Double), 0.0(Double), 34.4(Double), 575.2(Double), 19788.0(Double), 38.2(Double), 0.0(Double), 105500.0(Double), 87374.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 8(Integer), 26582.0(Double), 0.0(Double), 26.6(Double), 0.0(Double), 34.4(Double), 582.2(Double), 20027.7(Double), 37.8(Double), 0.0(Double), 103100.0(Double), 77261.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 9(Integer), 26915.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 35.1(Double), 579.9(Double), 20354.5(Double), 38.4(Double), 0.0(Double), 105100.0(Double), 86803.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 10(Integer), 25914.0(Double), 0.0(Double), 25.9(Double), 0.0(Double), 33.0(Double), 589.9(Double), 19467.8(Double), 38.2(Double), 0.0(Double), 98700.0(Double), 67891.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 11(Integer), 26512.0(Double), 0.0(Double), 26.5(Double), 0.0(Double), 34.9(Double), 579.3(Double), 20217.6(Double), 38.2(Double), 0.0(Double), 102900.0(Double), 84121.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 12(Integer), 25612.0(Double), 0.0(Double), 25.6(Double), 0.0(Double), 32.7(Double), 587.2(Double), 19200.4(Double), 38.8(Double), 0.0(Double), 97700.0(Double), 67312.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 13(Integer), 25602.0(Double), 0.0(Double), 25.6(Double), 0.0(Double), 33.1(Double), 582.0(Double), 19264.2(Double), 38.9(Double), 0.0(Double), 100200.0(Double), 83433.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 14(Integer), 23865.0(Double), 0.0(Double), 23.9(Double), 0.0(Double), 30.6(Double), 588.2(Double), 17997.9(Double), 38.8(Double), 0.0(Double), 98900.0(Double), 79476.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 15(Integer), 23520.0(Double), 0.0(Double), 23.5(Double), 0.0(Double), 30.7(Double), 583.0(Double), 17897.1(Double), 40.1(Double), 0.0(Double), 97800.0(Double), 70247.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 16(Integer), 23926.0(Double), 0.0(Double), 23.9(Double), 0.0(Double), 30.6(Double), 578.8(Double), 17712.3(Double), 38.8(Double), 0.0(Double), 97400.0(Double), 87219.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 17(Integer), 23565.0(Double), 0.0(Double), 23.6(Double), 0.0(Double), 30.6(Double), 577.9(Double), 17684.8(Double), 39.0(Double), 0.0(Double), 97400.0(Double), 84865.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 18(Integer), 20479.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 25.3(Double), 579.0(Double), 14647.9(Double), 38.1(Double), 0.0(Double), 86000.0(Double), 72648.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 19(Integer), 20517.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 25.5(Double), 582.6(Double), 14856.3(Double), 38.2(Double), 0.0(Double), 86500.0(Double), 72338.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32793(Integer), 93(Integer), 20(Integer), 25579.0(Double), 0.0(Double), 25.6(Double), 0.0(Double), 33.4(Double), 584.5(Double), 19521.2(Double), 37.9(Double), 0.0(Double), 106400.0(Double), 89652.0(Double), 01(String) [11:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 11(String), 35(String), 117.3(Float), 380.4(Float), 1.9(Float), 57408.0(Float), 01(String) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32794(Integer), 99(Integer), 1(Integer), 29400.0(Double), 0.0(Double), 29.4(Double), 2.0(Double), 53.1(Double), 547.1(Double), 29052.8(Double), 49.2(Double), 100.0(Double), 94700.0(Double), 14275.0(Double), 01(String) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32794(Integer), 99(Integer), 2(Integer), 29600.0(Double), 0.0(Double), 29.6(Double), 1.8(Double), 53.1(Double), 552.6(Double), 29341.3(Double), 46.1(Double), 100.0(Double), 96100.0(Double), 14492.0(Double), 01(String) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32794(Integer), 99(Integer), 3(Integer), 29000.0(Double), 0.0(Double), 29.0(Double), 1.9(Double), 52.9(Double), 550.1(Double), 29100.3(Double), 42.0(Double), 100.0(Double), 93900.0(Double), 14184.0(Double), 01(String) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32794(Integer), 99(Integer), 4(Integer), 29300.0(Double), 0.0(Double), 29.3(Double), 2.0(Double), 53.0(Double), 547.7(Double), 29028.1(Double), 37.8(Double), 100.0(Double), 95700.0(Double), 14457.0(Double), 01(String) [11:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 11(String), 35(String), 482.0(Float), 1460.8(Float), 1.5(Float), 229046.0(Float), 01(String) [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32795(Integer), 123(Integer), 1(Integer), 381492.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 384.7(Double), 1002.6(Double), 385700.2(Double), 36.9(Double), 100.0(Double), 1159203.0(Double), 202766.0(Double), 01(String) [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32795(Integer), 123(Integer), 2(Integer), 100547.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 88.2(Double), 993.4(Double), 87617.9(Double), 30.1(Double), 100.0(Double), 301638.0(Double), 26280.0(Double), 01(String) [11:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:36:41] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61784(Integer), 2022-05-10(String), 11(String), 36(String), 2905197(Long), 2838618(Long), 7935(Long), 0(Integer), 20570(Integer), 43(Integer), 21613(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 21112(Integer), 0(Integer), 7935(Integer), 3927(Integer), 10(Integer), 6(Integer), 257(Integer), 919(Integer), 0(Integer), 7171(Integer), 0(Integer), 240(Integer), 191(Integer), 3634(Integer), 3621(Integer), 3(Integer), 1(Integer), 0(Integer), 6279(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:36:41] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61784(Integer), 2022-05-10(String), 11(String), 36(String), 2905197(Long), 2838618(Long), 7935(Long), 0(Integer), 20570(Integer), 43(Integer), 21613(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 21112(Integer), 0(Integer), 7935(Integer), 3927(Integer), 10(Integer), 6(Integer), 257(Integer), 919(Integer), 0(Integer), 7171(Integer), 0(Integer), 240(Integer), 191(Integer), 3634(Integer), 3621(Integer), 3(Integer), 1(Integer), 0(Integer), 6279(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:36:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:36:41] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36361 [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [11:39:04] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 62 [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [11:39:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [11:39:04] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 78 [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:41:45] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61785(Integer), 2022-05-10(String), 11(String), 41(String), 2905197(Long), 2838618(Long), 7835(Long), 0(Integer), 20570(Integer), 43(Integer), 21613(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 21745(Integer), 0(Integer), 7835(Integer), 3909(Integer), 10(Integer), 6(Integer), 257(Integer), 919(Integer), 0(Integer), 7153(Integer), 0(Integer), 239(Integer), 190(Integer), 3626(Integer), 3613(Integer), 3(Integer), 1(Integer), 0(Integer), 6279(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:41:45] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61785(Integer), 2022-05-10(String), 11(String), 41(String), 2905197(Long), 2838618(Long), 7835(Long), 0(Integer), 20570(Integer), 43(Integer), 21613(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 21745(Integer), 0(Integer), 7835(Integer), 3909(Integer), 10(Integer), 6(Integer), 257(Integer), 919(Integer), 0(Integer), 7153(Integer), 0(Integer), 239(Integer), 190(Integer), 3626(Integer), 3613(Integer), 3(Integer), 1(Integer), 0(Integer), 6279(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:41:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:41:46] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36301 [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer) [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:42:28] [DEBUG] controller.RestAPIController - callPmsFault :: [21] [220.124.182.35] 부안상림 is Fault PUSH [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 1(Integer), 61785(Integer), 2022-05-10(String), 11(String), 42(String), 2905197(Long), 2838618(Long), 7873(Long), 0(Integer), 20570(Integer), 43(Integer), 21613(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 21836(Integer), 0(Integer), 7873(Integer), 3915(Integer), 10(Integer), 6(Integer), 257(Integer), 919(Integer), 0(Integer), 7154(Integer), 0(Integer), 239(Integer), 190(Integer), 3626(Integer), 3613(Integer), 3(Integer), 1(Integer), 0(Integer), 4225(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 21(Integer) [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:42:28] [DEBUG] service.CsService - [21:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 0(Integer), 61785(Integer), 2022-05-10(String), 11(String), 42(String), 2905197(Long), 2838618(Long), 7873(Long), 0(Integer), 20570(Integer), 43(Integer), 21613(Integer), 44(Integer), 0(Integer), 0(Integer), 0(Integer), 21836(Integer), 0(Integer), 7873(Integer), 3915(Integer), 10(Integer), 6(Integer), 257(Integer), 919(Integer), 0(Integer), 7154(Integer), 0(Integer), 239(Integer), 190(Integer), 3626(Integer), 3613(Integer), 3(Integer), 1(Integer), 0(Integer), 4225(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 3(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [11:42:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:42:28] [DEBUG] controller.RestAPIController - [21] smsMessage : 부안상림 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36271 [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2022-05-10(String), 2022-05-10(String) [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:43:45] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 82(Integer), 1(Integer), 1(Integer), 2022-05-09(String), 2022-05-08(String), 82(Integer), 1(Integer), 2022-05-10(String) [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 45 [11:43:45] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 47 [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [11:43:45] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 0 [11:43:45] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [11:43:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 45 [11:43:45] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [11:43:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [11:43:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 82(Integer) [11:43:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [11:43:47] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"82","hour":"11","temp":"20.4","cloud":"1","weatherCode":"15710330"},{"plantSeq":"82","hour":"10","temp":"18.7","cloud":"7","weatherCode":"15710330"},{"plantSeq":"82","hour":"09","temp":"14.6","cloud":"7","weatherCode":"15710330"},{"plantSeq":"82","hour":"08","temp":"11.6","cloud":"7","weatherCode":"15710330"},{"plantSeq":"end"}]} [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2022-05-10(String), 2022-05-10(String) [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:43:54] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 82(Integer), 1(Integer), 1(Integer), 2022-05-08(String), 2022-05-07(String), 82(Integer), 1(Integer), 2022-05-09(String) [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [11:43:54] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 94 [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [11:43:54] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 15 [11:43:54] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [11:43:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [11:43:54] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [11:43:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [11:43:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String), 82(Integer) [11:43:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [11:43:56] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"82","hour":"15","temp":"21.3","cloud":"1","weatherCode":"15710330"},{"plantSeq":"82","hour":"14","temp":"20.7","cloud":"5","weatherCode":"15710330"},{"plantSeq":"82","hour":"13","temp":"20.1","cloud":"5","weatherCode":"15710330"},{"plantSeq":"82","hour":"12","temp":"19.2","cloud":"1","weatherCode":"15710330"},{"plantSeq":"82","hour":"11","temp":"18.0","cloud":"5","weatherCode":"15710330"},{"plantSeq":"82","hour":"10","temp":"15.7","cloud":"7","weatherCode":"15710330"},{"plantSeq":"82","hour":"09","temp":"13.3","cloud":"7","weatherCode":"15710330"},{"plantSeq":"82","hour":"08","temp":"12.0","cloud":"5","weatherCode":"15710330"},{"plantSeq":"end"}]} [11:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [11:45:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [11:45:37] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 31 [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [11:45:38] [DEBUG] controller.JsonController - ------------------------------------- [11:45:38] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_21_1","level":"2","className":"danger"},{"name":"pcs_21_1","level":"2","className":"danger"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [11:45:38] [DEBUG] controller.JsonController - ------------------------------------- [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [11:45:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [11:45:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:45:40] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 32 [11:45:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:45:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [11:45:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:45:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:45:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [11:45:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:45:43] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 32 [11:45:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:45:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [11:45:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:50:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:50:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [11:50:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:50:03] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [11:50:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:50:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [11:50:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:57:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:57:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [11:57:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:57:21] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [11:57:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:57:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [11:57:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:57:38] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 360 [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 301(Integer), 0(Integer), 10(Integer) [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [11:57:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:57:39] [DEBUG] controller.InverterController - ------------------------------------- [11:57:39] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [11:57:39] [DEBUG] controller.InverterController - ------------------------------------- [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 109 [11:57:39] [DEBUG] controller.InverterController - ------------------------------------- [11:57:39] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"01"},{"name":"ivt_76_6","status":"01"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"ivt_92_1","status":"01"},{"name":"ivt_92_2","status":"01"},{"name":"ivt_92_3","status":"01"},{"name":"ivt_92_4","status":"01"},{"name":"ivt_92_5","status":"01"},{"name":"ivt_92_6","status":"01"},{"name":"ivt_92_7","status":"01"},{"name":"ivt_92_8","status":"01"},{"name":"ivt_92_9","status":"01"},{"name":"ivt_92_10","status":"01"},{"name":"ivt_92_11","status":"01"},{"name":"ivt_92_12","status":"01"},{"name":"ivt_92_13","status":"01"},{"name":"ivt_92_14","status":"01"},{"name":"ivt_92_15","status":"01"},{"name":"ivt_92_16","status":"01"},{"name":"ivt_92_17","status":"01"},{"name":"ivt_92_18","status":"01"},{"name":"ivt_92_19","status":"01"},{"name":"ivt_93_1","status":"01"},{"name":"ivt_93_2","status":"01"},{"name":"ivt_93_3","status":"01"},{"name":"ivt_93_4","status":"01"},{"name":"ivt_93_5","status":"01"},{"name":"ivt_93_6","status":"01"},{"name":"ivt_93_7","status":"01"},{"name":"ivt_93_8","status":"01"},{"name":"ivt_93_9","status":"01"},{"name":"ivt_93_10","status":"01"},{"name":"ivt_93_11","status":"01"},{"name":"ivt_93_12","status":"01"},{"name":"ivt_93_13","status":"01"},{"name":"ivt_93_14","status":"01"},{"name":"ivt_93_15","status":"01"},{"name":"ivt_93_16","status":"01"},{"name":"ivt_93_17","status":"01"},{"name":"ivt_93_18","status":"01"},{"name":"ivt_93_19","status":"01"},{"name":"ivt_93_20","status":"01"},{"name":"ivt_99_1","status":"01"},{"name":"ivt_99_2","status":"01"},{"name":"ivt_99_3","status":"01"},{"name":"ivt_99_4","status":"01"},{"name":"ivt_127_1","status":"01"},{"name":"ivt_127_2","status":"01"},{"name":"ivt_127_3","status":"01"},{"name":"ivt_128_1","status":"01"},{"name":"ivt_128_2","status":"01"},{"name":"ivt_128_3","status":"01"},{"name":"ivt_128_4","status":"01"},{"name":"ivt_128_5","status":"01"},{"name":"ivt_129_1","status":"01"},{"name":"ivt_129_2","status":"01"},{"name":"end"}]} [11:57:39] [DEBUG] controller.InverterController - ------------------------------------- [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [11:57:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [11:57:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [11:57:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 301(Integer) [11:57:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:57:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [11:57:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 301(Integer), 2022-05-10(String) [11:57:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 331(Integer), 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [11:57:41] [DEBUG] controller.MonitoringController - solar_list.selectListAdmin : 쿼리조회시간 : 437 [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 2022-05-10(String), 331(Integer), 0(Integer), 10(Integer) [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [11:57:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 331(Integer) [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:57:42] [DEBUG] controller.InverterController - ------------------------------------- [11:57:42] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [11:57:42] [DEBUG] controller.InverterController - ------------------------------------- [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 40 [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [11:57:42] [DEBUG] controller.InverterController - ------------------------------------- [11:57:42] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_101_1","status":"01"},{"name":"ivt_101_2","status":"01"},{"name":"ivt_102_1","status":"01"},{"name":"ivt_102_2","status":"01"},{"name":"ivt_103_1","status":"01"},{"name":"ivt_103_2","status":"01"},{"name":"ivt_104_1","status":"01"},{"name":"ivt_104_2","status":"01"},{"name":"ivt_105_1","status":"01"},{"name":"ivt_105_2","status":"01"},{"name":"ivt_106_1","status":"01"},{"name":"ivt_106_2","status":"01"},{"name":"ivt_107_1","status":"01"},{"name":"ivt_107_2","status":"01"},{"name":"ivt_108_1","status":"01"},{"name":"ivt_108_2","status":"01"},{"name":"ivt_109_1","status":"01"},{"name":"ivt_109_2","status":"01"},{"name":"ivt_110_1","status":"01"},{"name":"ivt_110_2","status":"01"},{"name":"ivt_111_1","status":"01"},{"name":"ivt_111_2","status":"01"},{"name":"ivt_112_1","status":"01"},{"name":"ivt_112_2","status":"01"},{"name":"ivt_113_1","status":"01"},{"name":"ivt_113_2","status":"01"},{"name":"ivt_120_1","status":"01"},{"name":"ivt_120_2","status":"01"},{"name":"ivt_121_1","status":"01"},{"name":"ivt_121_2","status":"01"},{"name":"ivt_122_1","status":"01"},{"name":"ivt_122_2","status":"01"},{"name":"ivt_123_1","status":"01"},{"name":"ivt_123_2","status":"01"},{"name":"ivt_124_1","status":"01"},{"name":"ivt_124_2","status":"01"},{"name":"ivt_125_1","status":"01"},{"name":"ivt_125_2","status":"01"},{"name":"ivt_126_1","status":"01"},{"name":"ivt_126_2","status":"01"},{"name":"end"}]} [11:57:42] [DEBUG] controller.InverterController - ------------------------------------- [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 331(Integer) [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq order by o.plantSeq asc ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 331(Integer), 2022-05-10(String) [11:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 100 [11:57:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:57:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [11:57:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:58:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [11:58:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:58:01] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [11:58:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:58:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [11:58:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [11:58:04] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [11:58:07] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [11:58:07] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :jinsan, login_channel : null [11:58:07] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: jinsan(String) [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:07] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [11:58:07] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [11:58:07] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [11:58:07] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co;jsessionid=294F47577F14141313D4B17282EA5402 [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : jinsan [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: jinsan(String) [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: jinsan(String) [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: jinsan, mappingList.size : 1 [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [11:58:07] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[jinsan] roles roles [0]ROLE_01 [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: jinsan(String), 01(String), 9377380B0DF42F33F1575D6A993D54FB(String), PHONE(String) [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:58:07] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [11:58:07] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [11:58:07] [DEBUG] controller.SignController - /ess/view.co [11:58:07] [DEBUG] controller.SignController - ....................................... [11:58:07] [DEBUG] controller.EssController - ----------------------------------------------- [11:58:07] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 97, param.plantSeq : 0 [11:58:07] [DEBUG] controller.EssController - ----------------------------------------------- [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [11:58:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 0(Integer), 2022-05-09(String), 97(Integer), 0(Integer), 2022-05-08(String), 97(Integer), 0(Integer), 2022-05-10(String), 61786(Integer) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 2022-05-10(String), 97(Integer), 2022-05-10(String), 97(Integer) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 01(String), 2022-04-26(String) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 0(Integer), 2022-05-10(String), 97(Integer), 0(Integer), 2022-05-10(String) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 97(Integer), 0(Integer), 97(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [11:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:58:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [11:58:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 1(Integer), 2022-05-10(String), 97(Integer), 1(Integer), 2022-05-10(String) [11:58:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:58:28] [DEBUG] controller.EssController - ----------------------------------------------- [11:58:28] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 97, param.plantSeq : 97 [11:58:28] [DEBUG] controller.EssController - ----------------------------------------------- [11:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 2022-05-10(String), 2022-05-10(String) [11:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:28] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 01(String), 2022-04-26(String) [11:58:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:58:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 97(Integer), 0(Integer), 97(Integer), 0(Integer), 2022(String), 05(String) [11:58:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:58:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:58:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 97(Integer), 0(Integer), 97(Integer), 0(Integer), 2022(String), 05(String) [11:58:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:02:09] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 78 [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:09] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 94 [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:02:13] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 94 [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:13] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 110 [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:02:17] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 63 [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:17] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 79 [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:02:20] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 63 [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:20] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 78 [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:02:29] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 63 [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:29] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 78 [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:02:32] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 63 [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:32] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 78 [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:02:35] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 78 [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:35] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 78 [12:02:42] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [12:02:45] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [12:02:45] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :admin03, login_channel : null [12:02:45] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:45] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [12:02:45] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_05 [12:02:45] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [12:02:45] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/plant/pmsdata_list.co?plantSeq=21&inputDate=2022-05-10&pcsIdx=1 [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : admin03 [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName from t_plant p left join t_pms m on p.seq = m.plantSeq and p.plantStatus = '01' and m.pmsStatus = '01' order by p.seq desc [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 103 [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: admin03, mappingList.size : 103 [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [12:02:45] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[admin03] roles roles [0]ROLE_05 [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String), 05(String), C035B9C0E9653AC9EFE14582CE2846C7(String), PHONE(String) [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 2022-05-10(String), 2022-05-10(String) [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:45] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 21(Integer), 1(Integer), 1(Integer), 2022-05-09(String), 2022-05-08(String), 21(Integer), 1(Integer), 2022-05-10(String) [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 61 [12:02:45] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 62 [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:45] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 0 [12:02:45] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [12:02:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 47 [12:02:45] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [12:02:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [12:02:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 21(Integer) [12:02:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [12:02:46] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"21","hour":"11","temp":"20.6","cloud":"1","weatherCode":"13800350"},{"plantSeq":"21","hour":"10","temp":"18.0","cloud":"7","weatherCode":"13800350"},{"plantSeq":"21","hour":"09","temp":"15.3","cloud":"7","weatherCode":"13800350"},{"plantSeq":"21","hour":"08","temp":"13.5","cloud":"7","weatherCode":"13800350"},{"plantSeq":"end"}]} [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:02:59] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 78 [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:02:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:02:59] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 78 [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:03:04] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 78 [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:03:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:03:04] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 94 [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 20(Integer) [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [12:03:06] [DEBUG] controller.MonitoringController - ---------------selectListFault : 쿼리조회시간 : 78 [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [12:03:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [12:03:06] [DEBUG] controller.MonitoringController - plantList : 쿼리조회시간 : 94 [12:03:20] [DEBUG] controller.EssController - ----------------------------------------------- [12:03:20] [DEBUG] controller.EssController - /ess/view_status.co :: seq :: 1774059, plantSeq : 89, pcsIdx : 1, inputDate : 2022-05-10, timetableSeq : 0 [12:03:20] [DEBUG] controller.EssController - ----------------------------------------------- [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-05-10(String), 2022-05-10(String) [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.seq = ? and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate desc, d.inputHour desc, d.inputMinute desc [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 89(Integer), 1(Integer), 1(Integer), 2022-05-09(String), 2022-05-08(String), 1774059(Integer), 89(Integer), 1(Integer), 2022-05-10(String) [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.idx asc, a.fault asc [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.idx asc, a.fault asc [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? and a.fault = ? order by a.idx asc, a.fault asc [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: PS(String), 12(Integer) [12:03:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 12(String), 04(String), 529.3(Float), 1990.9(Float), 2.0(Float), 367164.0(Float), 01(String) [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32801(Integer), 101(Integer), 1(Integer), 412611.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 424.8(Double), 979.4(Double), 416049.1(Double), 43.9(Double), 89.2(Double), 1560858.0(Double), 224826.0(Double), 01(String) [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32801(Integer), 101(Integer), 2(Integer), 116736.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 102.6(Double), 980.8(Double), 100630.1(Double), 32.9(Double), 94.8(Double), 430066.0(Double), 142338.0(Double), 01(String) [12:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 12(String), 04(String), 523.7(Float), 1889.0(Float), 1.9(Float), 387480.0(Float), 01(String) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32802(Integer), 108(Integer), 1(Integer), 407978.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 418.3(Double), 981.9(Double), 410728.8(Double), 54.9(Double), 89.2(Double), 1477726.0(Double), 235849.0(Double), 01(String) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32802(Integer), 108(Integer), 2(Integer), 115682.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 104.6(Double), 980.8(Double), 102591.7(Double), 41.7(Double), 94.3(Double), 411271.0(Double), 151631.0(Double), 01(String) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 12(String), 04(String), 538.4(Float), 2003.0(Float), 2.0(Float), 404186.0(Float), 01(String) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32803(Integer), 109(Integer), 1(Integer), 420765.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 424.2(Double), 981.9(Double), 416522.0(Double), 38.8(Double), 89.1(Double), 1561528.0(Double), 245189.0(Double), 01(String) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32803(Integer), 109(Integer), 2(Integer), 117632.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 112.5(Double), 981.4(Double), 110407.5(Double), 30.2(Double), 94.3(Double), 441481.0(Double), 158997.0(Double), 01(String) [12:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 12(String), 04(String), 508.1(Float), 1924.7(Float), 1.9(Float), 321026.0(Float), 01(String) [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32804(Integer), 106(Integer), 1(Integer), 395871.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 396.3(Double), 980.5(Double), 388572.1(Double), 43.1(Double), 89.4(Double), 1499417.0(Double), 198783.0(Double), 01(String) [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32804(Integer), 106(Integer), 2(Integer), 112197.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 104.0(Double), 983.1(Double), 102242.4(Double), 33.5(Double), 93.0(Double), 425322.0(Double), 122243.0(Double), 01(String) [12:04:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 12(String), 04(String), 551.8(Float), 2001.5(Float), 2.0(Float), 390857.0(Float), 01(String) [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32805(Integer), 111(Integer), 1(Integer), 429638.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 470.1(Double), 986.5(Double), 463753.7(Double), 45.6(Double), 89.3(Double), 1560680.1(Double), 239252.0(Double), 01(String) [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32805(Integer), 111(Integer), 2(Integer), 122190.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 115.6(Double), 996.6(Double), 115207.0(Double), 32.7(Double), 93.9(Double), 440788.0(Double), 151605.0(Double), 01(String) [12:04:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 12(String), 04(String), 62.1(Float), 218.3(Float), 2.2(Float), 45738.0(Float), 01(String) [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32806(Integer), 129(Integer), 1(Integer), 32734.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 149.0(Double), 598.0(Double), 89102.0(Double), 43.0(Double), 0.0(Double), 114100.0(Double), 24088.5(Double), 01(String) [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32806(Integer), 129(Integer), 2(Integer), 29381.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 144.0(Double), 595.0(Double), 85680.0(Double), 48.0(Double), 0.0(Double), 104200.0(Double), 21649.5(Double), 01(String) [12:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 12(String), 05(String), 503.5(Float), 1893.5(Float), 1.9(Float), 375406.0(Float), 01(String) [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32807(Integer), 126(Integer), 1(Integer), 398052.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 404.4(Double), 998.5(Double), 403793.4(Double), 49.0(Double), 100.0(Double), 1492307.0(Double), 230524.0(Double), 01(String) [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32807(Integer), 126(Integer), 2(Integer), 105495.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 94.9(Double), 995.8(Double), 94501.4(Double), 38.9(Double), 100.0(Double), 401171.0(Double), 144882.0(Double), 01(String) [12:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 12(String), 05(String), 542.6(Float), 1987.1(Float), 2.0(Float), 327880.0(Float), 01(String) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32808(Integer), 104(Integer), 1(Integer), 419730.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 435.5(Double), 982.2(Double), 427748.1(Double), 38.4(Double), 100.0(Double), 1542483.0(Double), 181798.0(Double), 01(String) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32808(Integer), 104(Integer), 2(Integer), 122849.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 113.7(Double), 983.7(Double), 111846.7(Double), 33.6(Double), 100.0(Double), 444607.0(Double), 146082.0(Double), 01(String) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 12(String), 05(String), 557.3(Float), 2043.1(Float), 2.0(Float), 386311.0(Float), 01(String) [12:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32809(Integer), 103(Integer), 1(Integer), 437576.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 449.2(Double), 986.1(Double), 442956.1(Double), 41.1(Double), 89.4(Double), 1611958.0(Double), 239252.0(Double), 01(String) [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32809(Integer), 103(Integer), 2(Integer), 119742.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 106.8(Double), 983.4(Double), 105027.1(Double), 32.4(Double), 93.4(Double), 431180.0(Double), 147059.0(Double), 01(String) [12:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 12(String), 05(String), 427.0(Float), 1044.9(Float), 2.6(Float), 66318.3(Float), 01(String) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32810(Integer), 128(Integer), 1(Integer), 94194.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 153.7(Double), 624.1(Double), 95905.9(Double), 40.2(Double), 645.4(Double), 231700.0(Double), 14754.1(Double), 01(String) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32810(Integer), 128(Integer), 2(Integer), 94456.0(Double), 599.9(Double), 0.0(Double), 0.1(Double), 153.1(Double), 627.8(Double), 96133.1(Double), 40.4(Double), 10.0(Double), 231240.0(Double), 14683.7(Double), 01(String) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32810(Integer), 128(Integer), 3(Integer), 95397.0(Double), 599.8(Double), 0.0(Double), 0.0(Double), 153.9(Double), 632.2(Double), 97315.9(Double), 41.1(Double), 10.0(Double), 233120.0(Double), 14727.2(Double), 01(String) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32810(Integer), 128(Integer), 4(Integer), 94525.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 152.9(Double), 633.9(Double), 96930.3(Double), 43.4(Double), 10.0(Double), 231000.0(Double), 14611.8(Double), 01(String) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32810(Integer), 128(Integer), 5(Integer), 48724.0(Double), 599.9(Double), 0.0(Double), -0.0(Double), 80.9(Double), 615.0(Double), 49776.0(Double), 46.2(Double), 645.4(Double), 118500.0(Double), 7542.2(Double), 01(String) [12:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 12(String), 05(String), 554.0(Float), 1956.8(Float), 2.0(Float), 386849.0(Float), 01(String) [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32811(Integer), 112(Integer), 1(Integer), 442404.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 452.9(Double), 986.6(Double), 446831.1(Double), 45.9(Double), 91.4(Double), 1574856.0(Double), 240257.0(Double), 01(String) [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32811(Integer), 112(Integer), 2(Integer), 111554.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 107.6(Double), 980.7(Double), 105523.3(Double), 32.1(Double), 94.2(Double), 381956.0(Double), 146592.0(Double), 01(String) [12:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 12(String), 05(String), 474.8(Float), 1791.2(Float), 1.8(Float), 359712.0(Float), 01(String) [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32812(Integer), 124(Integer), 1(Integer), 367263.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 367.2(Double), 1005.9(Double), 369366.5(Double), 38.0(Double), 89.9(Double), 1380968.0(Double), 215703.0(Double), 01(String) [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32812(Integer), 124(Integer), 2(Integer), 107518.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 102.3(Double), 1004.6(Double), 102770.6(Double), 32.3(Double), 92.8(Double), 410206.0(Double), 144009.0(Double), 01(String) [12:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 12(String), 05(String), 504.5(Float), 1916.7(Float), 1.9(Float), 387197.0(Float), 01(String) [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32813(Integer), 120(Integer), 1(Integer), 396253.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 395.8(Double), 1000.9(Double), 396156.2(Double), 36.2(Double), 100.0(Double), 1499771.0(Double), 234852.0(Double), 01(String) [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32813(Integer), 120(Integer), 2(Integer), 108222.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 100.5(Double), 1003.8(Double), 100881.9(Double), 27.4(Double), 99.9(Double), 416883.0(Double), 152345.0(Double), 01(String) [12:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 12(String), 05(String), 440.9(Float), 1597.0(Float), 1.9(Float), 288155.0(Float), 01(String) [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32814(Integer), 110(Integer), 1(Integer), 354778.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 347.8(Double), 982.6(Double), 341748.3(Double), 36.1(Double), 89.6(Double), 1323342.0(Double), 180348.0(Double), 01(String) [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32814(Integer), 110(Integer), 2(Integer), 86109.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 84.6(Double), 978.3(Double), 82764.2(Double), 27.5(Double), 91.3(Double), 273665.0(Double), 107807.0(Double), 01(String) [12:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 12(String), 05(String), 478.2(Float), 1823.2(Float), 1.8(Float), 365078.0(Float), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32815(Integer), 125(Integer), 1(Integer), 375724.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 373.4(Double), 1013.6(Double), 378478.2(Double), 38.5(Double), 90.0(Double), 1438928.0(Double), 221868.0(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32815(Integer), 125(Integer), 2(Integer), 102502.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 101.2(Double), 1010.6(Double), 102272.7(Double), 32.6(Double), 93.1(Double), 384249.0(Double), 143210.0(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 12(String), 05(String), 549.8(Float), 2009.2(Float), 2.0(Float), 393730.0(Float), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32816(Integer), 105(Integer), 1(Integer), 433897.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 424.7(Double), 982.1(Double), 417097.9(Double), 38.3(Double), 100.0(Double), 1586330.0(Double), 240378.0(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32816(Integer), 105(Integer), 2(Integer), 115920.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 105.1(Double), 992.8(Double), 104343.3(Double), 30.5(Double), 100.0(Double), 422873.0(Double), 153352.0(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 12(String), 05(String), 91.2(Float), 327.4(Float), 2.2(Float), 73119.8(Float), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32817(Integer), 127(Integer), 1(Integer), 30557.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 210.0(Double), 542.0(Double), 113820.0(Double), 40.0(Double), 0.0(Double), 109500.0(Double), 24594.1(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32817(Integer), 127(Integer), 2(Integer), 28217.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 139.0(Double), 582.0(Double), 80898.0(Double), 42.0(Double), 0.0(Double), 101500.0(Double), 22549.6(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32817(Integer), 127(Integer), 3(Integer), 32459.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 212.0(Double), 585.0(Double), 124020.0(Double), 44.0(Double), 0.0(Double), 116400.0(Double), 25976.1(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 12(String), 05(String), 514.9(Float), 1983.5(Float), 2.0(Float), 414169.0(Float), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32818(Integer), 121(Integer), 1(Integer), 400836.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 395.9(Double), 1004.4(Double), 397642.0(Double), 36.5(Double), 100.0(Double), 1554558.0(Double), 249329.0(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32818(Integer), 121(Integer), 2(Integer), 114055.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 99.7(Double), 1004.5(Double), 100148.6(Double), 30.0(Double), 99.9(Double), 428963.0(Double), 164840.0(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 12(String), 05(String), 552.7(Float), 1957.2(Float), 2.0(Float), 387220.0(Float), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32819(Integer), 107(Integer), 1(Integer), 428493.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 431.1(Double), 980.6(Double), 422736.7(Double), 42.9(Double), 88.4(Double), 1497109.0(Double), 235467.0(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32819(Integer), 107(Integer), 2(Integer), 124247.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 114.8(Double), 983.2(Double), 112871.4(Double), 33.1(Double), 94.7(Double), 460108.0(Double), 151753.0(Double), 01(String) [12:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 12(String), 05(String), 549.8(Float), 2031.2(Float), 2.0(Float), 297239.0(Float), 01(String) [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32820(Integer), 102(Integer), 1(Integer), 430211.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 439.0(Double), 983.0(Double), 431537.0(Double), 40.1(Double), 89.1(Double), 1592522.9(Double), 192231.0(Double), 01(String) [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32820(Integer), 102(Integer), 2(Integer), 119563.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 109.5(Double), 986.3(Double), 107999.9(Double), 32.2(Double), 94.5(Double), 438701.0(Double), 105008.0(Double), 01(String) [12:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 12(String), 05(String), 501.9(Float), 1959.8(Float), 2.0(Float), 380429.0(Float), 01(String) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32821(Integer), 122(Integer), 1(Integer), 389563.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 382.5(Double), 1014.6(Double), 388084.5(Double), 37.8(Double), 89.6(Double), 1533700.0(Double), 229063.0(Double), 01(String) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32821(Integer), 122(Integer), 2(Integer), 112340.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 104.5(Double), 1021.3(Double), 106725.9(Double), 30.7(Double), 93.5(Double), 426079.0(Double), 151366.0(Double), 01(String) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 12(String), 05(String), 535.5(Float), 1929.5(Float), 1.9(Float), 375398.0(Float), 01(String) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32822(Integer), 113(Integer), 1(Integer), 414454.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 424.1(Double), 982.3(Double), 416593.4(Double), 42.4(Double), 89.5(Double), 1516114.0(Double), 226743.0(Double), 01(String) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32822(Integer), 113(Integer), 2(Integer), 121080.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 114.5(Double), 982.3(Double), 112473.4(Double), 32.1(Double), 93.1(Double), 413408.0(Double), 148655.0(Double), 01(String) [12:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 12(String), 05(String), 853.7(Float), 2020.9(Float), 2.2(Float), 1503348.0(Float), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 1(Integer), 48667.0(Double), 0.0(Double), 48.7(Double), 0.0(Double), 64.4(Double), 566.6(Double), 36491.2(Double), 40.8(Double), 0.0(Double), 123100.0(Double), 73276.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 2(Integer), 49638.0(Double), 0.0(Double), 49.6(Double), 0.0(Double), 66.6(Double), 564.3(Double), 37582.4(Double), 42.8(Double), 0.0(Double), 123500.0(Double), 86556.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 3(Integer), 48915.0(Double), 0.0(Double), 48.9(Double), 0.0(Double), 65.6(Double), 563.2(Double), 36945.9(Double), 40.8(Double), 0.0(Double), 123700.0(Double), 74940.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 4(Integer), 49242.0(Double), 0.0(Double), 49.2(Double), 0.0(Double), 66.0(Double), 561.8(Double), 37078.8(Double), 42.4(Double), 0.0(Double), 124300.0(Double), 78370.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 5(Integer), 49929.0(Double), 0.0(Double), 49.9(Double), 0.0(Double), 66.4(Double), 568.2(Double), 37728.5(Double), 42.8(Double), 0.0(Double), 124800.0(Double), 88393.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 6(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 6709.3(Double), 5188.3(Double), 3.4809864E7(Double), 104.3(Double), 0.0(Double), 0.0(Double), 88261.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 7(Integer), 48985.0(Double), 0.0(Double), 49.0(Double), 0.0(Double), 65.7(Double), 562.6(Double), 36962.8(Double), 40.7(Double), 0.0(Double), 120900.0(Double), 72187.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 8(Integer), 49975.0(Double), 0.0(Double), 50.0(Double), 0.0(Double), 66.2(Double), 571.0(Double), 37800.2(Double), 41.1(Double), 0.0(Double), 110900.0(Double), 83326.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 9(Integer), 49303.0(Double), 0.0(Double), 49.3(Double), 0.0(Double), 66.0(Double), 564.5(Double), 37257.0(Double), 40.3(Double), 0.0(Double), 86200.0(Double), 71031.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 10(Integer), 49995.0(Double), 0.0(Double), 50.0(Double), 0.0(Double), 66.5(Double), 567.7(Double), 37752.0(Double), 41.9(Double), 0.0(Double), 114200.0(Double), 84503.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 11(Integer), 49940.0(Double), 0.0(Double), 49.9(Double), 0.0(Double), 66.1(Double), 571.3(Double), 37765.1(Double), 41.5(Double), 0.0(Double), 115100.0(Double), 84735.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 12(Integer), 49952.0(Double), 0.0(Double), 50.0(Double), 0.0(Double), 66.4(Double), 567.6(Double), 37690.9(Double), 41.2(Double), 0.0(Double), 117300.0(Double), 86182.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 13(Integer), 49896.0(Double), 0.0(Double), 49.9(Double), 0.0(Double), 66.6(Double), 564.8(Double), 37615.7(Double), 41.4(Double), 0.0(Double), 117600.0(Double), 85394.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 14(Integer), 49194.0(Double), 0.0(Double), 49.2(Double), 0.0(Double), 65.7(Double), 564.7(Double), 37098.6(Double), 42.4(Double), 0.0(Double), 111700.0(Double), 84129.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 15(Integer), 43368.0(Double), 0.0(Double), 43.4(Double), 0.0(Double), 54.5(Double), 570.0(Double), 31063.2(Double), 39.0(Double), 0.0(Double), 109500.0(Double), 76936.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 16(Integer), 42946.0(Double), 0.0(Double), 42.9(Double), 0.0(Double), 54.9(Double), 564.0(Double), 30961.8(Double), 42.2(Double), 0.0(Double), 96700.0(Double), 73255.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 17(Integer), 43659.0(Double), 0.0(Double), 43.7(Double), 0.0(Double), 54.7(Double), 572.2(Double), 31301.2(Double), 39.9(Double), 0.0(Double), 109200.0(Double), 77767.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 18(Integer), 30595.0(Double), 0.0(Double), 30.6(Double), 0.0(Double), 54.3(Double), 564.7(Double), 30661.4(Double), 36.5(Double), 0.0(Double), 69100.0(Double), 52648.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32823(Integer), 92(Integer), 19(Integer), 49537.0(Double), 0.0(Double), 49.5(Double), 0.0(Double), 65.4(Double), 569.0(Double), 37212.6(Double), 40.2(Double), 0.0(Double), 123100.0(Double), 81459.0(Double), 01(String) [12:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 12(String), 05(String), 980.5(Float), 2421.2(Float), 2.4(Float), 1604393.0(Float), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 1(Integer), 50024.0(Double), 0.0(Double), 50.0(Double), 0.0(Double), 66.5(Double), 569.2(Double), 37854.0(Double), 42.8(Double), 0.0(Double), 125100.0(Double), 79036.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 2(Integer), 49989.0(Double), 0.0(Double), 50.0(Double), 0.0(Double), 67.1(Double), 562.3(Double), 37728.1(Double), 43.6(Double), 0.0(Double), 127800.0(Double), 87435.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 3(Integer), 48695.0(Double), 0.0(Double), 48.7(Double), 0.0(Double), 65.1(Double), 563.6(Double), 36688.2(Double), 43.9(Double), 0.0(Double), 121500.0(Double), 75522.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 4(Integer), 49611.0(Double), 0.0(Double), 49.6(Double), 0.0(Double), 66.5(Double), 561.7(Double), 37350.8(Double), 43.1(Double), 0.0(Double), 125500.0(Double), 86427.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 5(Integer), 49305.0(Double), 0.0(Double), 49.3(Double), 0.0(Double), 66.3(Double), 561.5(Double), 37225.2(Double), 43.0(Double), 0.0(Double), 123300.0(Double), 75854.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 6(Integer), 50370.0(Double), 0.0(Double), 50.4(Double), 0.0(Double), 67.1(Double), 567.2(Double), 38056.9(Double), 44.2(Double), 0.0(Double), 126500.0(Double), 89190.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 7(Integer), 49902.0(Double), 0.0(Double), 49.9(Double), 0.0(Double), 66.8(Double), 561.3(Double), 37494.8(Double), 43.2(Double), 0.0(Double), 126700.0(Double), 87396.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 8(Integer), 49643.0(Double), 0.0(Double), 49.6(Double), 0.0(Double), 66.6(Double), 562.5(Double), 37464.7(Double), 42.9(Double), 0.0(Double), 124200.0(Double), 77282.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 9(Integer), 50188.0(Double), 0.0(Double), 50.2(Double), 0.0(Double), 67.2(Double), 562.5(Double), 37802.2(Double), 44.1(Double), 0.0(Double), 126300.0(Double), 86824.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 10(Integer), 49464.0(Double), 0.0(Double), 49.5(Double), 0.0(Double), 66.3(Double), 563.5(Double), 37360.1(Double), 44.0(Double), 0.0(Double), 119600.0(Double), 67912.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 11(Integer), 49113.0(Double), 0.0(Double), 49.1(Double), 0.0(Double), 66.4(Double), 561.1(Double), 37254.8(Double), 42.8(Double), 0.0(Double), 123800.0(Double), 84142.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 12(Integer), 49284.0(Double), 0.0(Double), 49.3(Double), 0.0(Double), 65.4(Double), 567.6(Double), 37121.0(Double), 43.7(Double), 0.0(Double), 118200.0(Double), 67333.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 13(Integer), 49004.0(Double), 0.0(Double), 49.0(Double), 0.0(Double), 64.8(Double), 571.3(Double), 37022.4(Double), 42.4(Double), 0.0(Double), 120900.0(Double), 83454.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 14(Integer), 49359.0(Double), 0.0(Double), 49.4(Double), 0.0(Double), 65.0(Double), 572.3(Double), 37199.5(Double), 43.2(Double), 0.0(Double), 119600.0(Double), 79497.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 15(Integer), 49438.0(Double), 0.0(Double), 49.4(Double), 0.0(Double), 66.2(Double), 567.2(Double), 37548.6(Double), 44.8(Double), 0.0(Double), 118500.0(Double), 70267.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 16(Integer), 49730.0(Double), 0.0(Double), 49.7(Double), 0.0(Double), 66.1(Double), 565.7(Double), 37390.6(Double), 43.6(Double), 0.0(Double), 118400.0(Double), 87240.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 17(Integer), 49556.0(Double), 0.0(Double), 49.6(Double), 0.0(Double), 66.3(Double), 565.3(Double), 37479.4(Double), 43.5(Double), 0.0(Double), 118300.0(Double), 84886.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 18(Integer), 43695.0(Double), 0.0(Double), 43.7(Double), 0.0(Double), 55.8(Double), 561.9(Double), 31352.2(Double), 41.3(Double), 0.0(Double), 104400.0(Double), 72667.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 19(Integer), 43686.0(Double), 0.0(Double), 43.7(Double), 0.0(Double), 55.7(Double), 564.5(Double), 31444.5(Double), 41.6(Double), 0.0(Double), 104900.0(Double), 72356.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32824(Integer), 93(Integer), 20(Integer), 50400.0(Double), 0.0(Double), 50.4(Double), 0.0(Double), 67.5(Double), 566.2(Double), 38218.5(Double), 42.8(Double), 0.0(Double), 127700.0(Double), 89673.0(Double), 01(String) [12:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 12(String), 05(String), 118.6(Float), 449.0(Float), 2.2(Float), 57477.0(Float), 01(String) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32825(Integer), 99(Integer), 1(Integer), 29600.0(Double), 0.0(Double), 29.6(Double), 2.3(Double), 53.8(Double), 547.6(Double), 29462.7(Double), 50.1(Double), 100.0(Double), 111800.0(Double), 14292.0(Double), 01(String) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32825(Integer), 99(Integer), 2(Integer), 29900.0(Double), 0.0(Double), 29.9(Double), 2.0(Double), 54.7(Double), 542.6(Double), 29678.4(Double), 49.3(Double), 100.0(Double), 113400.0(Double), 14509.0(Double), 01(String) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32825(Integer), 99(Integer), 3(Integer), 29400.0(Double), 0.0(Double), 29.4(Double), 1.9(Double), 53.8(Double), 545.4(Double), 29344.3(Double), 44.4(Double), 100.0(Double), 110900.0(Double), 14201.0(Double), 01(String) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32825(Integer), 99(Integer), 4(Integer), 29700.0(Double), 0.0(Double), 29.7(Double), 2.0(Double), 53.9(Double), 549.0(Double), 29592.9(Double), 39.2(Double), 100.0(Double), 112900.0(Double), 14475.0(Double), 01(String) [12:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 12(String), 05(String), 461.1(Float), 1685.1(Float), 1.7(Float), 229269.0(Float), 01(String) [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32826(Integer), 123(Integer), 1(Integer), 362420.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 367.2(Double), 994.5(Double), 365180.4(Double), 37.0(Double), 100.0(Double), 1335588.0(Double), 202942.0(Double), 01(String) [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32826(Integer), 123(Integer), 2(Integer), 98729.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 87.8(Double), 982.4(Double), 86254.7(Double), 30.7(Double), 100.0(Double), 349532.0(Double), 26327.0(Double), 01(String) [12:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [12:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [12:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [12:08:04] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 32 [12:08:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [12:08:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [12:08:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [12:08:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [12:08:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(Integer), 2022-05-10(String), 2022-05-10(String) [12:08:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:08:27] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 220.124.182.35, port : 502, pcsIdx : 1, pcsMaker : 11 [12:28:37] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [12:28:43] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [12:28:43] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [12:28:44] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [12:28:44] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [12:28:44] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:29:47] [DEBUG] controller.RestAPIController - callPmsFault :: [60] [112.165.252.75] 음성 장수 is Fault PUSH [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 1(Integer), 61789(Integer), 2022-05-10(String), 12(String), 29(String), 3943157(Long), 3846013(Long), 35092(Long), 65534(Integer), 44925(Integer), 58(Integer), 10997(Integer), 60(Integer), 0(Integer), 0(Integer), 2(Integer), 3243(Integer), 0(Integer), 35092(Integer), 3769(Integer), 30(Integer), 65517(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 128(Integer), 4(Integer), 0(Integer), 8(Integer), 63976(Integer), 89(Integer), 4(Integer), 395(Integer), 218(Integer), 225(Integer), 230(Integer), 217(Integer), 197(Integer), 542(Integer), 517(Integer), 524(Integer), 547(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 60(Integer) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:29:47] [DEBUG] service.CsService - [60:1] CS가 이미 접수되었습니다. pcs: 4,0,0,0, bms : 0,0,0,0 [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 0(Integer), 61789(Integer), 2022-05-10(String), 12(String), 29(String), 3943157(Long), 3846013(Long), 35092(Long), 65534(Integer), 44925(Integer), 58(Integer), 10997(Integer), 60(Integer), 0(Integer), 0(Integer), 2(Integer), 3243(Integer), 0(Integer), 35092(Integer), 3769(Integer), 30(Integer), 65517(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 128(Integer), 4(Integer), 0(Integer), 8(Integer), 63976(Integer), 89(Integer), 4(Integer), 395(Integer), 218(Integer), 225(Integer), 230(Integer), 217(Integer), 197(Integer), 542(Integer), 517(Integer), 524(Integer), 547(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 2(Integer), 61789(Integer), 2022-05-10(String), 12(String), 29(String), 4000340(Long), 3904836(Long), 35092(Long), 63961(Integer), 38212(Integer), 59(Integer), 2644(Integer), 61(Integer), 0(Integer), 0(Integer), 2(Integer), 3243(Integer), 0(Integer), 35092(Integer), 3808(Integer), 2400(Integer), 63955(Integer), 555(Integer), 937(Integer), 64042(Integer), 7434(Integer), 201(Integer), 267(Integer), 225(Integer), 3780(Integer), 3750(Integer), 3(Integer), 1(Integer), 0(Integer), 6306(Integer), 1(Integer), 0(Integer), 9(Integer), 63976(Integer), 89(Integer), 4(Integer), 395(Integer), 218(Integer), 225(Integer), 230(Integer), 217(Integer), 197(Integer), 542(Integer), 517(Integer), 524(Integer), 547(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [12:29:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:29:47] [DEBUG] service.CsService - [60:2] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [12:29:47] [DEBUG] controller.RestAPIController - [60] smsMessage : 음성 장수 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36211 [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 12(String), 34(String), 607.5(Float), 2284.3(Float), 2.3(Float), 367458.0(Float), 01(String) [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32837(Integer), 101(Integer), 1(Integer), 470249.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 480.1(Double), 981.5(Double), 471218.2(Double), 50.2(Double), 89.5(Double), 1788717.0(Double), 225054.0(Double), 01(String) [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32837(Integer), 101(Integer), 2(Integer), 137212.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 127.8(Double), 981.2(Double), 125397.4(Double), 36.0(Double), 95.0(Double), 495599.0(Double), 142404.0(Double), 01(String) [12:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 12(String), 34(String), 636.4(Float), 2188.9(Float), 2.2(Float), 387781.0(Float), 01(String) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32838(Integer), 108(Integer), 1(Integer), 497703.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 514.6(Double), 980.0(Double), 504308.0(Double), 62.9(Double), 89.4(Double), 1711423.0(Double), 236083.0(Double), 01(String) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32838(Integer), 108(Integer), 2(Integer), 138745.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 130.4(Double), 986.8(Double), 128678.7(Double), 45.7(Double), 93.4(Double), 477515.0(Double), 151698.0(Double), 01(String) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 12(String), 34(String), 652.8(Float), 2310.4(Float), 2.3(Float), 404493.0(Float), 01(String) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32839(Integer), 109(Integer), 1(Integer), 512558.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 519.1(Double), 980.1(Double), 508769.9(Double), 47.1(Double), 89.4(Double), 1802041.0(Double), 245429.0(Double), 01(String) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32839(Integer), 109(Integer), 2(Integer), 140284.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 133.5(Double), 982.9(Double), 131217.2(Double), 33.1(Double), 93.6(Double), 508393.0(Double), 159064.0(Double), 01(String) [12:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 12(String), 34(String), 605.4(Float), 2214.1(Float), 2.2(Float), 321316.0(Float), 01(String) [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32840(Integer), 106(Integer), 1(Integer), 472560.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 474.6(Double), 981.1(Double), 465630.1(Double), 50.8(Double), 89.2(Double), 1724961.1(Double), 199009.0(Double), 01(String) [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32840(Integer), 106(Integer), 2(Integer), 132791.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 124.0(Double), 981.0(Double), 121644.0(Double), 36.4(Double), 94.9(Double), 489130.0(Double), 122307.0(Double), 01(String) [12:34:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 12(String), 34(String), 646.3(Float), 2313.2(Float), 2.3(Float), 391168.0(Float), 01(String) [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32841(Integer), 111(Integer), 1(Integer), 500953.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 546.3(Double), 980.5(Double), 535647.1(Double), 53.9(Double), 89.7(Double), 1802849.0(Double), 239494.0(Double), 01(String) [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32841(Integer), 111(Integer), 2(Integer), 145353.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 139.6(Double), 986.8(Double), 137757.3(Double), 36.1(Double), 94.5(Double), 510330.0(Double), 151674.0(Double), 01(String) [12:34:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 12(String), 34(String), 62.7(Float), 248.4(Float), 2.5(Float), 45768.1(Float), 01(String) [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32842(Integer), 129(Integer), 1(Integer), 33093.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 151.0(Double), 594.0(Double), 89694.0(Double), 43.0(Double), 0.0(Double), 130000.0(Double), 24104.4(Double), 01(String) [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32842(Integer), 129(Integer), 2(Integer), 29646.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 151.0(Double), 592.0(Double), 89392.0(Double), 47.0(Double), 0.0(Double), 118400.0(Double), 21663.7(Double), 01(String) [12:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 12(String), 35(String), 564.0(Float), 2175.6(Float), 2.2(Float), 375688.0(Float), 01(String) [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32843(Integer), 126(Integer), 1(Integer), 437635.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 445.4(Double), 991.8(Double), 441747.7(Double), 55.3(Double), 100.0(Double), 1716459.0(Double), 230748.0(Double), 01(String) [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32843(Integer), 126(Integer), 2(Integer), 111970.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 102.6(Double), 993.6(Double), 101943.4(Double), 43.2(Double), 100.0(Double), 460178.0(Double), 144941.0(Double), 01(String) [12:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 12(String), 35(String), 633.6(Float), 2291.3(Float), 2.3(Float), 328184.0(Float), 01(String) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32844(Integer), 104(Integer), 1(Integer), 488317.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 507.3(Double), 981.5(Double), 497914.9(Double), 45.0(Double), 100.0(Double), 1777755.0(Double), 182033.0(Double), 01(String) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32844(Integer), 104(Integer), 2(Integer), 145290.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 135.9(Double), 982.4(Double), 133508.2(Double), 35.5(Double), 99.9(Double), 513594.0(Double), 146151.0(Double), 01(String) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 12(String), 35(String), 580.4(Float), 2352.2(Float), 2.4(Float), 386621.0(Float), 01(String) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32845(Integer), 103(Integer), 1(Integer), 455518.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 468.9(Double), 981.0(Double), 459990.9(Double), 47.5(Double), 89.3(Double), 1854720.9(Double), 239495.0(Double), 01(String) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32845(Integer), 103(Integer), 2(Integer), 124919.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 111.1(Double), 979.7(Double), 108844.7(Double), 34.9(Double), 94.3(Double), 497488.0(Double), 147126.0(Double), 01(String) [12:35:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 12(String), 35(String), 438.5(Float), 1247.3(Float), 3.1(Float), 66520.8(Float), 01(String) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32846(Integer), 128(Integer), 1(Integer), 97775.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 161.8(Double), 615.5(Double), 99575.6(Double), 44.6(Double), 645.4(Double), 276170.0(Double), 14798.7(Double), 01(String) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32846(Integer), 128(Integer), 2(Integer), 98500.0(Double), 599.8(Double), 0.0(Double), 0.0(Double), 161.3(Double), 621.8(Double), 100317.2(Double), 44.9(Double), 10.0(Double), 276050.0(Double), 14728.4(Double), 01(String) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32846(Integer), 128(Integer), 3(Integer), 99768.0(Double), 599.7(Double), 0.0(Double), -0.0(Double), 162.6(Double), 626.5(Double), 101841.8(Double), 45.6(Double), 645.4(Double), 278420.0(Double), 14772.5(Double), 01(String) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32846(Integer), 128(Integer), 4(Integer), 98661.0(Double), 599.7(Double), 0.0(Double), -0.0(Double), 161.5(Double), 627.3(Double), 101296.6(Double), 48.7(Double), 645.4(Double), 275770.0(Double), 14656.6(Double), 01(String) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32846(Integer), 128(Integer), 5(Integer), 50745.0(Double), 599.6(Double), 0.0(Double), 0.0(Double), 85.6(Double), 607.5(Double), 52018.4(Double), 50.5(Double), 10.0(Double), 141650.0(Double), 7565.4(Double), 01(String) [12:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 12(String), 35(String), 606.2(Float), 2261.2(Float), 2.3(Float), 387153.0(Float), 01(String) [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32847(Integer), 112(Integer), 1(Integer), 485277.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 496.6(Double), 986.6(Double), 489945.6(Double), 52.0(Double), 91.3(Double), 1818161.0(Double), 240500.0(Double), 01(String) [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32847(Integer), 112(Integer), 2(Integer), 120941.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 117.9(Double), 987.1(Double), 116379.1(Double), 34.4(Double), 94.5(Double), 443019.0(Double), 146653.0(Double), 01(String) [12:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 12(String), 35(String), 506.0(Float), 2055.5(Float), 2.1(Float), 359977.0(Float), 01(String) [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32848(Integer), 124(Integer), 1(Integer), 392118.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 392.9(Double), 1001.4(Double), 393450.1(Double), 42.3(Double), 90.0(Double), 1585451.0(Double), 215908.0(Double), 01(String) [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32848(Integer), 124(Integer), 2(Integer), 113892.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 110.7(Double), 999.7(Double), 110666.8(Double), 34.3(Double), 94.5(Double), 470076.0(Double), 144069.0(Double), 01(String) [12:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 12(String), 35(String), 534.0(Float), 2198.2(Float), 2.2(Float), 387479.0(Float), 01(String) [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32849(Integer), 120(Integer), 1(Integer), 419387.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 420.7(Double), 995.9(Double), 418975.2(Double), 41.4(Double), 100.0(Double), 1721358.0(Double), 235074.0(Double), 01(String) [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32849(Integer), 120(Integer), 2(Integer), 114591.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 105.3(Double), 999.7(Double), 105268.4(Double), 31.9(Double), 100.0(Double), 476855.0(Double), 152405.0(Double), 01(String) [12:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 12(String), 35(String), 476.9(Float), 1840.0(Float), 2.2(Float), 288397.0(Float), 01(String) [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32850(Integer), 110(Integer), 1(Integer), 378854.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 371.3(Double), 981.9(Double), 364579.5(Double), 38.8(Double), 89.6(Double), 1518161.0(Double), 180542.0(Double), 01(String) [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32850(Integer), 110(Integer), 2(Integer), 98005.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 95.8(Double), 985.0(Double), 94363.0(Double), 30.5(Double), 90.1(Double), 321885.0(Double), 107855.0(Double), 01(String) [12:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 12(String), 35(String), 597.0(Float), 2318.0(Float), 2.3(Float), 394039.0(Float), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32851(Integer), 105(Integer), 1(Integer), 471175.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 467.0(Double), 982.4(Double), 458780.8(Double), 44.6(Double), 100.0(Double), 1829506.0(Double), 240621.0(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32851(Integer), 105(Integer), 2(Integer), 125823.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 117.5(Double), 982.9(Double), 115490.8(Double), 32.7(Double), 100.0(Double), 488490.0(Double), 153418.0(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 12(String), 35(String), 508.9(Float), 2088.2(Float), 2.1(Float), 365342.0(Float), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32852(Integer), 125(Integer), 1(Integer), 398952.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 396.5(Double), 1009.1(Double), 400108.1(Double), 42.6(Double), 89.5(Double), 1647157.0(Double), 222076.0(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32852(Integer), 125(Integer), 2(Integer), 109917.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 108.9(Double), 1013.2(Double), 110337.5(Double), 34.0(Double), 95.6(Double), 441017.0(Double), 143266.0(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 12(String), 35(String), 57.6(Float), 372.8(Float), 2.5(Float), 73165.2(Float), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32853(Integer), 127(Integer), 1(Integer), 27835.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 198.0(Double), 530.0(Double), 104940.0(Double), 40.0(Double), 0.0(Double), 124700.0(Double), 24609.3(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32853(Integer), 127(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 115600.0(Double), 22563.7(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32853(Integer), 127(Integer), 3(Integer), 29768.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 203.0(Double), 590.0(Double), 119770.0(Double), 44.0(Double), 0.0(Double), 132500.0(Double), 25992.2(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 12(String), 35(String), 572.2(Float), 2270.1(Float), 2.3(Float), 414456.0(Float), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32854(Integer), 121(Integer), 1(Integer), 443658.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 438.2(Double), 998.2(Double), 437411.3(Double), 39.3(Double), 100.0(Double), 1777543.0(Double), 249552.0(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32854(Integer), 121(Integer), 2(Integer), 128534.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 113.9(Double), 1002.2(Double), 114150.6(Double), 32.4(Double), 100.0(Double), 492547.0(Double), 164904.0(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 12(String), 35(String), 600.2(Float), 2266.2(Float), 2.3(Float), 387529.0(Float), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32855(Integer), 107(Integer), 1(Integer), 463829.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 469.1(Double), 980.1(Double), 459764.9(Double), 50.6(Double), 89.2(Double), 1736394.0(Double), 235706.0(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32855(Integer), 107(Integer), 2(Integer), 136383.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 130.6(Double), 981.2(Double), 128144.7(Double), 36.8(Double), 94.5(Double), 529760.0(Double), 151823.0(Double), 01(String) [12:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 12(String), 35(String), 599.3(Float), 2336.0(Float), 2.3(Float), 297543.0(Float), 01(String) [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32856(Integer), 102(Integer), 1(Integer), 467114.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 476.1(Double), 986.4(Double), 469625.1(Double), 46.3(Double), 89.2(Double), 1830660.0(Double), 192469.0(Double), 01(String) [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32856(Integer), 102(Integer), 2(Integer), 132167.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 123.2(Double), 987.6(Double), 121672.3(Double), 34.7(Double), 94.0(Double), 505315.0(Double), 105074.0(Double), 01(String) [12:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 12(String), 35(String), 558.5(Float), 2238.2(Float), 2.2(Float), 380707.0(Float), 01(String) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32857(Integer), 122(Integer), 1(Integer), 432098.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 427.9(Double), 1009.5(Double), 431965.0(Double), 42.1(Double), 89.7(Double), 1749003.1(Double), 229278.0(Double), 01(String) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32857(Integer), 122(Integer), 2(Integer), 126393.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 118.1(Double), 1013.4(Double), 119682.5(Double), 33.2(Double), 93.8(Double), 489221.0(Double), 151429.0(Double), 01(String) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 12(String), 35(String), 584.9(Float), 2228.8(Float), 2.2(Float), 375696.0(Float), 01(String) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32858(Integer), 113(Integer), 1(Integer), 451486.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 462.5(Double), 982.4(Double), 454360.0(Double), 48.3(Double), 90.2(Double), 1747548.0(Double), 226974.0(Double), 01(String) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32858(Integer), 113(Integer), 2(Integer), 133462.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 126.9(Double), 985.2(Double), 125021.9(Double), 34.6(Double), 93.6(Double), 481297.0(Double), 148722.0(Double), 01(String) [12:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 12(String), 35(String), 826.8(Float), 2558.3(Float), 2.8(Float), 1503760.0(Float), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 1(Integer), 47161.0(Double), 0.0(Double), 47.2(Double), 0.0(Double), 61.5(Double), 573.1(Double), 35247.7(Double), 43.7(Double), 0.0(Double), 145400.0(Double), 73298.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 2(Integer), 47766.0(Double), 0.0(Double), 47.8(Double), 0.0(Double), 63.3(Double), 569.2(Double), 36030.4(Double), 46.5(Double), 0.0(Double), 146000.0(Double), 86579.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 3(Integer), 45443.0(Double), 0.0(Double), 45.4(Double), 0.0(Double), 59.9(Double), 571.0(Double), 34200.9(Double), 44.6(Double), 0.0(Double), 145800.0(Double), 74962.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 4(Integer), 44170.0(Double), 0.0(Double), 44.2(Double), 0.0(Double), 58.3(Double), 569.4(Double), 33198.0(Double), 45.5(Double), 0.0(Double), 146500.0(Double), 78392.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 5(Integer), 45278.0(Double), 0.0(Double), 45.3(Double), 0.0(Double), 59.2(Double), 577.8(Double), 34205.8(Double), 46.6(Double), 0.0(Double), 147400.0(Double), 88416.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 6(Integer), 44401.0(Double), 0.0(Double), 44.4(Double), 0.0(Double), 57.7(Double), 576.4(Double), 33258.3(Double), 45.0(Double), 0.0(Double), 149500.0(Double), 88284.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 7(Integer), 42569.0(Double), 0.0(Double), 42.6(Double), 0.0(Double), 55.5(Double), 575.8(Double), 31958.7(Double), 44.4(Double), 0.0(Double), 143000.0(Double), 72209.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 8(Integer), 45181.0(Double), 0.0(Double), 45.2(Double), 0.0(Double), 59.2(Double), 579.6(Double), 34312.3(Double), 44.6(Double), 0.0(Double), 133500.0(Double), 83348.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 9(Integer), 44502.0(Double), 0.0(Double), 44.5(Double), 0.0(Double), 58.2(Double), 576.7(Double), 33563.9(Double), 44.4(Double), 0.0(Double), 108400.0(Double), 71053.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 10(Integer), 43956.0(Double), 0.0(Double), 44.0(Double), 0.0(Double), 57.2(Double), 579.4(Double), 33141.7(Double), 44.4(Double), 0.0(Double), 136700.0(Double), 84526.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 11(Integer), 43646.0(Double), 0.0(Double), 43.6(Double), 0.0(Double), 57.6(Double), 574.0(Double), 33060.5(Double), 44.6(Double), 0.0(Double), 137600.0(Double), 84758.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 12(Integer), 44660.0(Double), 0.0(Double), 44.7(Double), 0.0(Double), 58.1(Double), 582.0(Double), 33812.3(Double), 44.2(Double), 0.0(Double), 139800.0(Double), 86204.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 13(Integer), 45282.0(Double), 0.0(Double), 45.3(Double), 0.0(Double), 59.6(Double), 573.8(Double), 34200.5(Double), 44.3(Double), 0.0(Double), 140100.0(Double), 85417.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 14(Integer), 45571.0(Double), 0.0(Double), 45.6(Double), 0.0(Double), 59.7(Double), 575.2(Double), 34339.4(Double), 45.3(Double), 0.0(Double), 134300.0(Double), 84152.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 15(Integer), 40157.0(Double), 0.0(Double), 40.2(Double), 0.0(Double), 49.0(Double), 586.6(Double), 28745.0(Double), 41.9(Double), 0.0(Double), 129500.0(Double), 76956.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 16(Integer), 40509.0(Double), 0.0(Double), 40.5(Double), 0.0(Double), 51.3(Double), 568.8(Double), 29181.2(Double), 44.5(Double), 0.0(Double), 116500.0(Double), 73275.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 17(Integer), 40553.0(Double), 0.0(Double), 40.6(Double), 0.0(Double), 50.2(Double), 579.7(Double), 29099.3(Double), 43.0(Double), 0.0(Double), 129200.0(Double), 77787.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 18(Integer), 28650.0(Double), 0.0(Double), 28.6(Double), 0.0(Double), 50.3(Double), 569.9(Double), 28664.3(Double), 39.7(Double), 0.0(Double), 83200.0(Double), 52662.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32859(Integer), 92(Integer), 19(Integer), 47365.0(Double), 0.0(Double), 47.4(Double), 0.0(Double), 61.5(Double), 580.1(Double), 35674.1(Double), 43.7(Double), 0.0(Double), 145900.0(Double), 81482.0(Double), 01(String) [12:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 12(String), 35(String), 775.6(Float), 2681.5(Float), 2.7(Float), 1604839.0(Float), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 1(Integer), 46445.0(Double), 0.0(Double), 46.4(Double), 0.0(Double), 61.2(Double), 574.7(Double), 35169.6(Double), 45.7(Double), 0.0(Double), 148000.0(Double), 79059.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 2(Integer), 46654.0(Double), 0.0(Double), 46.7(Double), 0.0(Double), 61.1(Double), 576.4(Double), 35218.0(Double), 46.5(Double), 0.0(Double), 150500.0(Double), 87458.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 3(Integer), 47243.0(Double), 0.0(Double), 47.2(Double), 0.0(Double), 62.8(Double), 567.4(Double), 35634.8(Double), 46.5(Double), 0.0(Double), 144300.0(Double), 75545.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 4(Integer), 46920.0(Double), 0.0(Double), 46.9(Double), 0.0(Double), 61.2(Double), 577.3(Double), 35328.7(Double), 46.2(Double), 0.0(Double), 148100.0(Double), 86450.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 5(Integer), 48225.0(Double), 0.0(Double), 48.2(Double), 0.0(Double), 63.2(Double), 575.7(Double), 36384.2(Double), 46.5(Double), 0.0(Double), 145700.0(Double), 75876.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 6(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 7712.5(Double), 30.7(Double), 236773.7(Double), 577.1(Double), 0.0(Double), 93400.0(Double), 89213.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 7(Integer), 48496.0(Double), 0.0(Double), 48.5(Double), 0.0(Double), 63.9(Double), 569.9(Double), 36418.7(Double), 46.5(Double), 0.0(Double), 149200.0(Double), 87418.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 8(Integer), 49009.0(Double), 0.0(Double), 49.0(Double), 0.0(Double), 64.5(Double), 571.8(Double), 36878.9(Double), 46.1(Double), 0.0(Double), 146700.0(Double), 77305.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 9(Integer), 44481.0(Double), 0.0(Double), 44.5(Double), 0.0(Double), 58.7(Double), 567.3(Double), 33300.5(Double), 46.9(Double), 0.0(Double), 148700.0(Double), 86847.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 10(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 7721.3(Double), 24.1(Double), 186083.3(Double), 581.9(Double), 0.0(Double), 76500.0(Double), 67934.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 11(Integer), 43209.0(Double), 0.0(Double), 43.2(Double), 0.0(Double), 56.9(Double), 577.3(Double), 32850.3(Double), 46.5(Double), 0.0(Double), 146400.0(Double), 84164.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 12(Integer), 43867.0(Double), 0.0(Double), 43.9(Double), 0.0(Double), 57.8(Double), 574.1(Double), 33184.9(Double), 47.2(Double), 0.0(Double), 140500.0(Double), 67355.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 13(Integer), 44820.0(Double), 0.0(Double), 44.8(Double), 0.0(Double), 58.6(Double), 581.1(Double), 34054.4(Double), 46.6(Double), 0.0(Double), 143400.0(Double), 83476.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 14(Integer), 45283.0(Double), 0.0(Double), 45.3(Double), 0.0(Double), 58.9(Double), 579.5(Double), 34132.6(Double), 46.5(Double), 0.0(Double), 142000.0(Double), 79519.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 15(Integer), 45299.0(Double), 0.0(Double), 45.3(Double), 0.0(Double), 59.3(Double), 579.0(Double), 34334.7(Double), 48.2(Double), 0.0(Double), 140800.0(Double), 70290.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 16(Integer), 45815.0(Double), 0.0(Double), 45.8(Double), 0.0(Double), 60.0(Double), 576.5(Double), 34592.0(Double), 46.9(Double), 0.0(Double), 141100.0(Double), 87262.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 17(Integer), 46563.0(Double), 0.0(Double), 46.6(Double), 0.0(Double), 61.3(Double), 575.9(Double), 35304.7(Double), 46.7(Double), 0.0(Double), 140900.0(Double), 84909.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 18(Integer), 41601.0(Double), 0.0(Double), 41.6(Double), 0.0(Double), 52.1(Double), 574.2(Double), 29914.1(Double), 45.2(Double), 0.0(Double), 124300.0(Double), 72687.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 19(Integer), 41635.0(Double), 0.0(Double), 41.6(Double), 0.0(Double), 51.7(Double), 576.5(Double), 29803.3(Double), 45.4(Double), 0.0(Double), 124700.0(Double), 72376.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32860(Integer), 93(Integer), 20(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 7704.1(Double), 28.7(Double), 221364.5(Double), 571.9(Double), 0.0(Double), 86300.0(Double), 89696.0(Double), 01(String) [12:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 12(String), 35(String), 107.9(Float), 510.0(Float), 2.5(Float), 57539.0(Float), 01(String) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32861(Integer), 99(Integer), 1(Integer), 27100.0(Double), 0.0(Double), 27.2(Double), 2.4(Double), 48.8(Double), 550.0(Double), 26838.4(Double), 50.5(Double), 100.0(Double), 127100.0(Double), 14308.0(Double), 01(String) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32861(Integer), 99(Integer), 2(Integer), 27300.0(Double), 0.0(Double), 27.3(Double), 2.3(Double), 49.4(Double), 544.7(Double), 26908.2(Double), 47.9(Double), 100.0(Double), 128900.0(Double), 14525.0(Double), 01(String) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32861(Integer), 99(Integer), 3(Integer), 26700.0(Double), 0.0(Double), 26.7(Double), 2.1(Double), 48.9(Double), 546.1(Double), 26705.9(Double), 43.3(Double), 100.0(Double), 126100.0(Double), 14216.0(Double), 01(String) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32861(Integer), 99(Integer), 4(Integer), 27100.0(Double), 0.0(Double), 27.1(Double), 2.2(Double), 49.4(Double), 546.2(Double), 26980.6(Double), 38.4(Double), 100.0(Double), 128300.0(Double), 14490.0(Double), 01(String) [12:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 12(String), 35(String), 520.1(Float), 1944.8(Float), 1.9(Float), 229529.0(Float), 01(String) [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32862(Integer), 123(Integer), 1(Integer), 406565.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 410.9(Double), 996.2(Double), 409338.6(Double), 40.6(Double), 100.0(Double), 1539348.0(Double), 203146.0(Double), 01(String) [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32862(Integer), 123(Integer), 2(Integer), 113578.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 101.0(Double), 985.3(Double), 99515.3(Double), 33.1(Double), 100.0(Double), 405457.0(Double), 26383.0(Double), 01(String) [12:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:43:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [12:43:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [12:43:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [12:43:37] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [12:43:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [12:43:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [12:43:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [12:55:27] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [12:55:34] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [12:55:34] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :tk2340, login_channel : null [12:55:34] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:55:34] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [12:55:34] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [12:55:34] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [12:55:34] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : tk2340 [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: tk2340, mappingList.size : 1 [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [12:55:34] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[tk2340] roles roles [0]ROLE_01 [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String), 01(String), 6ED4C3E892402C8B837251945D8B9C46(String), PHONE(String) [12:55:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:55:34] [DEBUG] controller.EssController - ----------------------------------------------- [12:55:34] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [12:55:34] [DEBUG] controller.EssController - ----------------------------------------------- [12:55:35] [DEBUG] controller.EssController - ----------------------------------------------- [12:55:35] [DEBUG] controller.EssController - /index.co called [12:55:35] [DEBUG] controller.EssController - ----------------------------------------------- [12:55:35] [DEBUG] controller.EssController - ----------------------------------------------- [12:55:35] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [12:55:35] [DEBUG] controller.EssController - ----------------------------------------------- [12:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [12:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-09(String), 41(Integer), 0(Integer), 2022-05-08(String), 41(Integer), 0(Integer), 2022-05-10(String), 61792(Integer) [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 41(Integer), 2022-05-10(String), 41(Integer) [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [12:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [12:55:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [12:55:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-04-26(String) [12:55:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:55:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [12:55:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [12:55:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [12:55:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [12:55:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-10(String), 41(Integer), 0(Integer), 2022-05-10(String) [12:55:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 12 [12:55:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [12:55:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [12:55:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [12:55:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [12:55:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2022-05-10(String), 41(Integer), 1(Integer), 2022-05-10(String) [12:55:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 12 [12:57:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [12:57:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer) [12:57:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:57:30] [DEBUG] controller.RestAPIController - callPmsFault :: [60] [112.165.252.75] 음성 장수 is Fault PUSH [12:57:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [12:57:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [12:57:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 1(Integer), 61792(Integer), 2022-05-10(String), 12(String), 57(String), 4001011(Long), 3904836(Long), 33638(Long), 64049(Integer), 38212(Integer), 59(Integer), 3315(Integer), 61(Integer), 0(Integer), 0(Integer), 2(Integer), 18815(Integer), 0(Integer), 33638(Integer), 3776(Integer), 2320(Integer), 64021(Integer), 653(Integer), 937(Integer), 64121(Integer), 7571(Integer), 187(Integer), 271(Integer), 228(Integer), 3844(Integer), 3825(Integer), 3(Integer), 1(Integer), 0(Integer), 6306(Integer), 1(Integer), 0(Integer), 9(Integer), 64056(Integer), 89(Integer), 4(Integer), 410(Integer), 222(Integer), 227(Integer), 232(Integer), 218(Integer), 191(Integer), 532(Integer), 509(Integer), 514(Integer), 539(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:57:31] [DEBUG] service.CsService - [60:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 0(Integer), 61792(Integer), 2022-05-10(String), 12(String), 57(String), 4001011(Long), 3904836(Long), 33638(Long), 64049(Integer), 38212(Integer), 59(Integer), 3315(Integer), 61(Integer), 0(Integer), 0(Integer), 2(Integer), 18815(Integer), 0(Integer), 33638(Integer), 3776(Integer), 2320(Integer), 64021(Integer), 653(Integer), 937(Integer), 64121(Integer), 7571(Integer), 187(Integer), 271(Integer), 228(Integer), 3844(Integer), 3825(Integer), 3(Integer), 1(Integer), 0(Integer), 6306(Integer), 1(Integer), 0(Integer), 9(Integer), 64056(Integer), 89(Integer), 4(Integer), 410(Integer), 222(Integer), 227(Integer), 232(Integer), 218(Integer), 191(Integer), 532(Integer), 509(Integer), 514(Integer), 539(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 2(Integer), 61792(Integer), 2022-05-10(String), 12(String), 57(String), 3943729(Long), 3846013(Long), 33638(Long), 1(Integer), 44925(Integer), 58(Integer), 11569(Integer), 60(Integer), 0(Integer), 0(Integer), 2(Integer), 18815(Integer), 0(Integer), 33638(Integer), 3742(Integer), 30(Integer), 65517(Integer), 628(Integer), 935(Integer), 0(Integer), 7497(Integer), 0(Integer), 276(Integer), 232(Integer), 3807(Integer), 3790(Integer), 3(Integer), 1(Integer), 0(Integer), 4224(Integer), 1(Integer), 0(Integer), 9(Integer), 64056(Integer), 89(Integer), 4(Integer), 410(Integer), 222(Integer), 227(Integer), 232(Integer), 218(Integer), 191(Integer), 532(Integer), 509(Integer), 514(Integer), 539(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [12:57:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [12:57:31] [DEBUG] service.CsService - [60:2] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [12:57:31] [DEBUG] controller.RestAPIController - [60] smsMessage : 음성 장수 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36181 [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 13(String), 04(String), 542.2(Float), 2586.4(Float), 2.6(Float), 367760.0(Float), 01(String) [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32868(Integer), 101(Integer), 1(Integer), 420927.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 429.0(Double), 985.0(Double), 422565.0(Double), 46.7(Double), 89.3(Double), 2022526.0(Double), 225288.0(Double), 01(String) [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32868(Integer), 101(Integer), 2(Integer), 121295.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 111.7(Double), 988.0(Double), 110359.6(Double), 35.0(Double), 95.2(Double), 563912.0(Double), 142472.0(Double), 01(String) [13:04:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 13(String), 04(String), 556.1(Float), 2508.7(Float), 2.5(Float), 388101.0(Float), 01(String) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32869(Integer), 108(Integer), 1(Integer), 431691.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 445.7(Double), 981.9(Double), 437632.8(Double), 59.1(Double), 89.3(Double), 1961089.0(Double), 236333.0(Double), 01(String) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32869(Integer), 108(Integer), 2(Integer), 124423.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 115.2(Double), 984.2(Double), 113379.8(Double), 43.2(Double), 94.1(Double), 547642.0(Double), 151768.0(Double), 01(String) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 13(String), 04(String), 561.5(Float), 2638.3(Float), 2.6(Float), 404821.0(Float), 01(String) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32870(Integer), 109(Integer), 1(Integer), 438042.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 440.3(Double), 985.5(Double), 433915.6(Double), 44.3(Double), 88.5(Double), 2059397.9(Double), 245687.0(Double), 01(String) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32870(Integer), 109(Integer), 2(Integer), 123415.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 118.7(Double), 981.6(Double), 116515.9(Double), 31.9(Double), 94.7(Double), 578917.0(Double), 159134.0(Double), 01(String) [13:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 13(String), 04(String), 525.6(Float), 2517.2(Float), 2.5(Float), 321618.0(Float), 01(String) [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32871(Integer), 106(Integer), 1(Integer), 407680.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 407.3(Double), 985.0(Double), 401190.5(Double), 47.2(Double), 89.3(Double), 1961400.0(Double), 199245.0(Double), 01(String) [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32871(Integer), 106(Integer), 2(Integer), 117950.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 113.4(Double), 979.0(Double), 111018.6(Double), 35.2(Double), 92.6(Double), 555801.0(Double), 122373.0(Double), 01(String) [13:04:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 13(String), 04(String), 587.1(Float), 2638.8(Float), 2.6(Float), 391494.0(Float), 01(String) [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32872(Integer), 111(Integer), 1(Integer), 454198.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 495.4(Double), 988.2(Double), 489554.3(Double), 50.1(Double), 89.3(Double), 2055543.0(Double), 239747.0(Double), 01(String) [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32872(Integer), 111(Integer), 2(Integer), 132950.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 126.4(Double), 982.3(Double), 124162.7(Double), 35.6(Double), 94.1(Double), 583301.0(Double), 151747.0(Double), 01(String) [13:04:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 13(String), 04(String), 31.1(Float), 279.9(Float), 2.8(Float), 45799.6(Float), 01(String) [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32873(Integer), 129(Integer), 1(Integer), 31059.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 143.0(Double), 589.0(Double), 84227.0(Double), 44.0(Double), 0.0(Double), 146700.0(Double), 24121.1(Double), 01(String) [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32873(Integer), 129(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 133200.0(Double), 21678.5(Double), 01(String) [13:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 13(String), 04(String), 532.4(Float), 2475.3(Float), 2.5(Float), 375988.0(Float), 01(String) [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32874(Integer), 126(Integer), 1(Integer), 424205.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 436.4(Double), 989.2(Double), 431686.9(Double), 55.2(Double), 100.0(Double), 1953929.0(Double), 230985.0(Double), 01(String) [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32874(Integer), 126(Integer), 2(Integer), 108163.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.9(Double), 986.9(Double), 100565.1(Double), 43.6(Double), 99.9(Double), 521401.0(Double), 145003.0(Double), 01(String) [13:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 13(String), 05(String), 575.1(Float), 2613.2(Float), 2.6(Float), 328506.0(Float), 01(String) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32875(Integer), 104(Integer), 1(Integer), 441216.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 452.6(Double), 994.9(Double), 450291.8(Double), 42.2(Double), 100.0(Double), 2026118.0(Double), 182282.0(Double), 01(String) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32875(Integer), 104(Integer), 2(Integer), 133907.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 125.2(Double), 992.0(Double), 124198.4(Double), 35.3(Double), 100.0(Double), 587074.0(Double), 146224.0(Double), 01(String) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 13(String), 05(String), 574.8(Float), 2675.9(Float), 2.7(Float), 386944.0(Float), 01(String) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32876(Integer), 103(Integer), 1(Integer), 451597.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 464.7(Double), 980.5(Double), 455638.4(Double), 46.3(Double), 89.4(Double), 2108909.9(Double), 239749.0(Double), 01(String) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32876(Integer), 103(Integer), 2(Integer), 123182.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 111.6(Double), 980.7(Double), 109446.1(Double), 34.5(Double), 93.4(Double), 566981.0(Double), 147195.0(Double), 01(String) [13:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 13(String), 05(String), 402.9(Float), 1447.5(Float), 3.6(Float), 66720.9(Float), 01(String) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32877(Integer), 128(Integer), 1(Integer), 88550.0(Double), 600.3(Double), 0.0(Double), 0.2(Double), 146.1(Double), 617.4(Double), 90217.0(Double), 46.2(Double), 10.0(Double), 320160.0(Double), 14842.5(Double), 01(String) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32877(Integer), 128(Integer), 2(Integer), 89007.0(Double), 600.4(Double), 0.0(Double), 0.1(Double), 145.6(Double), 622.6(Double), 90679.1(Double), 46.4(Double), 10.0(Double), 320240.0(Double), 14772.6(Double), 01(String) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32877(Integer), 128(Integer), 3(Integer), 89882.0(Double), 600.3(Double), 0.0(Double), 0.0(Double), 146.2(Double), 627.3(Double), 91701.3(Double), 47.1(Double), 10.0(Double), 323160.0(Double), 14817.2(Double), 01(String) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32877(Integer), 128(Integer), 4(Integer), 89214.0(Double), 600.4(Double), 0.0(Double), 0.0(Double), 145.5(Double), 629.7(Double), 91631.3(Double), 50.3(Double), 10.0(Double), 319990.0(Double), 14700.8(Double), 01(String) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32877(Integer), 128(Integer), 5(Integer), 45888.0(Double), 600.4(Double), 0.0(Double), -0.0(Double), 77.4(Double), 607.1(Double), 46982.2(Double), 50.8(Double), 645.4(Double), 164420.0(Double), 7588.2(Double), 01(String) [13:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 13(String), 05(String), 553.7(Float), 2571.4(Float), 2.6(Float), 387464.0(Float), 01(String) [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32878(Integer), 112(Integer), 1(Integer), 446843.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 460.2(Double), 979.1(Double), 450581.8(Double), 49.2(Double), 91.6(Double), 2066732.9(Double), 240748.0(Double), 01(String) [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32878(Integer), 112(Integer), 2(Integer), 112260.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 106.5(Double), 981.8(Double), 104561.7(Double), 34.5(Double), 94.7(Double), 505446.0(Double), 146716.0(Double), 01(String) [13:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 13(String), 05(String), 519.9(Float), 2337.3(Float), 2.3(Float), 360258.0(Float), 01(String) [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32879(Integer), 124(Integer), 1(Integer), 400575.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 414.2(Double), 981.3(Double), 406454.5(Double), 40.5(Double), 100.0(Double), 1803702.0(Double), 216126.0(Double), 01(String) [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32879(Integer), 124(Integer), 2(Integer), 119337.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 118.1(Double), 983.4(Double), 116139.5(Double), 34.9(Double), 100.0(Double), 533561.0(Double), 144132.0(Double), 01(String) [13:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 13(String), 05(String), 529.6(Float), 2491.3(Float), 2.5(Float), 387771.0(Float), 01(String) [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32880(Integer), 120(Integer), 1(Integer), 420929.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 425.1(Double), 988.8(Double), 420338.9(Double), 40.3(Double), 100.0(Double), 1953559.0(Double), 235306.0(Double), 01(String) [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32880(Integer), 120(Integer), 2(Integer), 111686.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 103.1(Double), 997.8(Double), 102873.2(Double), 31.6(Double), 100.0(Double), 538495.0(Double), 152466.0(Double), 01(String) [13:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 13(String), 05(String), 461.6(Float), 2094.5(Float), 2.5(Float), 288652.0(Float), 01(String) [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32881(Integer), 110(Integer), 1(Integer), 360651.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 351.4(Double), 983.3(Double), 345531.6(Double), 37.6(Double), 89.3(Double), 1718022.9(Double), 180742.0(Double), 01(String) [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32881(Integer), 110(Integer), 2(Integer), 100951.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 98.8(Double), 984.2(Double), 97239.0(Double), 31.0(Double), 95.7(Double), 376468.0(Double), 107910.0(Double), 01(String) [13:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 13(String), 05(String), 501.0(Float), 2366.1(Float), 2.4(Float), 365620.0(Float), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32882(Integer), 125(Integer), 1(Integer), 396264.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 394.1(Double), 1003.2(Double), 395361.1(Double), 40.8(Double), 89.6(Double), 1865460.0(Double), 222294.0(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32882(Integer), 125(Integer), 2(Integer), 104741.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 103.2(Double), 1008.6(Double), 104087.5(Double), 33.3(Double), 94.1(Double), 500609.0(Double), 143326.0(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 13(String), 05(String), 588.8(Float), 2643.3(Float), 2.6(Float), 394364.0(Float), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32883(Integer), 105(Integer), 1(Integer), 465738.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 463.7(Double), 983.3(Double), 455956.2(Double), 43.0(Double), 100.0(Double), 2086584.0(Double), 240878.0(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32883(Integer), 105(Integer), 2(Integer), 123030.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 115.0(Double), 981.6(Double), 112884.0(Double), 32.3(Double), 100.0(Double), 556746.0(Double), 153486.0(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 13(String), 05(String), 552.2(Float), 2571.1(Float), 2.6(Float), 414758.0(Float), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32884(Integer), 121(Integer), 1(Integer), 427398.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 426.1(Double), 995.5(Double), 424182.6(Double), 38.5(Double), 100.0(Double), 2010746.9(Double), 249786.0(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32884(Integer), 121(Integer), 2(Integer), 124818.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 114.7(Double), 999.6(Double), 114654.1(Double), 32.2(Double), 100.0(Double), 560403.0(Double), 164972.0(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 13(String), 05(String), 76.5(Float), 419.4(Float), 2.8(Float), 73211.8(Float), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32885(Integer), 127(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 140300.0(Double), 24624.9(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32885(Integer), 127(Integer), 2(Integer), 35929.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 179.0(Double), 592.0(Double), 105968.0(Double), 41.0(Double), 0.0(Double), 130100.0(Double), 22578.2(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32885(Integer), 127(Integer), 3(Integer), 40535.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 271.0(Double), 585.0(Double), 158535.0(Double), 43.0(Double), 0.0(Double), 149000.0(Double), 26008.7(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 13(String), 05(String), 591.4(Float), 2591.9(Float), 2.6(Float), 387855.0(Float), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32886(Integer), 107(Integer), 1(Integer), 459519.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 466.5(Double), 981.3(Double), 457776.4(Double), 47.7(Double), 89.5(Double), 1988928.0(Double), 235959.0(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32886(Integer), 107(Integer), 2(Integer), 131871.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 124.6(Double), 979.0(Double), 121983.4(Double), 35.7(Double), 94.9(Double), 602938.0(Double), 151896.0(Double), 01(String) [13:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 13(String), 05(String), 579.4(Float), 2651.7(Float), 2.7(Float), 297860.0(Float), 01(String) [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32887(Integer), 102(Integer), 1(Integer), 452240.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 464.3(Double), 979.9(Double), 454967.6(Double), 44.6(Double), 89.9(Double), 2076992.9(Double), 192716.0(Double), 01(String) [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32887(Integer), 102(Integer), 2(Integer), 127123.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 115.2(Double), 975.5(Double), 112377.6(Double), 34.2(Double), 94.3(Double), 574730.0(Double), 105144.0(Double), 01(String) [13:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 13(String), 05(String), 532.2(Float), 2529.8(Float), 2.5(Float), 380999.0(Float), 01(String) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32888(Integer), 122(Integer), 1(Integer), 408685.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 401.7(Double), 1007.4(Double), 404672.6(Double), 41.3(Double), 89.2(Double), 1973680.1(Double), 229503.0(Double), 01(String) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32888(Integer), 122(Integer), 2(Integer), 123518.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 114.2(Double), 1003.4(Double), 114588.3(Double), 33.2(Double), 94.7(Double), 556144.0(Double), 151496.0(Double), 01(String) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 13(String), 05(String), 570.1(Float), 2545.0(Float), 2.5(Float), 376013.0(Float), 01(String) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32889(Integer), 113(Integer), 1(Integer), 443961.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 453.6(Double), 981.4(Double), 445163.1(Double), 46.9(Double), 89.0(Double), 1992162.0(Double), 227219.0(Double), 01(String) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32889(Integer), 113(Integer), 2(Integer), 128128.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 118.3(Double), 982.2(Double), 116194.3(Double), 33.9(Double), 94.1(Double), 553611.0(Double), 148795.0(Double), 01(String) [13:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 13(String), 05(String), 827.2(Float), 2943.8(Float), 3.2(Float), 1504145.0(Float), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 1(Integer), 45299.0(Double), 0.0(Double), 45.3(Double), 0.0(Double), 59.8(Double), 567.8(Double), 33954.4(Double), 44.8(Double), 0.0(Double), 166500.0(Double), 73319.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 2(Integer), 45344.0(Double), 0.0(Double), 45.3(Double), 0.0(Double), 62.1(Double), 553.2(Double), 34351.7(Double), 46.9(Double), 0.0(Double), 167400.0(Double), 86600.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 3(Integer), 45384.0(Double), 0.0(Double), 45.4(Double), 0.0(Double), 60.6(Double), 565.7(Double), 34279.4(Double), 44.9(Double), 0.0(Double), 166900.0(Double), 74983.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 4(Integer), 45542.0(Double), 0.0(Double), 45.5(Double), 0.0(Double), 60.8(Double), 564.5(Double), 34323.6(Double), 46.3(Double), 0.0(Double), 167600.0(Double), 78413.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 5(Integer), 45704.0(Double), 0.0(Double), 45.7(Double), 0.0(Double), 61.1(Double), 567.5(Double), 34672.2(Double), 46.9(Double), 0.0(Double), 168800.0(Double), 88437.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 6(Integer), 45840.0(Double), 0.0(Double), 45.8(Double), 0.0(Double), 60.5(Double), 569.2(Double), 34438.6(Double), 45.3(Double), 0.0(Double), 170700.0(Double), 88305.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 7(Integer), 45486.0(Double), 0.0(Double), 45.5(Double), 0.0(Double), 60.6(Double), 567.1(Double), 34366.3(Double), 44.9(Double), 0.0(Double), 164000.0(Double), 72230.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 8(Integer), 45939.0(Double), 0.0(Double), 45.9(Double), 0.0(Double), 61.1(Double), 569.8(Double), 34816.8(Double), 45.4(Double), 0.0(Double), 154900.0(Double), 83370.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 9(Integer), 44741.0(Double), 0.0(Double), 44.7(Double), 0.0(Double), 60.1(Double), 562.3(Double), 33796.2(Double), 45.3(Double), 0.0(Double), 129300.0(Double), 71074.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 10(Integer), 45402.0(Double), 0.0(Double), 45.4(Double), 0.0(Double), 60.1(Double), 569.6(Double), 34231.0(Double), 45.3(Double), 0.0(Double), 157800.0(Double), 84547.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 11(Integer), 45155.0(Double), 0.0(Double), 45.2(Double), 0.0(Double), 60.2(Double), 566.9(Double), 34129.4(Double), 45.3(Double), 0.0(Double), 158700.0(Double), 84779.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 12(Integer), 45231.0(Double), 0.0(Double), 45.2(Double), 0.0(Double), 59.6(Double), 570.5(Double), 34001.8(Double), 44.7(Double), 0.0(Double), 160800.0(Double), 86225.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 13(Integer), 45451.0(Double), 0.0(Double), 45.5(Double), 0.0(Double), 60.5(Double), 566.3(Double), 34261.1(Double), 44.8(Double), 0.0(Double), 161200.0(Double), 85438.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 14(Integer), 43892.0(Double), 0.0(Double), 43.9(Double), 0.0(Double), 58.6(Double), 564.0(Double), 33052.3(Double), 46.1(Double), 0.0(Double), 155100.0(Double), 84172.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 15(Integer), 39841.0(Double), 0.0(Double), 39.8(Double), 0.0(Double), 49.9(Double), 572.5(Double), 28566.1(Double), 42.5(Double), 0.0(Double), 148000.0(Double), 76975.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 16(Integer), 39711.0(Double), 0.0(Double), 39.7(Double), 0.0(Double), 50.6(Double), 564.2(Double), 28548.5(Double), 44.9(Double), 0.0(Double), 135000.0(Double), 73294.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 17(Integer), 39877.0(Double), 0.0(Double), 39.9(Double), 0.0(Double), 50.1(Double), 572.5(Double), 28682.2(Double), 43.5(Double), 0.0(Double), 147800.0(Double), 77806.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 18(Integer), 27817.0(Double), 0.0(Double), 27.8(Double), 0.0(Double), 49.3(Double), 564.7(Double), 27839.7(Double), 39.9(Double), 0.0(Double), 96300.0(Double), 52675.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32890(Integer), 92(Integer), 19(Integer), 45587.0(Double), 0.0(Double), 45.6(Double), 0.0(Double), 59.9(Double), 572.3(Double), 34280.8(Double), 44.4(Double), 0.0(Double), 167000.0(Double), 81503.0(Double), 01(String) [13:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 13(String), 05(String), 903.8(Float), 3285.1(Float), 3.3(Float), 1605259.0(Float), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 1(Integer), 45848.0(Double), 0.0(Double), 45.8(Double), 0.0(Double), 60.9(Double), 570.6(Double), 34751.6(Double), 46.3(Double), 0.0(Double), 169200.0(Double), 79080.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 2(Integer), 45542.0(Double), 0.0(Double), 45.5(Double), 0.0(Double), 61.1(Double), 563.9(Double), 34452.3(Double), 47.1(Double), 0.0(Double), 171700.0(Double), 87479.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 3(Integer), 45760.0(Double), 0.0(Double), 45.8(Double), 0.0(Double), 60.8(Double), 566.4(Double), 34435.1(Double), 47.1(Double), 0.0(Double), 165400.0(Double), 75566.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 4(Integer), 45365.0(Double), 0.0(Double), 45.4(Double), 0.0(Double), 60.5(Double), 565.5(Double), 34214.8(Double), 46.7(Double), 0.0(Double), 169200.0(Double), 86471.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 5(Integer), 45633.0(Double), 0.0(Double), 45.6(Double), 0.0(Double), 61.1(Double), 563.7(Double), 34440.0(Double), 46.9(Double), 0.0(Double), 166700.0(Double), 75897.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 6(Integer), 46154.0(Double), 0.0(Double), 46.2(Double), 0.0(Double), 61.2(Double), 571.0(Double), 34945.2(Double), 47.3(Double), 0.0(Double), 170500.0(Double), 89234.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 7(Integer), 45707.0(Double), 0.0(Double), 45.7(Double), 0.0(Double), 60.5(Double), 567.8(Double), 34353.9(Double), 46.7(Double), 0.0(Double), 170200.0(Double), 87439.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 8(Integer), 45714.0(Double), 0.0(Double), 45.7(Double), 0.0(Double), 60.8(Double), 568.2(Double), 34546.6(Double), 46.2(Double), 0.0(Double), 167700.0(Double), 77326.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 9(Integer), 46101.0(Double), 0.0(Double), 46.1(Double), 0.0(Double), 60.8(Double), 569.8(Double), 34641.8(Double), 47.3(Double), 0.0(Double), 170000.0(Double), 86868.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 10(Integer), 46113.0(Double), 0.0(Double), 46.1(Double), 0.0(Double), 61.5(Double), 567.8(Double), 34921.8(Double), 47.7(Double), 0.0(Double), 162900.0(Double), 67955.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 11(Integer), 45875.0(Double), 0.0(Double), 45.9(Double), 0.0(Double), 61.3(Double), 568.0(Double), 34820.4(Double), 46.9(Double), 0.0(Double), 167600.0(Double), 84186.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 12(Integer), 46585.0(Double), 0.0(Double), 46.6(Double), 0.0(Double), 61.2(Double), 573.7(Double), 35108.4(Double), 47.7(Double), 0.0(Double), 161600.0(Double), 67376.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 13(Integer), 45784.0(Double), 0.0(Double), 45.8(Double), 0.0(Double), 60.6(Double), 572.1(Double), 34669.3(Double), 47.0(Double), 0.0(Double), 164700.0(Double), 83498.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 14(Integer), 46140.0(Double), 0.0(Double), 46.1(Double), 0.0(Double), 60.5(Double), 575.7(Double), 34831.9(Double), 47.3(Double), 0.0(Double), 163200.0(Double), 79541.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 15(Integer), 45953.0(Double), 0.0(Double), 46.0(Double), 0.0(Double), 60.6(Double), 572.7(Double), 34705.6(Double), 49.0(Double), 0.0(Double), 161800.0(Double), 70311.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 16(Integer), 45113.0(Double), 0.0(Double), 45.1(Double), 0.0(Double), 61.3(Double), 553.0(Double), 33896.9(Double), 46.9(Double), 0.0(Double), 162300.0(Double), 87284.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 17(Integer), 44932.0(Double), 0.0(Double), 44.9(Double), 0.0(Double), 61.0(Double), 558.9(Double), 34092.9(Double), 47.0(Double), 0.0(Double), 162000.0(Double), 84930.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 18(Integer), 39855.0(Double), 0.0(Double), 39.9(Double), 0.0(Double), 50.0(Double), 570.0(Double), 28500.0(Double), 45.5(Double), 0.0(Double), 142900.0(Double), 72705.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 19(Integer), 39586.0(Double), 0.0(Double), 39.6(Double), 0.0(Double), 50.5(Double), 563.0(Double), 28433.2(Double), 45.9(Double), 0.0(Double), 143300.0(Double), 72395.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32891(Integer), 93(Integer), 20(Integer), 46068.0(Double), 0.0(Double), 46.1(Double), 0.0(Double), 60.7(Double), 574.6(Double), 34880.2(Double), 46.0(Double), 0.0(Double), 172200.0(Double), 89718.0(Double), 01(String) [13:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 13(String), 05(String), 159.3(Float), 571.2(Float), 2.9(Float), 57599.0(Float), 01(String) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32892(Integer), 99(Integer), 1(Integer), 39700.0(Double), 0.0(Double), 39.8(Double), 2.9(Double), 72.8(Double), 546.0(Double), 39746.4(Double), 53.1(Double), 100.0(Double), 142300.0(Double), 14323.0(Double), 01(String) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32892(Integer), 99(Integer), 2(Integer), 40000.0(Double), 0.0(Double), 40.0(Double), 2.7(Double), 72.8(Double), 548.5(Double), 39930.8(Double), 50.3(Double), 100.0(Double), 144200.0(Double), 14540.0(Double), 01(String) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32892(Integer), 99(Integer), 3(Integer), 39700.0(Double), 0.0(Double), 39.7(Double), 2.8(Double), 73.0(Double), 548.1(Double), 40008.9(Double), 47.6(Double), 100.0(Double), 141200.0(Double), 14231.0(Double), 01(String) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32892(Integer), 99(Integer), 4(Integer), 39900.0(Double), 0.0(Double), 39.9(Double), 2.7(Double), 74.2(Double), 538.8(Double), 39981.4(Double), 42.5(Double), 100.0(Double), 143500.0(Double), 14505.0(Double), 01(String) [13:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 13(String), 05(String), 501.8(Float), 2222.2(Float), 2.2(Float), 229807.0(Float), 01(String) [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32893(Integer), 123(Integer), 1(Integer), 395315.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 407.4(Double), 983.4(Double), 400637.2(Double), 40.7(Double), 100.0(Double), 1756869.0(Double), 203364.0(Double), 01(String) [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32893(Integer), 123(Integer), 2(Integer), 106502.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 93.3(Double), 982.8(Double), 91695.2(Double), 33.2(Double), 100.0(Double), 465325.0(Double), 26443.0(Double), 01(String) [13:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:45] [DEBUG] controller.RestAPIController - callPmsFault :: [60] [112.165.252.75] 음성 장수 is Fault PUSH [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 1(Integer), 61793(Integer), 2022-05-10(String), 13(String), 05(String), 4001214(Long), 3904836(Long), 34598(Long), 63996(Integer), 38212(Integer), 59(Integer), 3518(Integer), 61(Integer), 0(Integer), 0(Integer), 2(Integer), 23465(Integer), 0(Integer), 34598(Integer), 3778(Integer), 2390(Integer), 63974(Integer), 683(Integer), 937(Integer), 64074(Integer), 7616(Integer), 192(Integer), 271(Integer), 228(Integer), 3867(Integer), 3848(Integer), 3(Integer), 1(Integer), 0(Integer), 6306(Integer), 1(Integer), 0(Integer), 9(Integer), 64006(Integer), 89(Integer), 4(Integer), 412(Integer), 226(Integer), 230(Integer), 236(Integer), 222(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 527(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:45] [DEBUG] service.CsService - [60:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 0(Integer), 61793(Integer), 2022-05-10(String), 13(String), 05(String), 4001214(Long), 3904836(Long), 34598(Long), 63996(Integer), 38212(Integer), 59(Integer), 3518(Integer), 61(Integer), 0(Integer), 0(Integer), 2(Integer), 23465(Integer), 0(Integer), 34598(Integer), 3778(Integer), 2390(Integer), 63974(Integer), 683(Integer), 937(Integer), 64074(Integer), 7616(Integer), 192(Integer), 271(Integer), 228(Integer), 3867(Integer), 3848(Integer), 3(Integer), 1(Integer), 0(Integer), 6306(Integer), 1(Integer), 0(Integer), 9(Integer), 64006(Integer), 89(Integer), 4(Integer), 412(Integer), 226(Integer), 230(Integer), 236(Integer), 222(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 527(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 2(Integer), 61793(Integer), 2022-05-10(String), 13(String), 05(String), 3943853(Long), 3846013(Long), 34598(Long), 0(Integer), 44925(Integer), 58(Integer), 11693(Integer), 60(Integer), 0(Integer), 0(Integer), 2(Integer), 23465(Integer), 0(Integer), 34598(Integer), 3746(Integer), 30(Integer), 19(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 4224(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 4(Integer), 412(Integer), 226(Integer), 230(Integer), 236(Integer), 222(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 527(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [13:05:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:05:45] [DEBUG] service.CsService - [60:2] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [13:05:45] [DEBUG] controller.RestAPIController - [60] smsMessage : 음성 장수 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36151 [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:08] [DEBUG] controller.RestAPIController - callPmsFault :: [60] [112.165.252.75] 음성 장수 is Fault PUSH [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 1(Integer), 61793(Integer), 2022-05-10(String), 13(String), 07(String), 3943853(Long), 3846013(Long), 34447(Long), 0(Integer), 44925(Integer), 58(Integer), 11693(Integer), 60(Integer), 0(Integer), 0(Integer), 2(Integer), 24266(Integer), 0(Integer), 34447(Integer), 3776(Integer), 30(Integer), 19(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 6278(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 4(Integer), 412(Integer), 225(Integer), 228(Integer), 235(Integer), 220(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 532(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:08] [DEBUG] service.CsService - [60:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 0(Integer), 61793(Integer), 2022-05-10(String), 13(String), 07(String), 3943853(Long), 3846013(Long), 34447(Long), 0(Integer), 44925(Integer), 58(Integer), 11693(Integer), 60(Integer), 0(Integer), 0(Integer), 2(Integer), 24266(Integer), 0(Integer), 34447(Integer), 3776(Integer), 30(Integer), 19(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 6278(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 4(Integer), 412(Integer), 225(Integer), 228(Integer), 235(Integer), 220(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 532(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 2(Integer), 61793(Integer), 2022-05-10(String), 13(String), 07(String), 4001248(Long), 3904836(Long), 34451(Long), 64017(Integer), 38212(Integer), 59(Integer), 3552(Integer), 61(Integer), 0(Integer), 0(Integer), 2(Integer), 24266(Integer), 0(Integer), 34451(Integer), 3788(Integer), 2380(Integer), 63977(Integer), 688(Integer), 937(Integer), 64096(Integer), 7624(Integer), 189(Integer), 271(Integer), 228(Integer), 3871(Integer), 3851(Integer), 3(Integer), 1(Integer), 0(Integer), 6306(Integer), 1(Integer), 0(Integer), 9(Integer), 64006(Integer), 89(Integer), 4(Integer), 412(Integer), 225(Integer), 228(Integer), 235(Integer), 220(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 532(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [13:07:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:08] [DEBUG] service.CsService - [60:2] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [13:07:08] [DEBUG] controller.RestAPIController - [60] smsMessage : 음성 장수 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36121 [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:47] [DEBUG] controller.RestAPIController - callPmsFault :: [60] [112.165.252.75] 음성 장수 is Fault PUSH [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 1(Integer), 61793(Integer), 2022-05-10(String), 13(String), 07(String), 3943853(Long), 3846013(Long), 34545(Long), 0(Integer), 44925(Integer), 58(Integer), 11693(Integer), 60(Integer), 0(Integer), 0(Integer), 2(Integer), 24663(Integer), 0(Integer), 34545(Integer), 3744(Integer), 30(Integer), 19(Integer), 647(Integer), 935(Integer), 0(Integer), 7515(Integer), 0(Integer), 275(Integer), 231(Integer), 3815(Integer), 3799(Integer), 0(Integer), 0(Integer), 0(Integer), 136(Integer), 512(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 4(Integer), 412(Integer), 225(Integer), 228(Integer), 235(Integer), 218(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 534(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 60(Integer) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:47] [DEBUG] service.CsService - [60:1] CS가 이미 접수되었습니다. pcs: 512,0,0,0, bms : 0,0,0,0 [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 0(Integer), 61793(Integer), 2022-05-10(String), 13(String), 07(String), 3943853(Long), 3846013(Long), 34545(Long), 0(Integer), 44925(Integer), 58(Integer), 11693(Integer), 60(Integer), 0(Integer), 0(Integer), 2(Integer), 24663(Integer), 0(Integer), 34545(Integer), 3744(Integer), 30(Integer), 19(Integer), 647(Integer), 935(Integer), 0(Integer), 7515(Integer), 0(Integer), 275(Integer), 231(Integer), 3815(Integer), 3799(Integer), 0(Integer), 0(Integer), 0(Integer), 136(Integer), 512(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 4(Integer), 412(Integer), 225(Integer), 228(Integer), 235(Integer), 218(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 534(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 2(Integer), 61793(Integer), 2022-05-10(String), 13(String), 07(String), 4001264(Long), 3904836(Long), 34545(Long), 63949(Integer), 38212(Integer), 59(Integer), 3568(Integer), 61(Integer), 0(Integer), 0(Integer), 2(Integer), 24663(Integer), 0(Integer), 34545(Integer), 3777(Integer), 2390(Integer), 63975(Integer), 690(Integer), 937(Integer), 64072(Integer), 7628(Integer), 192(Integer), 271(Integer), 228(Integer), 3872(Integer), 3853(Integer), 3(Integer), 1(Integer), 0(Integer), 6306(Integer), 1(Integer), 0(Integer), 9(Integer), 64006(Integer), 89(Integer), 4(Integer), 412(Integer), 225(Integer), 228(Integer), 235(Integer), 218(Integer), 187(Integer), 525(Integer), 502(Integer), 507(Integer), 534(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [13:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:47] [DEBUG] service.CsService - [60:2] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [13:07:47] [DEBUG] controller.RestAPIController - [60] smsMessage : 음성 장수 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36091 [13:07:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:07:50] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :yeongsf, login_channel : null [13:07:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:07:50] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [13:07:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:07:50] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/loginsf.co [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : yeongsf [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String) [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: yeongsf, mappingList.size : 11 [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:07:50] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[yeongsf] roles roles [0]ROLE_01 [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsf(String), 01(String), 37FA76F77E0357382DAA69239FFF0901(String), PHONE(String) [13:07:50] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:07:51] [DEBUG] controller.EssController - ----------------------------------------------- [13:07:51] [DEBUG] controller.EssController - /index.co called [13:07:51] [DEBUG] controller.EssController - ----------------------------------------------- [13:07:51] [DEBUG] controller.EssController - ----------------------------------------------- [13:07:51] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 96, param.plantSeq : 0 [13:07:51] [DEBUG] controller.EssController - ----------------------------------------------- [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 0(Integer), 2022-05-09(String), 96(Integer), 0(Integer), 2022-05-08(String), 96(Integer), 0(Integer), 2022-05-10(String), 61793(Integer) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 96(Integer), 2022-05-10(String), 96(Integer) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 01(String), 2022-04-26(String) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 0(Integer), 2022-05-10(String), 96(Integer), 0(Integer), 2022-05-10(String) [13:07:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:07:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [13:07:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 96(Integer), 0(Integer), 96(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [13:07:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [13:07:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [13:07:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 1(Integer), 2022-05-10(String), 96(Integer), 1(Integer), 2022-05-10(String) [13:07:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.plantStatus = ? and v.ivtStatus = ? and p.seq in ( 96, 76, 77, 78, 92, 93, 98, 99, 127, 128, 129 ) ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String) [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [13:07:54] [DEBUG] controller.SolarController - slide.selectListFront : 쿼리조회시간 : 31 [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer) [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 2022-05-10(String) [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' order by plantSeq asc, ivtIdx asc [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [13:07:54] [DEBUG] controller.InverterController - ------------------------------------- [13:07:54] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [13:07:54] [DEBUG] controller.InverterController - ------------------------------------- [13:07:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 149 [13:07:54] [DEBUG] controller.InverterController - ------------------------------------- [13:07:54] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"01"},{"name":"ivt_76_6","status":"01"},{"name":"ivt_76_7","status":"01"},{"name":"ivt_76_8","status":"01"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_77_1","status":"01"},{"name":"ivt_77_2","status":"01"},{"name":"ivt_77_3","status":"01"},{"name":"ivt_77_4","status":"01"},{"name":"ivt_77_5","status":"01"},{"name":"ivt_77_6","status":"01"},{"name":"ivt_77_7","status":"01"},{"name":"ivt_77_8","status":"01"},{"name":"ivt_77_9","status":"01"},{"name":"ivt_77_10","status":"00"},{"name":"ivt_77_11","status":"01"},{"name":"ivt_77_12","status":"01"},{"name":"ivt_77_13","status":"01"},{"name":"ivt_77_14","status":"01"},{"name":"ivt_77_15","status":"01"},{"name":"ivt_77_16","status":"01"},{"name":"ivt_77_17","status":"01"},{"name":"ivt_77_18","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"ivt_92_1","status":"01"},{"name":"ivt_92_2","status":"01"},{"name":"ivt_92_3","status":"01"},{"name":"ivt_92_4","status":"01"},{"name":"ivt_92_5","status":"01"},{"name":"ivt_92_6","status":"01"},{"name":"ivt_92_7","status":"01"},{"name":"ivt_92_8","status":"01"},{"name":"ivt_92_9","status":"01"},{"name":"ivt_92_10","status":"01"},{"name":"ivt_92_11","status":"01"},{"name":"ivt_92_12","status":"01"},{"name":"ivt_92_13","status":"01"},{"name":"ivt_92_14","status":"01"},{"name":"ivt_92_15","status":"01"},{"name":"ivt_92_16","status":"01"},{"name":"ivt_92_17","status":"01"},{"name":"ivt_92_18","status":"01"},{"name":"ivt_92_19","status":"01"},{"name":"ivt_93_1","status":"01"},{"name":"ivt_93_2","status":"01"},{"name":"ivt_93_3","status":"01"},{"name":"ivt_93_4","status":"01"},{"name":"ivt_93_5","status":"01"},{"name":"ivt_93_6","status":"01"},{"name":"ivt_93_7","status":"01"},{"name":"ivt_93_8","status":"01"},{"name":"ivt_93_9","status":"01"},{"name":"ivt_93_10","status":"01"},{"name":"ivt_93_11","status":"01"},{"name":"ivt_93_12","status":"01"},{"name":"ivt_93_13","status":"01"},{"name":"ivt_93_14","status":"01"},{"name":"ivt_93_15","status":"01"},{"name":"ivt_93_16","status":"01"},{"name":"ivt_93_17","status":"01"},{"name":"ivt_93_18","status":"01"},{"name":"ivt_93_19","status":"01"},{"name":"ivt_93_20","status":"01"},{"name":"ivt_99_1","status":"01"},{"name":"ivt_99_2","status":"01"},{"name":"ivt_99_3","status":"01"},{"name":"ivt_99_4","status":"01"},{"name":"ivt_101_1","status":"01"},{"name":"ivt_101_2","status":"01"},{"name":"ivt_102_1","status":"01"},{"name":"ivt_102_2","status":"01"},{"name":"ivt_103_1","status":"01"},{"name":"ivt_103_2","status":"01"},{"name":"ivt_104_1","status":"01"},{"name":"ivt_104_2","status":"01"},{"name":"ivt_105_1","status":"01"},{"name":"ivt_105_2","status":"01"},{"name":"ivt_106_1","status":"01"},{"name":"ivt_106_2","status":"01"},{"name":"ivt_107_1","status":"01"},{"name":"ivt_107_2","status":"01"},{"name":"ivt_108_1","status":"01"},{"name":"ivt_108_2","status":"01"},{"name":"ivt_109_1","status":"01"},{"name":"ivt_109_2","status":"01"},{"name":"ivt_110_1","status":"01"},{"name":"ivt_110_2","status":"01"},{"name":"ivt_111_1","status":"01"},{"name":"ivt_111_2","status":"01"},{"name":"ivt_112_1","status":"01"},{"name":"ivt_112_2","status":"01"},{"name":"ivt_113_1","status":"01"},{"name":"ivt_113_2","status":"01"},{"name":"ivt_120_1","status":"01"},{"name":"ivt_120_2","status":"01"},{"name":"ivt_121_1","status":"01"},{"name":"ivt_121_2","status":"01"},{"name":"ivt_122_1","status":"01"},{"name":"ivt_122_2","status":"01"},{"name":"ivt_123_1","status":"01"},{"name":"ivt_123_2","status":"01"},{"name":"ivt_124_1","status":"01"},{"name":"ivt_124_2","status":"01"},{"name":"ivt_125_1","status":"01"},{"name":"ivt_125_2","status":"01"},{"name":"ivt_126_1","status":"01"},{"name":"ivt_126_2","status":"01"},{"name":"ivt_127_1","status":"01"},{"name":"ivt_127_2","status":"01"},{"name":"ivt_127_3","status":"01"},{"name":"ivt_128_1","status":"01"},{"name":"ivt_128_2","status":"01"},{"name":"ivt_128_3","status":"01"},{"name":"ivt_128_4","status":"01"},{"name":"ivt_128_5","status":"01"},{"name":"ivt_129_1","status":"01"},{"name":"ivt_129_2","status":"01"},{"name":"end"}]} [13:07:54] [DEBUG] controller.InverterController - ------------------------------------- [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [13:07:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [13:07:55] [DEBUG] controller.JsonController - ------------------------------------- [13:07:55] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_60_1","level":"2","className":"danger"},{"name":"pcs_60_1","level":"2","className":"danger"},{"name":"pcs_60_2","level":"2","className":"danger"},{"name":"pcs_60_2","level":"2","className":"danger"},{"name":"pcs_60_2","level":"2","className":"danger"},{"name":"pcs_89_1","level":"2","className":"danger"},{"name":"end"}]} [13:07:55] [DEBUG] controller.JsonController - ------------------------------------- [13:10:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:10:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [13:10:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [13:10:33] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [13:10:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:10:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [13:10:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [13:11:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:11:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [13:11:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [13:11:22] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 31 [13:11:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:11:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [13:11:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 13(String), 34(String), 513.3(Float), 2863.6(Float), 2.9(Float), 368038.0(Float), 01(String) [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32904(Integer), 101(Integer), 1(Integer), 398491.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 408.3(Double), 979.7(Double), 400011.5(Double), 45.0(Double), 89.6(Double), 2237303.0(Double), 225503.0(Double), 01(String) [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32904(Integer), 101(Integer), 2(Integer), 114800.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 105.5(Double), 984.0(Double), 103812.0(Double), 34.1(Double), 94.0(Double), 626264.0(Double), 142535.0(Double), 01(String) [13:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 13(String), 34(String), 520.2(Float), 2799.4(Float), 2.8(Float), 388391.0(Float), 01(String) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32905(Integer), 108(Integer), 1(Integer), 404065.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 420.3(Double), 979.2(Double), 411557.8(Double), 57.7(Double), 88.2(Double), 2187789.1(Double), 236559.0(Double), 01(String) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32905(Integer), 108(Integer), 2(Integer), 116123.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 107.5(Double), 988.0(Double), 106210.0(Double), 44.0(Double), 94.3(Double), 611588.0(Double), 151832.0(Double), 01(String) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 13(String), 34(String), 525.2(Float), 2936.6(Float), 2.9(Float), 405119.0(Float), 01(String) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32906(Integer), 109(Integer), 1(Integer), 413778.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 418.3(Double), 981.8(Double), 410686.9(Double), 40.7(Double), 89.3(Double), 2293621.1(Double), 245921.0(Double), 01(String) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32906(Integer), 109(Integer), 2(Integer), 115527.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 110.3(Double), 983.0(Double), 108424.9(Double), 31.2(Double), 92.1(Double), 643883.0(Double), 159199.0(Double), 01(String) [13:34:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 13(String), 34(String), 513.7(Float), 2797.0(Float), 2.8(Float), 321898.0(Float), 01(String) [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32907(Integer), 106(Integer), 1(Integer), 400714.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 401.3(Double), 980.5(Double), 393474.6(Double), 45.6(Double), 89.5(Double), 2179794.9(Double), 199463.0(Double), 01(String) [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32907(Integer), 106(Integer), 2(Integer), 112945.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 106.9(Double), 981.3(Double), 104901.0(Double), 34.7(Double), 94.0(Double), 617173.0(Double), 122435.0(Double), 01(String) [13:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 13(String), 34(String), 546.1(Float), 2937.6(Float), 2.9(Float), 391793.0(Float), 01(String) [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32908(Integer), 111(Integer), 1(Integer), 424245.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 466.2(Double), 982.7(Double), 458134.8(Double), 48.2(Double), 88.5(Double), 2287565.9(Double), 239979.0(Double), 01(String) [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32908(Integer), 111(Integer), 2(Integer), 121860.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 116.3(Double), 983.5(Double), 114381.1(Double), 34.7(Double), 93.2(Double), 650001.0(Double), 151814.0(Double), 01(String) [13:34:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 13(String), 34(String), 53.8(Float), 308.5(Float), 3.1(Float), 45828.2(Float), 01(String) [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32909(Integer), 129(Integer), 1(Integer), 28568.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 140.0(Double), 576.0(Double), 80640.0(Double), 44.0(Double), 0.0(Double), 161800.0(Double), 24136.2(Double), 01(String) [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32909(Integer), 129(Integer), 2(Integer), 25194.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 135.0(Double), 582.0(Double), 78570.0(Double), 42.0(Double), 0.0(Double), 146700.0(Double), 21692.0(Double), 01(String) [13:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 13(String), 34(String), 504.6(Float), 2754.5(Float), 2.8(Float), 376267.0(Float), 01(String) [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32910(Integer), 126(Integer), 1(Integer), 400381.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 407.0(Double), 987.0(Double), 401709.0(Double), 53.2(Double), 100.0(Double), 2175812.0(Double), 231207.0(Double), 01(String) [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32910(Integer), 126(Integer), 2(Integer), 104259.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 96.4(Double), 984.9(Double), 94944.4(Double), 42.9(Double), 100.0(Double), 578647.0(Double), 145060.0(Double), 01(String) [13:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 13(String), 34(String), 544.2(Float), 2907.1(Float), 2.9(Float), 328799.0(Float), 01(String) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32911(Integer), 104(Integer), 1(Integer), 420076.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 434.1(Double), 981.3(Double), 425982.3(Double), 39.0(Double), 100.0(Double), 2253007.1(Double), 182508.0(Double), 01(String) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32911(Integer), 104(Integer), 2(Integer), 124143.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 115.5(Double), 979.2(Double), 113097.6(Double), 34.2(Double), 100.0(Double), 654078.0(Double), 146291.0(Double), 01(String) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 13(String), 34(String), 561.7(Float), 2970.1(Float), 3.0(Float), 387238.0(Float), 01(String) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32912(Integer), 103(Integer), 1(Integer), 441024.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 450.5(Double), 983.0(Double), 442841.5(Double), 43.0(Double), 89.7(Double), 2340117.9(Double), 239980.0(Double), 01(String) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32912(Integer), 103(Integer), 2(Integer), 120698.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 107.8(Double), 984.0(Double), 106075.2(Double), 33.5(Double), 93.5(Double), 629997.0(Double), 147258.0(Double), 01(String) [13:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 13(String), 35(String), 403.9(Float), 1637.0(Float), 4.1(Float), 66910.5(Float), 01(String) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32913(Integer), 128(Integer), 1(Integer), 88760.0(Double), 599.5(Double), 0.0(Double), 0.1(Double), 144.3(Double), 627.2(Double), 90499.6(Double), 45.4(Double), 10.0(Double), 361700.0(Double), 14884.1(Double), 01(String) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32913(Integer), 128(Integer), 2(Integer), 89245.0(Double), 599.5(Double), 0.0(Double), -0.1(Double), 144.2(Double), 630.8(Double), 90960.5(Double), 45.6(Double), 645.4(Double), 362020.0(Double), 14814.4(Double), 01(String) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32913(Integer), 128(Integer), 3(Integer), 90277.0(Double), 599.6(Double), 0.0(Double), -0.0(Double), 144.8(Double), 635.2(Double), 91975.1(Double), 46.3(Double), 645.4(Double), 365380.0(Double), 14859.5(Double), 01(String) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32913(Integer), 128(Integer), 4(Integer), 89492.0(Double), 599.6(Double), 0.0(Double), -0.1(Double), 144.4(Double), 636.6(Double), 91923.2(Double), 49.3(Double), 645.4(Double), 361900.0(Double), 14742.8(Double), 01(String) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32913(Integer), 128(Integer), 5(Integer), 46155.0(Double), 599.5(Double), 0.0(Double), -0.0(Double), 76.7(Double), 615.6(Double), 47220.1(Double), 50.9(Double), 645.4(Double), 185980.0(Double), 7609.8(Double), 01(String) [13:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 13(String), 35(String), 547.4(Float), 2860.4(Float), 2.9(Float), 387753.0(Float), 01(String) [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32914(Integer), 112(Integer), 1(Integer), 437937.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 450.2(Double), 983.2(Double), 442636.7(Double), 47.7(Double), 91.6(Double), 2297000.0(Double), 240979.0(Double), 01(String) [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32914(Integer), 112(Integer), 2(Integer), 109478.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 106.7(Double), 986.5(Double), 105259.5(Double), 33.7(Double), 93.9(Double), 563362.0(Double), 146774.0(Double), 01(String) [13:35:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 13(String), 35(String), 486.1(Float), 2602.2(Float), 2.6(Float), 360523.0(Float), 01(String) [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32915(Integer), 124(Integer), 1(Integer), 373939.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 378.2(Double), 996.4(Double), 376838.5(Double), 39.4(Double), 89.5(Double), 2008750.0(Double), 216331.0(Double), 01(String) [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32915(Integer), 124(Integer), 2(Integer), 111958.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 107.7(Double), 995.7(Double), 107236.9(Double), 34.1(Double), 94.8(Double), 594292.0(Double), 144193.0(Double), 01(String) [13:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 13(String), 35(String), 517.0(Float), 2768.3(Float), 2.8(Float), 388049.0(Float), 01(String) [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32916(Integer), 120(Integer), 1(Integer), 407710.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 411.0(Double), 994.6(Double), 408780.6(Double), 38.7(Double), 100.0(Double), 2171243.9(Double), 235524.0(Double), 01(String) [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32916(Integer), 120(Integer), 2(Integer), 109335.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.5(Double), 997.8(Double), 101276.7(Double), 31.5(Double), 99.9(Double), 597052.0(Double), 152525.0(Double), 01(String) [13:35:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 13(String), 35(String), 443.3(Float), 2333.0(Float), 2.8(Float), 288891.0(Float), 01(String) [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32917(Integer), 110(Integer), 1(Integer), 347083.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 339.3(Double), 982.6(Double), 333396.2(Double), 36.8(Double), 89.6(Double), 1904882.0(Double), 180929.0(Double), 01(String) [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32917(Integer), 110(Integer), 2(Integer), 96249.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 92.9(Double), 984.0(Double), 91413.6(Double), 30.1(Double), 92.3(Double), 428159.0(Double), 107962.0(Double), 01(String) [13:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 13(String), 35(String), 482.8(Float), 2627.0(Float), 2.6(Float), 365881.0(Float), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32918(Integer), 125(Integer), 1(Integer), 379990.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 373.0(Double), 1004.8(Double), 374790.4(Double), 40.2(Double), 89.3(Double), 2071029.1(Double), 222500.0(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32918(Integer), 125(Integer), 2(Integer), 102840.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 104.2(Double), 1003.2(Double), 104533.4(Double), 33.5(Double), 95.1(Double), 555993.0(Double), 143381.0(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 13(String), 35(String), 555.0(Float), 2941.3(Float), 2.9(Float), 394662.0(Float), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32919(Integer), 105(Integer), 1(Integer), 436376.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 430.5(Double), 988.8(Double), 425678.4(Double), 39.1(Double), 100.0(Double), 2321634.0(Double), 241113.0(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32919(Integer), 105(Integer), 2(Integer), 118626.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 106.3(Double), 981.5(Double), 104333.5(Double), 31.9(Double), 100.0(Double), 619708.0(Double), 153549.0(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 13(String), 35(String), 128.5(Float), 485.7(Float), 3.2(Float), 73278.1(Float), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 13(String), 35(String), 526.4(Float), 2850.9(Float), 2.9(Float), 415037.0(Float), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32920(Integer), 127(Integer), 1(Integer), 43223.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 316.0(Double), 533.0(Double), 168428.0(Double), 40.0(Double), 0.0(Double), 162700.0(Double), 24647.3(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32920(Integer), 127(Integer), 2(Integer), 40286.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 206.0(Double), 565.0(Double), 116390.0(Double), 46.0(Double), 0.0(Double), 150800.0(Double), 22598.9(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32921(Integer), 121(Integer), 1(Integer), 408181.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 406.7(Double), 996.7(Double), 405357.9(Double), 37.7(Double), 100.0(Double), 2227960.9(Double), 250003.0(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32920(Integer), 127(Integer), 3(Integer), 44983.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 311.0(Double), 565.0(Double), 175715.0(Double), 44.0(Double), 0.0(Double), 172200.0(Double), 26031.9(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32921(Integer), 121(Integer), 2(Integer), 118212.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 109.1(Double), 1004.3(Double), 109569.1(Double), 31.5(Double), 100.0(Double), 622972.0(Double), 165034.0(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 13(String), 35(String), 554.1(Float), 2889.7(Float), 2.9(Float), 388152.0(Float), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32922(Integer), 107(Integer), 1(Integer), 432980.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 435.8(Double), 979.0(Double), 426648.2(Double), 47.1(Double), 88.9(Double), 2220523.9(Double), 236190.0(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32922(Integer), 107(Integer), 2(Integer), 121071.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 115.3(Double), 979.6(Double), 112947.9(Double), 35.1(Double), 94.1(Double), 669211.0(Double), 151962.0(Double), 01(String) [13:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 13(String), 35(String), 553.4(Float), 2940.9(Float), 2.9(Float), 298148.0(Float), 01(String) [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32923(Integer), 102(Integer), 1(Integer), 432418.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 441.3(Double), 981.9(Double), 433312.5(Double), 42.3(Double), 89.3(Double), 2302655.0(Double), 192941.0(Double), 01(String) [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32923(Integer), 102(Integer), 2(Integer), 120967.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 109.3(Double), 982.2(Double), 107354.5(Double), 33.5(Double), 94.0(Double), 638219.0(Double), 105207.0(Double), 01(String) [13:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 13(String), 35(String), 509.9(Float), 2803.5(Float), 2.8(Float), 381272.0(Float), 01(String) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32924(Integer), 122(Integer), 1(Integer), 394322.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 392.2(Double), 1004.9(Double), 394121.8(Double), 39.1(Double), 88.8(Double), 2185254.9(Double), 229714.0(Double), 01(String) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32924(Integer), 122(Integer), 2(Integer), 115601.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 105.9(Double), 1005.1(Double), 106440.1(Double), 32.3(Double), 94.6(Double), 618213.0(Double), 151558.0(Double), 01(String) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 13(String), 35(String), 559.7(Float), 2837.5(Float), 2.8(Float), 376306.0(Float), 01(String) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32925(Integer), 113(Integer), 1(Integer), 432742.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 441.2(Double), 982.0(Double), 433258.4(Double), 44.9(Double), 89.4(Double), 2217050.0(Double), 227444.0(Double), 01(String) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32925(Integer), 113(Integer), 2(Integer), 126986.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 119.0(Double), 981.4(Double), 116786.6(Double), 33.1(Double), 93.2(Double), 620464.0(Double), 148862.0(Double), 01(String) [13:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 13(String), 35(String), 769.8(Float), 3330.0(Float), 3.6(Float), 1504532.0(Float), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 1(Integer), 41818.0(Double), 0.0(Double), 41.8(Double), 0.0(Double), 55.6(Double), 564.2(Double), 31367.7(Double), 45.4(Double), 0.0(Double), 187600.0(Double), 73341.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 2(Integer), 42484.0(Double), 0.0(Double), 42.5(Double), 0.0(Double), 56.8(Double), 566.9(Double), 32198.0(Double), 47.7(Double), 0.0(Double), 188700.0(Double), 86622.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 3(Integer), 41856.0(Double), 0.0(Double), 41.9(Double), 0.0(Double), 56.0(Double), 564.7(Double), 31621.3(Double), 45.7(Double), 0.0(Double), 187900.0(Double), 75004.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 4(Integer), 41842.0(Double), 0.0(Double), 41.8(Double), 0.0(Double), 55.5(Double), 567.2(Double), 31481.5(Double), 46.5(Double), 0.0(Double), 188600.0(Double), 78434.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 5(Integer), 42470.0(Double), 0.0(Double), 42.5(Double), 0.0(Double), 56.4(Double), 570.0(Double), 32149.9(Double), 48.0(Double), 0.0(Double), 190000.0(Double), 88458.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 6(Integer), 42317.0(Double), 0.0(Double), 42.3(Double), 0.0(Double), 55.9(Double), 569.4(Double), 31827.6(Double), 46.3(Double), 0.0(Double), 191900.0(Double), 88326.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 7(Integer), 42160.0(Double), 0.0(Double), 42.2(Double), 0.0(Double), 56.7(Double), 562.4(Double), 31886.2(Double), 45.6(Double), 0.0(Double), 185100.0(Double), 72251.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 8(Integer), 42463.0(Double), 0.0(Double), 42.5(Double), 0.0(Double), 56.1(Double), 572.2(Double), 32102.3(Double), 46.1(Double), 0.0(Double), 175900.0(Double), 83391.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 9(Integer), 42464.0(Double), 0.0(Double), 42.5(Double), 0.0(Double), 57.1(Double), 561.5(Double), 32061.7(Double), 46.5(Double), 0.0(Double), 150600.0(Double), 71096.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 10(Integer), 42291.0(Double), 0.0(Double), 42.3(Double), 0.0(Double), 55.7(Double), 571.9(Double), 31856.7(Double), 45.3(Double), 0.0(Double), 179100.0(Double), 84568.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 11(Integer), 42183.0(Double), 0.0(Double), 42.2(Double), 0.0(Double), 55.6(Double), 572.4(Double), 31825.4(Double), 45.7(Double), 0.0(Double), 179900.0(Double), 84800.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 12(Integer), 42001.0(Double), 0.0(Double), 42.0(Double), 0.0(Double), 55.6(Double), 570.4(Double), 31714.2(Double), 44.7(Double), 0.0(Double), 182000.0(Double), 86246.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 13(Integer), 42428.0(Double), 0.0(Double), 42.4(Double), 0.0(Double), 56.6(Double), 566.2(Double), 32045.0(Double), 45.2(Double), 0.0(Double), 182500.0(Double), 85459.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 14(Integer), 42494.0(Double), 0.0(Double), 42.5(Double), 0.0(Double), 57.2(Double), 561.1(Double), 32094.9(Double), 46.2(Double), 0.0(Double), 176500.0(Double), 84194.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 15(Integer), 37072.0(Double), 0.0(Double), 37.1(Double), 0.0(Double), 47.3(Double), 563.8(Double), 26667.7(Double), 42.5(Double), 0.0(Double), 166600.0(Double), 76993.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 16(Integer), 36640.0(Double), 0.0(Double), 36.6(Double), 0.0(Double), 47.6(Double), 556.0(Double), 26465.6(Double), 45.3(Double), 0.0(Double), 153400.0(Double), 73312.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 17(Integer), 36797.0(Double), 0.0(Double), 36.8(Double), 0.0(Double), 46.4(Double), 570.5(Double), 26472.7(Double), 44.1(Double), 0.0(Double), 166300.0(Double), 77824.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 18(Integer), 25888.0(Double), 0.0(Double), 25.9(Double), 0.0(Double), 45.8(Double), 563.6(Double), 25814.4(Double), 40.6(Double), 0.0(Double), 109200.0(Double), 52688.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32926(Integer), 92(Integer), 19(Integer), 42102.0(Double), 0.0(Double), 42.1(Double), 0.0(Double), 55.8(Double), 569.2(Double), 31761.4(Double), 45.4(Double), 0.0(Double), 188200.0(Double), 81525.0(Double), 01(String) [13:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 13(String), 35(String), 799.9(Float), 3533.7(Float), 3.6(Float), 1605680.0(Float), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 1(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 4380.0(Double), 8.6112992E7(Double), -2022.2(Double), 0.0(Double), 16300.0(Double), 79102.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 2(Integer), 42751.0(Double), 0.0(Double), 42.8(Double), 0.0(Double), 56.8(Double), 567.0(Double), 32207.5(Double), 48.1(Double), 0.0(Double), 193100.0(Double), 87501.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 3(Integer), 42466.0(Double), 0.0(Double), 42.5(Double), 0.0(Double), 56.5(Double), 567.2(Double), 32044.9(Double), 47.7(Double), 0.0(Double), 186800.0(Double), 75587.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 4(Integer), 42577.0(Double), 0.0(Double), 42.6(Double), 0.0(Double), 56.8(Double), 565.0(Double), 32092.0(Double), 48.0(Double), 0.0(Double), 190500.0(Double), 86492.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 5(Integer), 42133.0(Double), 0.0(Double), 42.1(Double), 0.0(Double), 57.3(Double), 555.2(Double), 31813.0(Double), 48.2(Double), 0.0(Double), 187900.0(Double), 75918.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 6(Integer), 42968.0(Double), 0.0(Double), 43.0(Double), 0.0(Double), 57.5(Double), 566.7(Double), 32585.3(Double), 47.6(Double), 0.0(Double), 192000.0(Double), 89256.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 7(Integer), 42302.0(Double), 0.0(Double), 42.3(Double), 0.0(Double), 57.5(Double), 553.8(Double), 31843.5(Double), 47.5(Double), 0.0(Double), 191600.0(Double), 87460.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 8(Integer), 42653.0(Double), 0.0(Double), 42.7(Double), 0.0(Double), 56.9(Double), 566.0(Double), 32205.4(Double), 46.9(Double), 0.0(Double), 189300.0(Double), 77347.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 9(Integer), 42810.0(Double), 0.0(Double), 42.8(Double), 0.0(Double), 56.7(Double), 567.7(Double), 32190.5(Double), 48.2(Double), 0.0(Double), 191500.0(Double), 86890.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 10(Integer), 42945.0(Double), 0.0(Double), 42.9(Double), 0.0(Double), 56.9(Double), 570.4(Double), 32455.8(Double), 48.6(Double), 0.0(Double), 184500.0(Double), 67977.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 11(Integer), 42765.0(Double), 0.0(Double), 42.8(Double), 0.0(Double), 57.9(Double), 561.4(Double), 32503.1(Double), 48.1(Double), 0.0(Double), 189200.0(Double), 84207.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 12(Integer), 43411.0(Double), 0.0(Double), 43.4(Double), 0.0(Double), 57.4(Double), 570.4(Double), 32742.9(Double), 48.9(Double), 0.0(Double), 183200.0(Double), 67398.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 13(Integer), 43107.0(Double), 0.0(Double), 43.1(Double), 0.0(Double), 57.7(Double), 566.5(Double), 32685.1(Double), 48.2(Double), 0.0(Double), 186200.0(Double), 83519.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 14(Integer), 43215.0(Double), 0.0(Double), 43.2(Double), 0.0(Double), 57.2(Double), 570.6(Double), 32636.4(Double), 48.4(Double), 0.0(Double), 184800.0(Double), 79562.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 15(Integer), 42769.0(Double), 0.0(Double), 42.8(Double), 0.0(Double), 57.0(Double), 567.0(Double), 32317.1(Double), 50.2(Double), 0.0(Double), 183100.0(Double), 70332.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 16(Integer), 42473.0(Double), 0.0(Double), 42.5(Double), 0.0(Double), 56.7(Double), 564.6(Double), 32010.9(Double), 47.8(Double), 0.0(Double), 183500.0(Double), 87305.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 17(Integer), 41871.0(Double), 0.0(Double), 41.9(Double), 0.0(Double), 56.7(Double), 560.4(Double), 31772.8(Double), 47.8(Double), 0.0(Double), 183100.0(Double), 84951.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 18(Integer), 36917.0(Double), 0.0(Double), 36.9(Double), 0.0(Double), 47.5(Double), 558.2(Double), 26514.5(Double), 46.5(Double), 0.0(Double), 161600.0(Double), 72724.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 19(Integer), 36672.0(Double), 0.0(Double), 36.7(Double), 0.0(Double), 47.0(Double), 559.8(Double), 26309.0(Double), 47.1(Double), 0.0(Double), 161800.0(Double), 72413.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32927(Integer), 93(Integer), 20(Integer), 43128.0(Double), 0.0(Double), 43.1(Double), 0.0(Double), 56.9(Double), 574.9(Double), 32713.7(Double), 46.7(Double), 0.0(Double), 193700.0(Double), 89739.0(Double), 01(String) [13:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 13(String), 35(String), 168.3(Float), 657.1(Float), 3.3(Float), 57686.0(Float), 01(String) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32928(Integer), 99(Integer), 1(Integer), 42000.0(Double), 0.0(Double), 42.0(Double), 2.8(Double), 79.9(Double), 526.1(Double), 42032.7(Double), 60.2(Double), 100.0(Double), 163700.0(Double), 14344.0(Double), 01(String) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32928(Integer), 99(Integer), 2(Integer), 42300.0(Double), 0.0(Double), 42.3(Double), 2.6(Double), 80.4(Double), 527.9(Double), 42445.8(Double), 56.6(Double), 100.0(Double), 165800.0(Double), 14562.0(Double), 01(String) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32928(Integer), 99(Integer), 3(Integer), 41900.0(Double), 0.0(Double), 41.9(Double), 2.4(Double), 79.5(Double), 529.5(Double), 42092.6(Double), 52.3(Double), 100.0(Double), 162500.0(Double), 14253.0(Double), 01(String) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32928(Integer), 99(Integer), 4(Integer), 42100.0(Double), 0.0(Double), 42.1(Double), 2.4(Double), 80.8(Double), 524.1(Double), 42347.3(Double), 48.9(Double), 100.0(Double), 165100.0(Double), 14527.0(Double), 01(String) [13:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 13(String), 35(String), 467.4(Float), 2476.8(Float), 2.5(Float), 230061.0(Float), 01(String) [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32929(Integer), 123(Integer), 1(Integer), 368827.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 377.1(Double), 985.7(Double), 371707.5(Double), 38.6(Double), 100.0(Double), 1957256.0(Double), 203564.0(Double), 01(String) [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32929(Integer), 123(Integer), 2(Integer), 98585.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 87.2(Double), 980.0(Double), 85456.0(Double), 32.4(Double), 100.0(Double), 519515.0(Double), 26497.0(Double), 01(String) [13:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:36:27] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [13:36:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:36:32] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :gwangil, login_channel : null [13:36:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:36:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:36:32] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [13:36:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:36:32] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : gwangil [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: gwangil, mappingList.size : 1 [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:36:32] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[gwangil] roles roles [0]ROLE_01 [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String), 01(String), 59FD2D4855D79380AA1603E962B44507(String), PHONE(String) [13:36:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:36:32] [DEBUG] controller.EssController - ----------------------------------------------- [13:36:32] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [13:36:32] [DEBUG] controller.EssController - ----------------------------------------------- [13:36:33] [DEBUG] controller.EssController - ----------------------------------------------- [13:36:33] [DEBUG] controller.EssController - /index.co called [13:36:33] [DEBUG] controller.EssController - ----------------------------------------------- [13:36:33] [DEBUG] controller.EssController - ----------------------------------------------- [13:36:33] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 42, param.plantSeq : 0 [13:36:33] [DEBUG] controller.EssController - ----------------------------------------------- [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-09(String), 42(Integer), 0(Integer), 2022-05-08(String), 42(Integer), 0(Integer), 2022-05-10(String), 61796(Integer) [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 42(Integer), 2022-05-10(String), 42(Integer) [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [13:36:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-04-26(String) [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [13:36:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-10(String), 42(Integer), 0(Integer), 2022-05-10(String) [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2022-05-10(String), 42(Integer), 1(Integer), 2022-05-10(String) [13:36:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:47:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [13:47:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:47:09] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :tokyo, login_channel : null [13:47:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:47:09] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [13:47:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:47:09] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : tokyo [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: tokyo, mappingList.size : 1 [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:47:09] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[tokyo] roles roles [0]ROLE_01 [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String), 01(String), 4297A3021F8C7BA24D60078077CFD6C5(String), PHONE(String) [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:47:09] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [13:47:09] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [13:47:09] [DEBUG] controller.SignController - /ess/view.co [13:47:09] [DEBUG] controller.SignController - ....................................... [13:47:09] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:09] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [13:47:09] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-09(String), 80(Integer), 0(Integer), 2022-05-08(String), 80(Integer), 0(Integer), 2022-05-10(String), 61797(Integer) [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 80(Integer), 2022-05-10(String), 80(Integer) [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [13:47:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-04-26(String) [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [13:47:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [13:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [13:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-10(String), 80(Integer), 0(Integer), 2022-05-10(String) [13:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [13:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [13:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [13:47:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [13:47:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2022-05-10(String), 80(Integer), 1(Integer), 2022-05-10(String) [13:47:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: update t_login_2021 set updateTime = curtime() where id = ? and sessionId= ? [13:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String), 4297A3021F8C7BA24D60078077CFD6C5(String) [13:47:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:47:13] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:13] [DEBUG] controller.EssController - /index.co called [13:47:13] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:13] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [13:47:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:47:15] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :yeongsin, login_channel : null [13:47:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsin(String) [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:47:15] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [13:47:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [13:47:15] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : yeongsin [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsin(String) [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsin(String) [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: yeongsin, mappingList.size : 2 [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [13:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[yeongsin] roles roles [0]ROLE_01 [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsin(String), 01(String), 6E5EED01F1CAF69DEE77A21539E8C541(String), PHONE(String) [13:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [13:47:16] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [13:47:16] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [13:47:16] [DEBUG] controller.SignController - /ess/view.co [13:47:16] [DEBUG] controller.SignController - ....................................... [13:47:16] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:16] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 92, param.plantSeq : 0 [13:47:16] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 0(Integer), 2022-05-09(String), 92(Integer), 0(Integer), 2022-05-08(String), 92(Integer), 0(Integer), 2022-05-10(String), 61797(Integer) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 92(Integer), 2022-05-10(String), 92(Integer) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-04-26(String) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 0(Integer), 2022-05-10(String), 92(Integer), 0(Integer), 2022-05-10(String) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 92(Integer), 0(Integer), 92(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [13:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 1(Integer), 2022-05-10(String), 92(Integer), 1(Integer), 2022-05-10(String) [13:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:47:20] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:20] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 93 [13:47:20] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 2022-05-10(String) [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:20] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:20] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 93, param.plantSeq : 93 [13:47:20] [DEBUG] controller.EssController - ----------------------------------------------- [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 0(Integer), 2022-05-09(String), 93(Integer), 0(Integer), 2022-05-08(String), 93(Integer), 0(Integer), 2022-05-10(String), 61797(Integer) [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 93(Integer), 2022-05-10(String), 93(Integer) [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [13:47:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 01(String), 2022-04-26(String) [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 0(Integer), 2022-05-10(String), 93(Integer), 0(Integer), 2022-05-10(String) [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 93(Integer), 0(Integer), 93(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 1(Integer), 2022-05-10(String), 93(Integer), 1(Integer), 2022-05-10(String) [13:47:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [13:47:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [13:47:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-04-26(String) [13:47:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [13:47:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [13:47:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [13:47:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [13:47:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-04-26(String) [13:47:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [13:47:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [13:47:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [13:47:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:03:37] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:03:42] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:03:42] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :gwangil, login_channel : null [14:03:42] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:03:42] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:03:42] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [14:03:42] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:03:42] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : gwangil [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: gwangil, mappingList.size : 1 [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:03:42] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[gwangil] roles roles [0]ROLE_01 [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String), 01(String), 784725768E816092D82693BED4A23072(String), PHONE(String) [14:03:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:03:42] [DEBUG] controller.EssController - ----------------------------------------------- [14:03:42] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [14:03:42] [DEBUG] controller.EssController - ----------------------------------------------- [14:03:43] [DEBUG] controller.EssController - ----------------------------------------------- [14:03:43] [DEBUG] controller.EssController - /index.co called [14:03:43] [DEBUG] controller.EssController - ----------------------------------------------- [14:03:43] [DEBUG] controller.EssController - ----------------------------------------------- [14:03:43] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 42, param.plantSeq : 0 [14:03:43] [DEBUG] controller.EssController - ----------------------------------------------- [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-09(String), 42(Integer), 0(Integer), 2022-05-08(String), 42(Integer), 0(Integer), 2022-05-10(String), 61799(Integer) [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 42(Integer), 2022-05-10(String), 42(Integer) [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:03:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-04-26(String) [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-10(String), 42(Integer), 0(Integer), 2022-05-10(String) [14:03:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:03:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2022-05-10(String), 42(Integer), 1(Integer), 2022-05-10(String) [14:03:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 14(String), 04(String), 597.4(Float), 3148.9(Float), 3.2(Float), 368322.0(Float), 01(String) [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32935(Integer), 101(Integer), 1(Integer), 464373.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 478.6(Double), 979.7(Double), 468884.4(Double), 51.2(Double), 90.0(Double), 2459194.1(Double), 225724.0(Double), 01(String) [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32935(Integer), 101(Integer), 2(Integer), 132993.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 124.7(Double), 981.7(Double), 122418.0(Double), 36.2(Double), 95.0(Double), 689677.0(Double), 142598.0(Double), 01(String) [14:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 14(String), 04(String), 630.7(Float), 3092.3(Float), 3.1(Float), 388684.0(Float), 01(String) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32936(Integer), 108(Integer), 1(Integer), 496862.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 514.8(Double), 980.6(Double), 504812.8(Double), 64.2(Double), 89.4(Double), 2416524.9(Double), 236788.0(Double), 01(String) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32936(Integer), 108(Integer), 2(Integer), 133789.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 126.9(Double), 985.7(Double), 125085.3(Double), 44.6(Double), 93.6(Double), 675797.0(Double), 151896.0(Double), 01(String) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 14(String), 04(String), 653.9(Float), 3237.6(Float), 3.2(Float), 405420.0(Float), 01(String) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32937(Integer), 109(Integer), 1(Integer), 510124.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 515.7(Double), 982.1(Double), 506469.0(Double), 48.9(Double), 89.2(Double), 2527811.0(Double), 246155.0(Double), 01(String) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32937(Integer), 109(Integer), 2(Integer), 143729.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 140.5(Double), 984.0(Double), 138252.0(Double), 34.4(Double), 94.7(Double), 709804.0(Double), 159265.0(Double), 01(String) [14:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 14(String), 04(String), 612.8(Float), 3082.1(Float), 3.1(Float), 322183.0(Float), 01(String) [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32938(Integer), 106(Integer), 1(Integer), 478801.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 480.4(Double), 980.9(Double), 471224.4(Double), 49.4(Double), 89.2(Double), 2402269.0(Double), 199686.0(Double), 01(String) [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32938(Integer), 106(Integer), 2(Integer), 133968.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 127.8(Double), 984.2(Double), 125780.8(Double), 35.2(Double), 92.8(Double), 679874.0(Double), 122497.0(Double), 01(String) [14:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 14(String), 04(String), 632.9(Float), 3236.2(Float), 3.2(Float), 392092.0(Float), 01(String) [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32939(Integer), 111(Integer), 1(Integer), 495597.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 543.5(Double), 980.5(Double), 532901.8(Double), 55.2(Double), 89.6(Double), 2519625.0(Double), 240211.0(Double), 01(String) [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32939(Integer), 111(Integer), 2(Integer), 137322.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 131.2(Double), 987.7(Double), 129586.2(Double), 36.8(Double), 95.2(Double), 716614.0(Double), 151881.0(Double), 01(String) [14:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 14(String), 04(String), 37.9(Float), 339.2(Float), 3.4(Float), 45858.9(Float), 01(String) [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32940(Integer), 129(Integer), 1(Integer), 37908.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 179.0(Double), 582.0(Double), 104178.0(Double), 44.0(Double), 0.0(Double), 178200.0(Double), 24152.6(Double), 01(String) [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32940(Integer), 129(Integer), 2(Integer), 0.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 161000.0(Double), 21706.3(Double), 01(String) [14:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 14(String), 04(String), 595.7(Float), 3035.1(Float), 3.0(Float), 376547.0(Float), 01(String) [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32941(Integer), 126(Integer), 1(Integer), 474502.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 488.9(Double), 984.7(Double), 481419.8(Double), 58.5(Double), 100.0(Double), 2398875.0(Double), 231430.0(Double), 01(String) [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32941(Integer), 126(Integer), 2(Integer), 121245.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 112.7(Double), 985.0(Double), 111009.5(Double), 45.5(Double), 100.0(Double), 636271.0(Double), 145117.0(Double), 01(String) [14:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 14(String), 04(String), 629.8(Float), 3203.2(Float), 3.2(Float), 329096.0(Float), 01(String) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32942(Integer), 104(Integer), 1(Integer), 484033.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 501.8(Double), 983.0(Double), 493269.4(Double), 46.2(Double), 100.0(Double), 2481349.1(Double), 182737.0(Double), 01(String) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32942(Integer), 104(Integer), 2(Integer), 145793.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 138.1(Double), 982.3(Double), 135655.6(Double), 36.5(Double), 99.9(Double), 721844.0(Double), 146359.0(Double), 01(String) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 14(String), 04(String), 628.5(Float), 3268.4(Float), 3.3(Float), 387537.0(Float), 01(String) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32943(Integer), 103(Integer), 1(Integer), 494513.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 506.9(Double), 988.9(Double), 501273.4(Double), 48.8(Double), 88.2(Double), 2574844.0(Double), 240215.0(Double), 01(String) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32943(Integer), 103(Integer), 2(Integer), 133990.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 119.4(Double), 981.1(Double), 117143.3(Double), 35.4(Double), 93.2(Double), 693600.0(Double), 147322.0(Double), 01(String) [14:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 14(String), 05(String), 373.7(Float), 1824.1(Float), 4.6(Float), 67097.5(Float), 01(String) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32944(Integer), 128(Integer), 1(Integer), 82081.0(Double), 599.6(Double), 0.0(Double), 0.0(Double), 133.5(Double), 626.0(Double), 83572.3(Double), 45.2(Double), 10.0(Double), 402770.0(Double), 14925.2(Double), 01(String) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32944(Integer), 128(Integer), 2(Integer), 82332.0(Double), 599.5(Double), 0.0(Double), 0.0(Double), 133.0(Double), 629.7(Double), 83769.0(Double), 45.5(Double), 10.0(Double), 403310.0(Double), 14855.7(Double), 01(String) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32944(Integer), 128(Integer), 3(Integer), 83639.0(Double), 599.6(Double), 0.0(Double), -0.1(Double), 134.1(Double), 636.0(Double), 85250.8(Double), 46.3(Double), 645.4(Double), 407210.0(Double), 14901.3(Double), 01(String) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32944(Integer), 128(Integer), 4(Integer), 82826.0(Double), 599.6(Double), 0.0(Double), 0.0(Double), 133.9(Double), 634.0(Double), 84870.6(Double), 49.2(Double), 10.0(Double), 403390.0(Double), 14784.2(Double), 01(String) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32944(Integer), 128(Integer), 5(Integer), 42803.0(Double), 599.7(Double), 0.0(Double), -0.0(Double), 70.8(Double), 619.0(Double), 43847.3(Double), 50.4(Double), 645.4(Double), 207380.0(Double), 7631.1(Double), 01(String) [14:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 14(String), 05(String), 624.7(Float), 3157.1(Float), 3.2(Float), 388049.0(Float), 01(String) [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32945(Integer), 112(Integer), 1(Integer), 500678.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 516.8(Double), 980.8(Double), 506877.4(Double), 56.4(Double), 91.3(Double), 2534379.9(Double), 241216.0(Double), 01(String) [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32945(Integer), 112(Integer), 2(Integer), 124052.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 122.2(Double), 983.5(Double), 120183.7(Double), 36.5(Double), 94.7(Double), 622672.0(Double), 146833.0(Double), 01(String) [14:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 14(String), 05(String), 551.5(Float), 2863.3(Float), 2.9(Float), 360784.0(Float), 01(String) [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32946(Integer), 124(Integer), 1(Integer), 429130.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 436.7(Double), 994.8(Double), 434429.2(Double), 46.3(Double), 89.5(Double), 2210061.0(Double), 216532.0(Double), 01(String) [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32946(Integer), 124(Integer), 2(Integer), 122321.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 122.0(Double), 992.4(Double), 121072.8(Double), 35.9(Double), 92.8(Double), 653263.0(Double), 144252.0(Double), 01(String) [14:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 14(String), 05(String), 592.4(Float), 3048.3(Float), 3.1(Float), 388329.0(Float), 01(String) [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32947(Integer), 120(Integer), 1(Integer), 466941.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 473.0(Double), 987.8(Double), 467229.4(Double), 42.6(Double), 100.0(Double), 2391988.0(Double), 235745.0(Double), 01(String) [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32947(Integer), 120(Integer), 2(Integer), 125487.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 119.9(Double), 988.0(Double), 118461.2(Double), 31.6(Double), 100.0(Double), 656262.0(Double), 152584.0(Double), 01(String) [14:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 14(String), 05(String), 540.9(Float), 2579.5(Float), 3.1(Float), 289138.0(Float), 01(String) [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32948(Integer), 110(Integer), 1(Integer), 429543.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 422.9(Double), 979.0(Double), 414019.1(Double), 45.0(Double), 90.2(Double), 2099382.1(Double), 181124.0(Double), 01(String) [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32948(Integer), 110(Integer), 2(Integer), 111351.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 108.9(Double), 978.8(Double), 106591.3(Double), 32.9(Double), 92.4(Double), 480069.0(Double), 108014.0(Double), 01(String) [14:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 14(String), 05(String), 552.7(Float), 2890.1(Float), 2.9(Float), 366144.0(Float), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32949(Integer), 125(Integer), 1(Integer), 437157.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 435.0(Double), 1003.5(Double), 436522.5(Double), 46.8(Double), 89.6(Double), 2278490.0(Double), 222707.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32949(Integer), 125(Integer), 2(Integer), 115550.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 116.1(Double), 1005.0(Double), 116680.5(Double), 35.7(Double), 94.3(Double), 611627.0(Double), 143437.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 14(String), 05(String), 634.9(Float), 3240.9(Float), 3.2(Float), 394961.0(Float), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32950(Integer), 105(Integer), 1(Integer), 500049.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 497.1(Double), 982.4(Double), 488351.1(Double), 46.4(Double), 100.0(Double), 2557196.0(Double), 241348.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32950(Integer), 105(Integer), 2(Integer), 134839.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 126.8(Double), 983.7(Double), 124733.2(Double), 33.5(Double), 100.0(Double), 683711.0(Double), 153613.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 14(String), 05(String), 123.6(Float), 548.8(Float), 3.7(Float), 73341.2(Float), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32951(Integer), 127(Integer), 1(Integer), 41539.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 293.0(Double), 542.0(Double), 158806.0(Double), 40.0(Double), 0.0(Double), 183900.0(Double), 24668.5(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32951(Integer), 127(Integer), 2(Integer), 38721.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 193.0(Double), 585.0(Double), 112905.0(Double), 47.0(Double), 0.0(Double), 170600.0(Double), 22618.7(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32951(Integer), 127(Integer), 3(Integer), 43386.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 298.0(Double), 570.0(Double), 169860.0(Double), 44.0(Double), 0.0(Double), 194300.0(Double), 26054.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 14(String), 05(String), 613.5(Float), 3136.2(Float), 3.1(Float), 415322.0(Float), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32952(Integer), 121(Integer), 1(Integer), 476526.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 481.7(Double), 989.6(Double), 476690.3(Double), 43.9(Double), 100.0(Double), 2449368.9(Double), 250224.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32952(Integer), 121(Integer), 2(Integer), 136938.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 128.9(Double), 997.4(Double), 128564.9(Double), 34.1(Double), 100.0(Double), 686864.0(Double), 165098.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 14(String), 05(String), 619.1(Float), 3187.1(Float), 3.2(Float), 388450.0(Float), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32953(Integer), 107(Integer), 1(Integer), 486001.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 490.3(Double), 980.9(Double), 480935.3(Double), 50.1(Double), 89.2(Double), 2452928.0(Double), 236423.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32953(Integer), 107(Integer), 2(Integer), 133131.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 127.3(Double), 982.7(Double), 125097.7(Double), 35.7(Double), 93.4(Double), 734219.0(Double), 152027.0(Double), 01(String) [14:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 14(String), 05(String), 614.6(Float), 3235.2(Float), 3.2(Float), 298442.0(Float), 01(String) [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32954(Integer), 102(Integer), 1(Integer), 481164.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 486.0(Double), 981.2(Double), 476863.2(Double), 47.8(Double), 89.5(Double), 2532758.1(Double), 193171.0(Double), 01(String) [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32954(Integer), 102(Integer), 2(Integer), 133443.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 124.6(Double), 980.0(Double), 122108.0(Double), 35.2(Double), 94.2(Double), 702422.0(Double), 105271.0(Double), 01(String) [14:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 14(String), 05(String), 613.9(Float), 3084.1(Float), 3.1(Float), 381552.0(Float), 01(String) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32955(Integer), 122(Integer), 1(Integer), 474025.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 471.9(Double), 1003.2(Double), 473410.1(Double), 47.5(Double), 90.1(Double), 2402342.0(Double), 229931.0(Double), 01(String) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32955(Integer), 122(Integer), 2(Integer), 139924.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 133.2(Double), 1006.2(Double), 134025.8(Double), 35.3(Double), 94.6(Double), 681802.0(Double), 151621.0(Double), 01(String) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 14(String), 05(String), 626.7(Float), 3136.6(Float), 3.1(Float), 376604.0(Float), 01(String) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32956(Integer), 113(Integer), 1(Integer), 480281.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 491.8(Double), 981.7(Double), 482800.1(Double), 49.4(Double), 89.7(Double), 2446774.9(Double), 227673.0(Double), 01(String) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32956(Integer), 113(Integer), 2(Integer), 146460.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 138.0(Double), 982.7(Double), 135612.6(Double), 35.1(Double), 94.3(Double), 689861.0(Double), 148931.0(Double), 01(String) [14:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 14(String), 05(String), 725.2(Float), 4038.3(Float), 4.4(Float), 1504865.0(Float), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 1(Integer), 39904.0(Double), 0.0(Double), 39.9(Double), 0.0(Double), 52.0(Double), 575.8(Double), 29939.9(Double), 43.5(Double), 0.0(Double), 206200.0(Double), 73359.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 2(Integer), 40537.0(Double), 0.0(Double), 40.5(Double), 0.0(Double), 53.0(Double), 579.5(Double), 30711.7(Double), 45.6(Double), 0.0(Double), 207500.0(Double), 86640.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 3(Integer), 39970.0(Double), 0.0(Double), 40.0(Double), 0.0(Double), 52.2(Double), 576.8(Double), 30107.2(Double), 44.1(Double), 0.0(Double), 206400.0(Double), 75022.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 4(Integer), 39821.0(Double), 0.0(Double), 56891.0(Double), 0.0(Double), 170.5(Double), 580.6(Double), 98998.0(Double), 89.6(Double), 0.0(Double), 580000.0(Double), 78452.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 5(Integer), 40496.0(Double), 0.0(Double), 40.5(Double), 0.0(Double), 52.6(Double), 581.6(Double), 30592.2(Double), 45.9(Double), 0.0(Double), 208500.0(Double), 88477.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 6(Integer), 40097.0(Double), 0.0(Double), 40.1(Double), 0.0(Double), 52.3(Double), 575.9(Double), 30119.6(Double), 44.0(Double), 0.0(Double), 210200.0(Double), 88345.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 7(Integer), 39906.0(Double), 0.0(Double), 39.9(Double), 0.0(Double), 52.7(Double), 572.4(Double), 30165.5(Double), 43.7(Double), 0.0(Double), 203300.0(Double), 72270.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 8(Integer), 40404.0(Double), 0.0(Double), 40.4(Double), 0.0(Double), 52.8(Double), 579.8(Double), 30613.4(Double), 45.7(Double), 0.0(Double), 194700.0(Double), 83409.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 9(Integer), 40519.0(Double), 0.0(Double), 40.5(Double), 0.0(Double), 53.3(Double), 574.2(Double), 30603.1(Double), 46.1(Double), 0.0(Double), 169000.0(Double), 71114.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 10(Integer), 39949.0(Double), 0.0(Double), 39.9(Double), 0.0(Double), 52.2(Double), 575.9(Double), 30063.7(Double), 45.3(Double), 0.0(Double), 197400.0(Double), 84587.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 11(Integer), 39678.0(Double), 0.0(Double), 39.7(Double), 0.0(Double), 51.7(Double), 581.3(Double), 30053.2(Double), 44.8(Double), 0.0(Double), 198100.0(Double), 84818.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 12(Integer), 39014.0(Double), 0.0(Double), 39.0(Double), 0.0(Double), 50.9(Double), 578.2(Double), 29432.1(Double), 44.3(Double), 0.0(Double), 200000.0(Double), 86264.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 13(Integer), 39187.0(Double), 0.0(Double), 39.2(Double), 0.0(Double), 51.2(Double), 576.5(Double), 29516.8(Double), 44.4(Double), 0.0(Double), 200700.0(Double), 85477.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 14(Integer), 39184.0(Double), 0.0(Double), 39.2(Double), 0.0(Double), 51.5(Double), 573.9(Double), 29555.9(Double), 45.6(Double), 0.0(Double), 194700.0(Double), 84212.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 15(Integer), 34156.0(Double), 0.0(Double), 34.2(Double), 0.0(Double), 42.5(Double), 577.0(Double), 24523.9(Double), 42.4(Double), 0.0(Double), 182500.0(Double), 77009.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 16(Integer), 33939.0(Double), 0.0(Double), 33.9(Double), 0.0(Double), 42.6(Double), 574.3(Double), 24463.8(Double), 44.8(Double), 0.0(Double), 169400.0(Double), 73328.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 17(Integer), 34272.0(Double), 0.0(Double), 34.3(Double), 0.0(Double), 43.0(Double), 574.6(Double), 24709.2(Double), 43.4(Double), 0.0(Double), 182300.0(Double), 77840.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 18(Integer), 24201.0(Double), 0.0(Double), 24.2(Double), 0.0(Double), 42.3(Double), 570.8(Double), 24144.8(Double), 40.3(Double), 0.0(Double), 120400.0(Double), 52699.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32957(Integer), 92(Integer), 19(Integer), 39988.0(Double), 0.0(Double), 40.0(Double), 0.0(Double), 51.7(Double), 582.3(Double), 30103.2(Double), 43.6(Double), 0.0(Double), 207000.0(Double), 81543.0(Double), 01(String) [14:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 14(String), 05(String), 799.6(Float), 4074.4(Float), 4.1(Float), 1606048.0(Float), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 1(Integer), 39457.0(Double), 0.0(Double), 39.5(Double), 0.0(Double), 51.7(Double), 574.5(Double), 29701.7(Double), 44.8(Double), 0.0(Double), 209200.0(Double), 79120.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 2(Integer), 40587.0(Double), 0.0(Double), 40.6(Double), 0.0(Double), 52.9(Double), 577.5(Double), 30551.5(Double), 46.1(Double), 0.0(Double), 211600.0(Double), 87519.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 3(Integer), 40262.0(Double), 0.0(Double), 40.3(Double), 0.0(Double), 53.1(Double), 573.3(Double), 30442.2(Double), 46.2(Double), 0.0(Double), 205100.0(Double), 75606.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 4(Integer), 40318.0(Double), 0.0(Double), 40.3(Double), 0.0(Double), 52.8(Double), 575.2(Double), 30368.8(Double), 45.8(Double), 0.0(Double), 208800.0(Double), 86511.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 5(Integer), 40470.0(Double), 0.0(Double), 40.5(Double), 0.0(Double), 53.5(Double), 570.5(Double), 30521.8(Double), 46.1(Double), 0.0(Double), 206400.0(Double), 75937.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 6(Integer), 40465.0(Double), 0.0(Double), 40.5(Double), 0.0(Double), 52.3(Double), 584.7(Double), 30581.6(Double), 46.1(Double), 0.0(Double), 210600.0(Double), 89274.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 7(Integer), 40143.0(Double), 0.0(Double), 40.1(Double), 0.0(Double), 52.3(Double), 575.5(Double), 30098.7(Double), 45.6(Double), 0.0(Double), 210100.0(Double), 87479.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 8(Integer), 40120.0(Double), 0.0(Double), 40.1(Double), 0.0(Double), 52.8(Double), 572.4(Double), 30222.7(Double), 45.3(Double), 0.0(Double), 207900.0(Double), 77366.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 9(Integer), 40016.0(Double), 0.0(Double), 40.0(Double), 0.0(Double), 52.1(Double), 576.6(Double), 30040.9(Double), 46.6(Double), 0.0(Double), 210100.0(Double), 86908.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 10(Integer), 40366.0(Double), 0.0(Double), 40.4(Double), 0.0(Double), 53.9(Double), 567.4(Double), 30584.7(Double), 47.0(Double), 0.0(Double), 203200.0(Double), 67996.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 11(Integer), 40607.0(Double), 0.0(Double), 40.6(Double), 0.0(Double), 54.0(Double), 571.3(Double), 30850.2(Double), 46.6(Double), 0.0(Double), 208000.0(Double), 84226.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 12(Integer), 41259.0(Double), 0.0(Double), 41.3(Double), 0.0(Double), 54.4(Double), 571.5(Double), 31087.8(Double), 47.7(Double), 0.0(Double), 202000.0(Double), 67417.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 13(Integer), 41219.0(Double), 0.0(Double), 41.2(Double), 0.0(Double), 53.9(Double), 580.2(Double), 31274.6(Double), 47.1(Double), 0.0(Double), 205100.0(Double), 83538.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 14(Integer), 41865.0(Double), 0.0(Double), 41.9(Double), 0.0(Double), 54.4(Double), 581.1(Double), 31613.7(Double), 47.4(Double), 0.0(Double), 203700.0(Double), 79581.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 15(Integer), 40748.0(Double), 0.0(Double), 40.7(Double), 0.0(Double), 53.4(Double), 573.6(Double), 30632.0(Double), 48.9(Double), 0.0(Double), 201600.0(Double), 70351.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 16(Integer), 39921.0(Double), 0.0(Double), 39.9(Double), 0.0(Double), 52.1(Double), 574.7(Double), 29940.1(Double), 46.9(Double), 0.0(Double), 201900.0(Double), 87323.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 17(Integer), 39981.0(Double), 0.0(Double), 40.0(Double), 0.0(Double), 53.0(Double), 572.6(Double), 30346.0(Double), 47.5(Double), 0.0(Double), 201300.0(Double), 84969.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 18(Integer), 35538.0(Double), 0.0(Double), 35.5(Double), 0.0(Double), 44.2(Double), 577.0(Double), 25503.4(Double), 45.5(Double), 0.0(Double), 177700.0(Double), 72740.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 19(Integer), 35290.0(Double), 0.0(Double), 35.3(Double), 0.0(Double), 44.1(Double), 573.5(Double), 25289.9(Double), 46.3(Double), 0.0(Double), 177700.0(Double), 72429.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32958(Integer), 93(Integer), 20(Integer), 40928.0(Double), 0.0(Double), 40.9(Double), 0.0(Double), 52.8(Double), 587.0(Double), 30995.4(Double), 45.4(Double), 0.0(Double), 212400.0(Double), 89758.0(Double), 01(String) [14:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 14(String), 05(String), 157.7(Float), 738.2(Float), 3.7(Float), 57767.0(Float), 01(String) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32959(Integer), 99(Integer), 1(Integer), 39300.0(Double), 0.0(Double), 39.3(Double), 1.7(Double), 73.2(Double), 537.9(Double), 39374.3(Double), 59.5(Double), 100.0(Double), 183900.0(Double), 14365.0(Double), 01(String) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32959(Integer), 99(Integer), 2(Integer), 39600.0(Double), 0.0(Double), 39.6(Double), 2.4(Double), 74.6(Double), 531.9(Double), 39682.2(Double), 56.4(Double), 100.0(Double), 186200.0(Double), 14582.0(Double), 01(String) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32959(Integer), 99(Integer), 3(Integer), 39300.0(Double), 0.0(Double), 39.3(Double), 2.6(Double), 73.7(Double), 534.8(Double), 39414.8(Double), 52.0(Double), 100.0(Double), 182700.0(Double), 14273.0(Double), 01(String) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32959(Integer), 99(Integer), 4(Integer), 39500.0(Double), 0.0(Double), 39.5(Double), 2.3(Double), 74.6(Double), 533.0(Double), 39761.8(Double), 48.3(Double), 100.0(Double), 185400.0(Double), 14547.0(Double), 01(String) [14:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 14(String), 05(String), 549.0(Float), 2731.4(Float), 2.7(Float), 230316.0(Float), 01(String) [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32960(Integer), 123(Integer), 1(Integer), 434934.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 447.8(Double), 983.6(Double), 440456.1(Double), 44.3(Double), 100.0(Double), 2158258.1(Double), 203765.0(Double), 01(String) [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32960(Integer), 123(Integer), 2(Integer), 114048.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.4(Double), 985.9(Double), 99970.3(Double), 34.3(Double), 100.0(Double), 573098.0(Double), 26551.0(Double), 01(String) [14:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:06:07] [DEBUG] controller.EssController - ----------------------------------------------- [14:06:07] [DEBUG] controller.EssController - /index.co called [14:06:07] [DEBUG] controller.EssController - ----------------------------------------------- [14:06:07] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:06:12] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:06:12] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :togyo, login_channel : null [14:06:12] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: togyo(String) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:06:12] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:06:12] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [14:06:12] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:06:12] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : togyo [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: togyo(String) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: togyo(String) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: togyo, mappingList.size : 1 [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:06:12] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[togyo] roles roles [0]ROLE_01 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: togyo(String), 01(String), 3FFDC0D55B1A5F030D9383BD6FD453D8(String), PHONE(String) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:06:12] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:06:12] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [14:06:12] [DEBUG] controller.SignController - /ess/view.co [14:06:12] [DEBUG] controller.SignController - ....................................... [14:06:12] [DEBUG] controller.EssController - ----------------------------------------------- [14:06:12] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [14:06:12] [DEBUG] controller.EssController - ----------------------------------------------- [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-09(String), 80(Integer), 0(Integer), 2022-05-08(String), 80(Integer), 0(Integer), 2022-05-10(String), 61799(Integer) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 80(Integer), 2022-05-10(String), 80(Integer) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:06:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-04-26(String) [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-10(String), 80(Integer), 0(Integer), 2022-05-10(String) [14:06:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:06:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:06:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:06:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:06:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:06:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2022-05-10(String), 80(Integer), 1(Integer), 2022-05-10(String) [14:06:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:14:38] [DEBUG] controller.EssController - ----------------------------------------------- [14:14:38] [DEBUG] controller.EssController - /index.co called [14:14:38] [DEBUG] controller.EssController - ----------------------------------------------- [14:14:38] [DEBUG] controller.EssController - ----------------------------------------------- [14:14:38] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [14:14:38] [DEBUG] controller.EssController - ----------------------------------------------- [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-09(String), 80(Integer), 0(Integer), 2022-05-08(String), 80(Integer), 0(Integer), 2022-05-10(String), 61800(Integer) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 80(Integer), 2022-05-10(String), 80(Integer) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-04-26(String) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:14:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:14:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:14:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-10(String), 80(Integer), 0(Integer), 2022-05-10(String) [14:14:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:14:40] [DEBUG] controller.EssController - ----------------------------------------------- [14:14:40] [DEBUG] controller.EssController - /index.co called [14:14:40] [DEBUG] controller.EssController - ----------------------------------------------- [14:14:40] [DEBUG] controller.EssController - ----------------------------------------------- [14:14:40] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [14:14:40] [DEBUG] controller.EssController - ----------------------------------------------- [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-09(String), 80(Integer), 0(Integer), 2022-05-08(String), 80(Integer), 0(Integer), 2022-05-10(String), 61800(Integer) [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 80(Integer), 2022-05-10(String), 80(Integer) [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-04-26(String) [14:14:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-10(String), 80(Integer), 0(Integer), 2022-05-10(String) [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2022-05-10(String), 80(Integer), 1(Integer), 2022-05-10(String) [14:14:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:14:56] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:15:02] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:15:02] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :GSNGsolar, login_channel : null [14:15:02] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:02] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:15:02] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [14:15:02] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:15:02] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : GSNGsolar [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: GSNGsolar, mappingList.size : 2 [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:15:02] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[GSNGsolar] roles roles [0]ROLE_01 [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String), 01(String), 54964DDE386BCEE105FBF8082B93767D(String), PHONE(String) [14:15:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:15:02] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:02] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [14:15:02] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:03] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:03] [DEBUG] controller.EssController - /index.co called [14:15:03] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:03] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:03] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [14:15:03] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:15:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:15:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-09(String), 85(Integer), 0(Integer), 2022-05-08(String), 85(Integer), 0(Integer), 2022-05-10(String), 61800(Integer) [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 85(Integer), 2022-05-10(String), 85(Integer) [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:15:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-10(String), 85(Integer), 0(Integer), 2022-05-10(String) [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2022-05-10(String), 85(Integer), 1(Integer), 2022-05-10(String) [14:15:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:15:11] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:11] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 85, param.plantSeq : 85 [14:15:11] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String) [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-09(String), 85(Integer), 0(Integer), 2022-05-08(String), 85(Integer), 0(Integer), 2022-05-10(String), 61800(Integer) [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:15:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:15:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:15:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:15:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:15:15] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:15] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 86 [14:15:15] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-10(String), 2022-05-10(String) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:15] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:15] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 86, param.plantSeq : 86 [14:15:15] [DEBUG] controller.EssController - ----------------------------------------------- [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2022-05-09(String), 86(Integer), 0(Integer), 2022-05-08(String), 86(Integer), 0(Integer), 2022-05-10(String), 61800(Integer) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-10(String), 86(Integer), 2022-05-10(String), 86(Integer) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2022-04-26(String) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:15:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2022-05-10(String), 86(Integer), 0(Integer), 2022-05-10(String) [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 1(Integer), 2022-05-10(String), 86(Integer), 1(Integer), 2022-05-10(String) [14:15:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:16:36] [DEBUG] controller.EssController - ----------------------------------------------- [14:16:36] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 86, param.plantSeq : 86 [14:16:36] [DEBUG] controller.EssController - ----------------------------------------------- [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-10(String), 2022-05-10(String) [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2022-05-09(String), 86(Integer), 0(Integer), 2022-05-08(String), 86(Integer), 0(Integer), 2022-05-10(String), 61800(Integer) [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2022-04-26(String) [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:16:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:16:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:16:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:16:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:28:50] [DEBUG] controller.EssController - ----------------------------------------------- [14:28:50] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [14:28:50] [DEBUG] controller.EssController - ----------------------------------------------- [14:28:56] [DEBUG] controller.EssController - ----------------------------------------------- [14:28:56] [DEBUG] controller.EssController - /index.co called [14:28:56] [DEBUG] controller.EssController - ----------------------------------------------- [14:28:56] [DEBUG] controller.EssController - ----------------------------------------------- [14:28:56] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [14:28:56] [DEBUG] controller.EssController - ----------------------------------------------- [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-09(String), 41(Integer), 0(Integer), 2022-05-08(String), 41(Integer), 0(Integer), 2022-05-10(String), 61801(Integer) [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 41(Integer), 2022-05-10(String), 41(Integer) [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:28:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-04-26(String) [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:28:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:28:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-10(String), 41(Integer), 0(Integer), 2022-05-10(String) [14:28:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:28:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:28:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:28:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:29:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:29:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2022-05-10(String), 41(Integer), 1(Integer), 2022-05-10(String) [14:29:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 14(String), 34(String), 357.2(Float), 3372.9(Float), 3.4(Float), 368547.0(Float), 01(String) [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32971(Integer), 101(Integer), 1(Integer), 279957.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 286.1(Double), 983.2(Double), 281293.5(Double), 36.3(Double), 88.9(Double), 2633674.1(Double), 225899.0(Double), 01(String) [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32971(Integer), 101(Integer), 2(Integer), 77274.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 65.7(Double), 984.6(Double), 64688.2(Double), 30.0(Double), 94.5(Double), 739187.0(Double), 142648.0(Double), 01(String) [14:34:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 14(String), 34(String), 353.8(Float), 3327.1(Float), 3.3(Float), 388919.0(Float), 01(String) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32972(Integer), 108(Integer), 1(Integer), 278214.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 286.0(Double), 979.8(Double), 280222.8(Double), 45.8(Double), 89.2(Double), 2600980.0(Double), 236973.0(Double), 01(String) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32972(Integer), 108(Integer), 2(Integer), 75584.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 62.6(Double), 984.8(Double), 61648.5(Double), 36.3(Double), 94.1(Double), 726165.0(Double), 151946.0(Double), 01(String) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 14(String), 34(String), 364.6(Float), 3480.8(Float), 3.5(Float), 405663.0(Float), 01(String) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32973(Integer), 109(Integer), 1(Integer), 283584.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 283.6(Double), 980.9(Double), 278183.3(Double), 34.7(Double), 89.3(Double), 2717480.0(Double), 246345.0(Double), 01(String) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32973(Integer), 109(Integer), 2(Integer), 81049.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 72.9(Double), 984.4(Double), 71762.8(Double), 28.5(Double), 92.7(Double), 763318.0(Double), 159318.0(Double), 01(String) [14:34:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 14(String), 34(String), 347.1(Float), 3314.6(Float), 3.3(Float), 322416.0(Float), 01(String) [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32974(Integer), 106(Integer), 1(Integer), 268994.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 264.5(Double), 996.5(Double), 263574.3(Double), 34.2(Double), 88.4(Double), 2583639.9(Double), 199867.0(Double), 01(String) [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32974(Integer), 106(Integer), 2(Integer), 78124.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 72.2(Double), 977.7(Double), 70589.9(Double), 29.1(Double), 94.2(Double), 730973.0(Double), 122549.0(Double), 01(String) [14:34:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 14(String), 34(String), 367.4(Float), 3474.0(Float), 3.5(Float), 392329.0(Float), 01(String) [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32975(Integer), 111(Integer), 1(Integer), 287095.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 319.6(Double), 987.4(Double), 315573.1(Double), 36.5(Double), 88.4(Double), 2705507.1(Double), 240397.0(Double), 01(String) [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32975(Integer), 111(Integer), 2(Integer), 80257.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 73.4(Double), 985.7(Double), 72350.4(Double), 28.2(Double), 92.8(Double), 768523.0(Double), 151932.0(Double), 01(String) [14:34:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 14(String), 34(String), 51.2(Float), 371.3(Float), 3.7(Float), 45891.0(Float), 01(String) [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32976(Integer), 129(Integer), 1(Integer), 27316.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 132.0(Double), 592.0(Double), 78144.0(Double), 44.0(Double), 0.0(Double), 195300.0(Double), 24169.7(Double), 01(String) [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32976(Integer), 129(Integer), 2(Integer), 23839.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 127.0(Double), 596.0(Double), 75692.0(Double), 49.0(Double), 0.0(Double), 176000.0(Double), 21721.3(Double), 01(String) [14:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [14:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 14(String), 34(String), 349.9(Float), 3254.6(Float), 3.3(Float), 376768.0(Float), 01(String) [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32977(Integer), 126(Integer), 1(Integer), 279482.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 288.4(Double), 981.6(Double), 283093.4(Double), 44.7(Double), 100.0(Double), 2574162.1(Double), 231606.0(Double), 01(String) [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32977(Integer), 126(Integer), 2(Integer), 70431.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 57.2(Double), 984.2(Double), 56296.2(Double), 37.8(Double), 99.9(Double), 680482.0(Double), 145162.0(Double), 01(String) [14:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 14(String), 34(String), 357.9(Float), 3438.2(Float), 3.4(Float), 329330.0(Float), 01(String) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32978(Integer), 104(Integer), 1(Integer), 275746.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 283.2(Double), 985.8(Double), 279178.6(Double), 33.5(Double), 100.0(Double), 2661931.9(Double), 182917.0(Double), 01(String) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32978(Integer), 104(Integer), 2(Integer), 82160.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 69.0(Double), 1000.0(Double), 69000.0(Double), 29.7(Double), 100.0(Double), 776225.0(Double), 146413.0(Double), 01(String) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 14(String), 34(String), 372.9(Float), 3500.8(Float), 3.5(Float), 387769.0(Float), 01(String) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32979(Integer), 103(Integer), 1(Integer), 293902.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 300.7(Double), 982.0(Double), 295287.4(Double), 35.5(Double), 88.9(Double), 2758075.9(Double), 240398.0(Double), 01(String) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32979(Integer), 103(Integer), 2(Integer), 79020.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 66.4(Double), 982.8(Double), 65257.9(Double), 29.5(Double), 95.3(Double), 742699.0(Double), 147371.0(Double), 01(String) [14:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 14(String), 35(String), 339.5(Float), 1989.2(Float), 5.0(Float), 67262.6(Float), 01(String) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32980(Integer), 128(Integer), 1(Integer), 61746.0(Double), 600.1(Double), 0.0(Double), -0.2(Double), 97.6(Double), 645.1(Double), 62966.6(Double), 43.0(Double), 645.4(Double), 439220.0(Double), 14961.6(Double), 01(String) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32980(Integer), 128(Integer), 2(Integer), 62538.0(Double), 600.1(Double), 0.0(Double), -0.1(Double), 99.2(Double), 643.3(Double), 63842.6(Double), 43.6(Double), 645.4(Double), 439900.0(Double), 14892.3(Double), 01(String) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32980(Integer), 128(Integer), 3(Integer), 75909.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 119.2(Double), 651.6(Double), 77680.8(Double), 44.2(Double), 645.4(Double), 444130.0(Double), 14938.2(Double), 01(String) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32980(Integer), 128(Integer), 4(Integer), 72140.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 114.4(Double), 651.0(Double), 74483.8(Double), 46.8(Double), 645.4(Double), 439960.0(Double), 14820.8(Double), 01(String) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32980(Integer), 128(Integer), 5(Integer), 39098.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 63.6(Double), 629.2(Double), 40038.1(Double), 50.6(Double), 645.4(Double), 226240.0(Double), 7650.0(Double), 01(String) [14:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 14(String), 35(String), 369.0(Float), 3384.7(Float), 3.5(Float), 388276.0(Float), 01(String) [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32981(Integer), 112(Integer), 1(Integer), 295682.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 303.2(Double), 980.8(Double), 297378.6(Double), 37.7(Double), 91.5(Double), 2716762.9(Double), 241398.0(Double), 01(String) [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32981(Integer), 112(Integer), 2(Integer), 73360.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 67.6(Double), 982.4(Double), 66410.2(Double), 30.8(Double), 95.3(Double), 667943.0(Double), 146878.0(Double), 01(String) [14:35:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 14(String), 35(String), 329.3(Float), 3067.9(Float), 3.1(Float), 360989.0(Float), 01(String) [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32982(Integer), 124(Integer), 1(Integer), 253508.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 257.9(Double), 985.2(Double), 254083.1(Double), 34.7(Double), 89.7(Double), 2368784.9(Double), 216691.0(Double), 01(String) [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32982(Integer), 124(Integer), 2(Integer), 75784.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 72.6(Double), 982.4(Double), 71322.2(Double), 30.9(Double), 95.2(Double), 699138.0(Double), 144298.0(Double), 01(String) [14:35:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 14(String), 35(String), 349.1(Float), 3267.2(Float), 3.3(Float), 388547.0(Float), 01(String) [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32983(Integer), 120(Integer), 1(Integer), 274871.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 279.1(Double), 983.7(Double), 274550.7(Double), 32.0(Double), 100.0(Double), 2564687.0(Double), 235917.0(Double), 01(String) [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32983(Integer), 120(Integer), 2(Integer), 74237.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 66.0(Double), 992.5(Double), 65505.0(Double), 25.4(Double), 100.0(Double), 702525.0(Double), 152630.0(Double), 01(String) [14:35:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 14(String), 35(String), 318.7(Float), 2784.7(Float), 3.3(Float), 289342.0(Float), 01(String) [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32984(Integer), 110(Integer), 1(Integer), 255344.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 252.1(Double), 979.8(Double), 247007.6(Double), 33.9(Double), 90.1(Double), 2262852.1(Double), 181287.0(Double), 01(String) [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32984(Integer), 110(Integer), 2(Integer), 63355.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 61.5(Double), 980.7(Double), 60313.1(Double), 27.7(Double), 94.5(Double), 521838.0(Double), 108055.0(Double), 01(String) [14:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 14(String), 35(String), 338.9(Float), 3097.6(Float), 3.1(Float), 366352.0(Float), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32985(Integer), 125(Integer), 1(Integer), 269089.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 272.0(Double), 993.9(Double), 270340.8(Double), 35.7(Double), 89.3(Double), 2443139.9(Double), 222872.0(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32985(Integer), 125(Integer), 2(Integer), 69813.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 68.2(Double), 1003.1(Double), 68411.4(Double), 31.0(Double), 94.2(Double), 654485.0(Double), 143480.0(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 14(String), 35(String), 362.7(Float), 3479.1(Float), 3.5(Float), 395200.0(Float), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32986(Integer), 105(Integer), 1(Integer), 286508.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 282.8(Double), 985.6(Double), 278727.7(Double), 33.6(Double), 100.0(Double), 2744764.9(Double), 241536.0(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32986(Integer), 105(Integer), 2(Integer), 76237.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 66.6(Double), 979.9(Double), 65261.3(Double), 27.1(Double), 100.0(Double), 734340.0(Double), 153664.0(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 14(String), 35(String), 369.9(Float), 3364.3(Float), 3.4(Float), 415551.0(Float), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32987(Integer), 121(Integer), 1(Integer), 287023.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 284.6(Double), 987.4(Double), 281014.1(Double), 33.6(Double), 100.0(Double), 2626646.0(Double), 250402.0(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32987(Integer), 121(Integer), 2(Integer), 82894.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 73.0(Double), 992.8(Double), 72474.4(Double), 28.4(Double), 99.9(Double), 737632.0(Double), 165149.0(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 14(String), 35(String), 110.4(Float), 606.3(Float), 4.0(Float), 73398.7(Float), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32988(Integer), 127(Integer), 1(Integer), 37114.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 259.0(Double), 536.0(Double), 138824.0(Double), 43.0(Double), 0.0(Double), 203200.0(Double), 24687.8(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32988(Integer), 127(Integer), 2(Integer), 34529.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 170.0(Double), 583.0(Double), 99110.0(Double), 46.0(Double), 0.0(Double), 188600.0(Double), 22636.7(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32988(Integer), 127(Integer), 3(Integer), 38711.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 257.0(Double), 577.0(Double), 148289.0(Double), 47.0(Double), 0.0(Double), 214500.0(Double), 26074.2(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 14(String), 35(String), 358.5(Float), 3421.3(Float), 3.4(Float), 388684.0(Float), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32989(Integer), 107(Integer), 1(Integer), 280756.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 280.7(Double), 992.4(Double), 278566.7(Double), 35.1(Double), 88.9(Double), 2636517.1(Double), 236606.0(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32989(Integer), 107(Integer), 2(Integer), 77726.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 70.1(Double), 993.7(Double), 69658.4(Double), 29.1(Double), 95.2(Double), 784744.0(Double), 152078.0(Double), 01(String) [14:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 14(String), 35(String), 374.1(Float), 3465.2(Float), 3.5(Float), 298673.0(Float), 01(String) [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32990(Integer), 102(Integer), 1(Integer), 293542.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 298.2(Double), 979.5(Double), 292086.9(Double), 35.4(Double), 88.9(Double), 2713006.1(Double), 193352.0(Double), 01(String) [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32990(Integer), 102(Integer), 2(Integer), 80575.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 67.6(Double), 977.9(Double), 66106.0(Double), 30.1(Double), 95.4(Double), 752153.0(Double), 105321.0(Double), 01(String) [14:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 14(String), 35(String), 370.8(Float), 3311.6(Float), 3.3(Float), 381780.0(Float), 01(String) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32991(Integer), 122(Integer), 1(Integer), 288301.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 283.0(Double), 997.7(Double), 282349.1(Double), 35.4(Double), 89.7(Double), 2577767.1(Double), 230107.0(Double), 01(String) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32991(Integer), 122(Integer), 2(Integer), 82518.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 69.8(Double), 1017.0(Double), 70986.6(Double), 29.5(Double), 94.3(Double), 733801.0(Double), 151673.0(Double), 01(String) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 14(String), 35(String), 371.6(Float), 3371.6(Float), 3.4(Float), 376840.0(Float), 01(String) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32992(Integer), 113(Integer), 1(Integer), 286895.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 293.2(Double), 980.2(Double), 287394.7(Double), 35.3(Double), 88.1(Double), 2627077.9(Double), 227854.0(Double), 01(String) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32992(Integer), 113(Integer), 2(Integer), 84712.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 77.7(Double), 978.8(Double), 76052.8(Double), 27.9(Double), 94.0(Double), 744503.0(Double), 148986.0(Double), 01(String) [14:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 14(String), 35(String), 510.9(Float), 3997.5(Float), 4.3(Float), 1505200.0(Float), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 1(Integer), 34337.0(Double), 0.0(Double), 34.3(Double), 0.0(Double), 44.4(Double), 576.8(Double), 25608.4(Double), 42.9(Double), 0.0(Double), 224400.0(Double), 73377.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 2(Integer), 32982.0(Double), 0.0(Double), 33.0(Double), 0.0(Double), 43.2(Double), 579.8(Double), 25048.8(Double), 45.2(Double), 0.0(Double), 225900.0(Double), 86659.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 3(Integer), 31369.0(Double), 0.0(Double), 31.4(Double), 0.0(Double), 41.2(Double), 574.1(Double), 23654.3(Double), 43.3(Double), 0.0(Double), 224600.0(Double), 75041.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 4(Integer), 30948.0(Double), 0.0(Double), 30.9(Double), 0.0(Double), 40.3(Double), 576.9(Double), 23249.1(Double), 43.9(Double), 0.0(Double), 225200.0(Double), 78471.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 5(Integer), 31298.0(Double), 0.0(Double), 31.3(Double), 0.0(Double), 41.0(Double), 580.3(Double), 23790.9(Double), 45.3(Double), 0.0(Double), 227000.0(Double), 88495.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 6(Integer), 30875.0(Double), 0.0(Double), 30.9(Double), 0.0(Double), 39.4(Double), 586.7(Double), 23116.0(Double), 43.5(Double), 0.0(Double), 228600.0(Double), 88363.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 7(Integer), 28666.0(Double), 0.0(Double), 28.7(Double), 0.0(Double), 39.7(Double), 523.5(Double), 20784.3(Double), 42.8(Double), 0.0(Double), 220700.0(Double), 72287.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 8(Integer), 31522.0(Double), 0.0(Double), 31.5(Double), 0.0(Double), 41.4(Double), 578.0(Double), 23929.2(Double), 45.5(Double), 0.0(Double), 213400.0(Double), 83428.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 9(Integer), 31630.0(Double), 0.0(Double), 31.6(Double), 0.0(Double), 41.7(Double), 573.8(Double), 23927.5(Double), 46.2(Double), 0.0(Double), 187800.0(Double), 71133.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 10(Integer), 30802.0(Double), 0.0(Double), 30.8(Double), 0.0(Double), 39.7(Double), 582.2(Double), 23113.3(Double), 44.5(Double), 0.0(Double), 215800.0(Double), 84605.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 11(Integer), 30536.0(Double), 0.0(Double), 30.5(Double), 0.0(Double), 39.4(Double), 588.0(Double), 23165.9(Double), 44.5(Double), 0.0(Double), 216300.0(Double), 84837.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 12(Integer), 23377.0(Double), 0.0(Double), 23.4(Double), 0.0(Double), 30.1(Double), 585.9(Double), 17635.6(Double), 43.5(Double), 0.0(Double), 217900.0(Double), 86282.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 13(Integer), 24026.0(Double), 0.0(Double), 24.0(Double), 0.0(Double), 31.5(Double), 578.8(Double), 18233.3(Double), 44.1(Double), 0.0(Double), 218800.0(Double), 85496.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 14(Integer), 24772.0(Double), 0.0(Double), 24.8(Double), 0.0(Double), 32.1(Double), 581.4(Double), 18661.9(Double), 45.0(Double), 0.0(Double), 212900.0(Double), 84230.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 15(Integer), 23550.0(Double), 0.0(Double), 23.5(Double), 0.0(Double), 28.8(Double), 589.3(Double), 16972.8(Double), 42.0(Double), 0.0(Double), 198400.0(Double), 77025.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 16(Integer), 23662.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 29.6(Double), 575.5(Double), 17034.8(Double), 44.5(Double), 0.0(Double), 185200.0(Double), 73344.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 17(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), -0.1(Double), 0.0(Double), 197900.0(Double), 77856.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 18(Integer), 17504.0(Double), 0.0(Double), 17.5(Double), 0.0(Double), 30.6(Double), 572.3(Double), 17511.4(Double), 39.9(Double), 0.0(Double), 131500.0(Double), 52710.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32993(Integer), 92(Integer), 19(Integer), 35417.0(Double), 0.0(Double), 35.4(Double), 0.0(Double), 46.0(Double), 577.1(Double), 26548.1(Double), 43.2(Double), 0.0(Double), 225300.0(Double), 81562.0(Double), 01(String) [14:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 14(String), 35(String), 554.7(Float), 4438.2(Float), 4.5(Float), 1606410.0(Float), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 1(Integer), 26962.0(Double), 0.0(Double), 27.0(Double), 0.0(Double), 38.7(Double), 522.2(Double), 20210.4(Double), 43.6(Double), 0.0(Double), 226300.0(Double), 79137.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 2(Integer), 26769.0(Double), 0.0(Double), 26.8(Double), 0.0(Double), 35.5(Double), 575.4(Double), 20427.9(Double), 45.3(Double), 0.0(Double), 229900.0(Double), 87538.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 3(Integer), 31276.0(Double), 0.0(Double), 31.3(Double), 0.0(Double), 41.7(Double), 569.0(Double), 23725.9(Double), 45.2(Double), 0.0(Double), 223400.0(Double), 75624.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 4(Integer), 28004.0(Double), 0.0(Double), 28.0(Double), 0.0(Double), 36.8(Double), 577.2(Double), 21242.2(Double), 45.2(Double), 0.0(Double), 227200.0(Double), 86529.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 5(Integer), 31318.0(Double), 0.0(Double), 31.3(Double), 0.0(Double), 40.5(Double), 585.9(Double), 23728.9(Double), 45.4(Double), 0.0(Double), 225000.0(Double), 75955.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 6(Integer), 29780.0(Double), 0.0(Double), 29.8(Double), 0.0(Double), 38.6(Double), 588.5(Double), 22714.8(Double), 44.5(Double), 0.0(Double), 229300.0(Double), 89293.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 7(Integer), 29859.0(Double), 0.0(Double), 29.9(Double), 0.0(Double), 38.9(Double), 576.5(Double), 22424.6(Double), 44.9(Double), 0.0(Double), 228600.0(Double), 87497.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 8(Integer), 26336.0(Double), 0.0(Double), 26.3(Double), 0.0(Double), 34.9(Double), 574.8(Double), 20060.5(Double), 44.6(Double), 0.0(Double), 226400.0(Double), 77384.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 9(Integer), 30307.0(Double), 0.0(Double), 30.3(Double), 0.0(Double), 39.6(Double), 576.5(Double), 22828.1(Double), 45.1(Double), 0.0(Double), 228800.0(Double), 86927.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 10(Integer), 30553.0(Double), 0.0(Double), 30.6(Double), 0.0(Double), 39.7(Double), 583.1(Double), 23147.7(Double), 46.1(Double), 0.0(Double), 222000.0(Double), 68015.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 11(Integer), 30129.0(Double), 0.0(Double), 30.1(Double), 0.0(Double), 40.2(Double), 570.1(Double), 22916.7(Double), 45.6(Double), 0.0(Double), 227000.0(Double), 84245.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 12(Integer), 28422.0(Double), 0.0(Double), 28.4(Double), 0.0(Double), 37.7(Double), 555.6(Double), 20947.4(Double), 46.3(Double), 0.0(Double), 220400.0(Double), 67435.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 13(Integer), 29059.0(Double), 0.0(Double), 29.1(Double), 0.0(Double), 37.7(Double), 585.9(Double), 22088.4(Double), 46.4(Double), 0.0(Double), 224100.0(Double), 83557.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 14(Integer), 29294.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 38.1(Double), 584.6(Double), 22274.5(Double), 46.3(Double), 0.0(Double), 222800.0(Double), 79600.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 15(Integer), 24344.0(Double), 0.0(Double), 24.3(Double), 0.0(Double), 33.1(Double), 541.4(Double), 17920.3(Double), 47.4(Double), 0.0(Double), 218900.0(Double), 70368.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 16(Integer), 28072.0(Double), 0.0(Double), 28.1(Double), 0.0(Double), 36.3(Double), 583.3(Double), 21175.0(Double), 46.0(Double), 0.0(Double), 220200.0(Double), 87341.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 17(Integer), 26158.0(Double), 0.0(Double), 26.2(Double), 0.0(Double), 34.1(Double), 582.9(Double), 19878.0(Double), 46.6(Double), 0.0(Double), 219500.0(Double), 84988.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 18(Integer), 22637.0(Double), 0.0(Double), 22.6(Double), 0.0(Double), 27.7(Double), 586.4(Double), 16244.2(Double), 44.5(Double), 0.0(Double), 193800.0(Double), 72756.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 19(Integer), 20213.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 24.7(Double), 583.0(Double), 14400.9(Double), 45.5(Double), 0.0(Double), 193700.0(Double), 72445.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32994(Integer), 93(Integer), 20(Integer), 25245.0(Double), 0.0(Double), 25.2(Double), 0.0(Double), 33.0(Double), 589.4(Double), 19451.3(Double), 44.5(Double), 0.0(Double), 230900.0(Double), 89776.0(Double), 01(String) [14:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 14(String), 35(String), 131.1(Float), 809.4(Float), 4.0(Float), 57838.0(Float), 01(String) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32995(Integer), 99(Integer), 1(Integer), 32700.0(Double), 0.0(Double), 32.7(Double), 2.3(Double), 60.1(Double), 542.2(Double), 32584.2(Double), 55.5(Double), 100.0(Double), 201600.0(Double), 14382.0(Double), 01(String) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32995(Integer), 99(Integer), 2(Integer), 33000.0(Double), 0.0(Double), 33.0(Double), 2.1(Double), 60.5(Double), 542.1(Double), 32799.1(Double), 53.0(Double), 100.0(Double), 204100.0(Double), 14600.0(Double), 01(String) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32995(Integer), 99(Integer), 3(Integer), 32700.0(Double), 0.0(Double), 32.7(Double), 1.4(Double), 61.1(Double), 536.3(Double), 32767.9(Double), 50.8(Double), 100.0(Double), 200500.0(Double), 14291.0(Double), 01(String) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32995(Integer), 99(Integer), 4(Integer), 32700.0(Double), 0.0(Double), 32.7(Double), 2.0(Double), 61.3(Double), 534.8(Double), 32781.2(Double), 44.9(Double), 100.0(Double), 203200.0(Double), 14565.0(Double), 01(String) [14:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 14(String), 35(String), 301.1(Float), 2925.0(Float), 2.9(Float), 230509.0(Float), 01(String) [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32996(Integer), 123(Integer), 1(Integer), 241084.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 246.8(Double), 982.0(Double), 242357.6(Double), 33.2(Double), 100.0(Double), 2312638.9(Double), 203919.0(Double), 01(String) [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32996(Integer), 123(Integer), 2(Integer), 60021.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 46.6(Double), 981.5(Double), 45737.9(Double), 27.4(Double), 100.0(Double), 612319.0(Double), 26590.0(Double), 01(String) [14:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:42:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:42:57] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:42:57] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :gwangil, login_channel : null [14:42:57] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:42:57] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:42:57] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [14:42:57] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:42:57] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : gwangil [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: gwangil, mappingList.size : 1 [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:42:57] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[gwangil] roles roles [0]ROLE_01 [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String), 01(String), 0AC55EEE0C6FDDB1A0B737FA594FA802(String), PHONE(String) [14:42:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:42:57] [DEBUG] controller.EssController - ----------------------------------------------- [14:42:57] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [14:42:57] [DEBUG] controller.EssController - ----------------------------------------------- [14:42:58] [DEBUG] controller.EssController - ----------------------------------------------- [14:42:58] [DEBUG] controller.EssController - /index.co called [14:42:58] [DEBUG] controller.EssController - ----------------------------------------------- [14:42:58] [DEBUG] controller.EssController - ----------------------------------------------- [14:42:58] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 42, param.plantSeq : 0 [14:42:58] [DEBUG] controller.EssController - ----------------------------------------------- [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-09(String), 42(Integer), 0(Integer), 2022-05-08(String), 42(Integer), 0(Integer), 2022-05-10(String), 61803(Integer) [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 42(Integer), 2022-05-10(String), 42(Integer) [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:42:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:42:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:42:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-04-26(String) [14:42:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:42:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:42:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:42:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-10(String), 42(Integer), 0(Integer), 2022-05-10(String) [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2022-05-10(String), 42(Integer), 1(Integer), 2022-05-10(String) [14:43:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:53:37] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:56:05] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:56:44] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [14:56:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:56:50] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :GSNGsolar, login_channel : null [14:56:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:56:50] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [14:56:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [14:56:50] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/viewPlant.co?plantSeq=85 [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : GSNGsolar [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: GSNGsolar, mappingList.size : 2 [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [14:56:50] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[GSNGsolar] roles roles [0]ROLE_01 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String), 01(String), 75D90ADEE4EDB83035320F46DF7B6ED3(String), PHONE(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [14:56:50] [DEBUG] controller.EssController - ----------------------------------------------- [14:56:50] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 85 [14:56:50] [DEBUG] controller.EssController - ----------------------------------------------- [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:50] [DEBUG] controller.EssController - ----------------------------------------------- [14:56:50] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 85 [14:56:50] [DEBUG] controller.EssController - ----------------------------------------------- [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-09(String), 85(Integer), 0(Integer), 2022-05-08(String), 85(Integer), 0(Integer), 2022-05-10(String), 61804(Integer) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 85(Integer), 2022-05-10(String), 85(Integer) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:56:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-10(String), 85(Integer), 0(Integer), 2022-05-10(String) [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2022-05-10(String), 85(Integer), 1(Integer), 2022-05-10(String) [14:56:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:56:55] [DEBUG] controller.EssController - ----------------------------------------------- [14:56:55] [DEBUG] controller.EssController - /ess/kesco.co :: plantSeq :: 85, param.plantSeq : 85 [14:56:55] [DEBUG] controller.EssController - ----------------------------------------------- [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String) [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as name, k.* from t_plant p left join t_kesco k on p.seq = k.plantSeq where p.plantStatus='01' and p.seq = ? order by p.seq desc [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer) [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputDate, count(seq) as totalCount, SUM(CASE WHEN sendStatus ='01' THEN 1 ELSE 0 END) as succCount, SUM(CASE WHEN sendStatus ='01' THEN 0 ELSE 1 END) as failCount from t_kesco_data where inputDate between ? and ? and plantSeq = ? group by inputDate order by inputDate asc [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-01(String), 2022-05-31(String), 85(Integer) [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [14:56:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:57] [DEBUG] controller.EssController - ----------------------------------------------- [14:56:57] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 85, param.plantSeq : 85 [14:56:57] [DEBUG] controller.EssController - ----------------------------------------------- [14:56:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [14:56:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String) [14:56:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-09(String), 85(Integer), 0(Integer), 2022-05-08(String), 85(Integer), 0(Integer), 2022-05-10(String), 61804(Integer) [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:56:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:57:02] [DEBUG] controller.EssController - ----------------------------------------------- [14:57:02] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 86 [14:57:02] [DEBUG] controller.EssController - ----------------------------------------------- [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-10(String), 2022-05-10(String) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:57:02] [DEBUG] controller.EssController - ----------------------------------------------- [14:57:02] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 86, param.plantSeq : 86 [14:57:02] [DEBUG] controller.EssController - ----------------------------------------------- [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2022-05-09(String), 86(Integer), 0(Integer), 2022-05-08(String), 86(Integer), 0(Integer), 2022-05-10(String), 61804(Integer) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-10(String), 86(Integer), 2022-05-10(String), 86(Integer) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2022-04-26(String) [14:57:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2022-05-10(String), 86(Integer), 0(Integer), 2022-05-10(String) [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 1(Integer), 2022-05-10(String), 86(Integer), 1(Integer), 2022-05-10(String) [14:57:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 14 [14:57:05] [DEBUG] controller.EssController - ----------------------------------------------- [14:57:05] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 86, param.plantSeq : 86 [14:57:05] [DEBUG] controller.EssController - ----------------------------------------------- [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2022-05-10(String), 2022-05-10(String) [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2022-05-09(String), 86(Integer), 0(Integer), 2022-05-08(String), 86(Integer), 0(Integer), 2022-05-10(String), 61804(Integer) [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [14:57:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2022-04-26(String) [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [14:57:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 15(String), 04(String), 595.5(Float), 3583.1(Float), 3.6(Float), 368757.0(Float), 01(String) [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33002(Integer), 101(Integer), 1(Integer), 465788.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 475.2(Double), 982.1(Double), 466693.9(Double), 48.4(Double), 89.3(Double), 2798406.0(Double), 226064.0(Double), 01(String) [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33002(Integer), 101(Integer), 2(Integer), 129731.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 120.4(Double), 980.7(Double), 118076.3(Double), 34.6(Double), 94.9(Double), 784712.0(Double), 142693.0(Double), 01(String) [15:04:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 15(String), 04(String), 633.5(Float), 3536.1(Float), 3.5(Float), 389128.0(Float), 01(String) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33003(Integer), 108(Integer), 1(Integer), 499412.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 515.0(Double), 985.2(Double), 507378.0(Double), 57.8(Double), 89.8(Double), 2765372.1(Double), 237137.0(Double), 01(String) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33003(Integer), 108(Integer), 2(Integer), 134123.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 125.1(Double), 986.8(Double), 123448.7(Double), 40.0(Double), 94.9(Double), 770679.0(Double), 151991.0(Double), 01(String) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 15(String), 04(String), 638.4(Float), 3696.8(Float), 3.7(Float), 405879.0(Float), 01(String) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33004(Integer), 109(Integer), 1(Integer), 496907.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 502.8(Double), 981.3(Double), 493397.6(Double), 45.3(Double), 89.4(Double), 2885167.0(Double), 246512.0(Double), 01(String) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33004(Integer), 109(Integer), 2(Integer), 141484.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 135.0(Double), 986.6(Double), 133191.0(Double), 33.7(Double), 95.2(Double), 811595.0(Double), 159367.0(Double), 01(String) [15:04:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 15(String), 04(String), 610.2(Float), 3521.6(Float), 3.5(Float), 322623.0(Float), 01(String) [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33005(Integer), 106(Integer), 1(Integer), 477125.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 475.7(Double), 982.2(Double), 467232.6(Double), 44.2(Double), 89.0(Double), 2744913.1(Double), 200029.0(Double), 01(String) [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33005(Integer), 106(Integer), 2(Integer), 133029.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 126.1(Double), 987.6(Double), 124536.4(Double), 33.0(Double), 92.6(Double), 776673.0(Double), 122594.0(Double), 01(String) [15:04:42] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 15(String), 04(String), 638.8(Float), 3688.7(Float), 3.7(Float), 392544.0(Float), 01(String) [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33006(Integer), 111(Integer), 1(Integer), 498711.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 541.2(Double), 986.5(Double), 533893.8(Double), 47.8(Double), 89.3(Double), 2873627.9(Double), 240565.0(Double), 01(String) [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33006(Integer), 111(Integer), 2(Integer), 140120.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 134.7(Double), 985.1(Double), 132693.0(Double), 32.8(Double), 94.5(Double), 815110.0(Double), 151979.0(Double), 01(String) [15:04:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 15(String), 04(String), 55.6(Float), 400.9(Float), 4.0(Float), 45920.6(Float), 01(String) [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33007(Integer), 129(Integer), 1(Integer), 29698.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 144.0(Double), 595.0(Double), 85680.0(Double), 43.0(Double), 0.0(Double), 211200.0(Double), 24185.6(Double), 01(String) [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33007(Integer), 129(Integer), 2(Integer), 25895.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 147.0(Double), 589.0(Double), 86583.0(Double), 48.0(Double), 0.0(Double), 189700.0(Double), 21735.0(Double), 01(String) [15:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 15(String), 04(String), 594.2(Float), 3461.3(Float), 3.5(Float), 376974.0(Float), 01(String) [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33008(Integer), 126(Integer), 1(Integer), 478995.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 488.0(Double), 994.4(Double), 485267.2(Double), 54.5(Double), 100.0(Double), 2739363.0(Double), 231771.0(Double), 01(String) [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33008(Integer), 126(Integer), 2(Integer), 115175.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 107.3(Double), 994.5(Double), 106709.9(Double), 41.0(Double), 100.0(Double), 721908.0(Double), 145203.0(Double), 01(String) [15:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 15(String), 04(String), 601.9(Float), 3648.1(Float), 3.7(Float), 329541.0(Float), 01(String) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33009(Integer), 104(Integer), 1(Integer), 460875.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 479.2(Double), 981.4(Double), 470286.9(Double), 42.7(Double), 100.0(Double), 2823354.0(Double), 183079.0(Double), 01(String) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33009(Integer), 104(Integer), 2(Integer), 141038.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 134.4(Double), 978.9(Double), 131564.2(Double), 35.0(Double), 100.0(Double), 824719.0(Double), 146462.0(Double), 01(String) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 15(String), 04(String), 617.2(Float), 3721.4(Float), 3.7(Float), 387990.0(Float), 01(String) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33010(Integer), 103(Integer), 1(Integer), 487246.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 501.8(Double), 982.5(Double), 493018.5(Double), 46.9(Double), 89.8(Double), 2931987.1(Double), 240572.0(Double), 01(String) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33010(Integer), 103(Integer), 2(Integer), 129939.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 119.0(Double), 979.4(Double), 116548.6(Double), 34.4(Double), 93.1(Double), 789455.0(Double), 147418.0(Double), 01(String) [15:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 15(String), 05(String), 329.5(Float), 2146.2(Float), 5.4(Float), 67419.6(Float), 01(String) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33011(Integer), 128(Integer), 1(Integer), 72618.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 115.1(Double), 641.8(Double), 73885.5(Double), 40.6(Double), 645.4(Double), 473860.0(Double), 14996.3(Double), 01(String) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33011(Integer), 128(Integer), 2(Integer), 72802.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 114.2(Double), 648.0(Double), 74016.0(Double), 40.9(Double), 645.4(Double), 474590.0(Double), 14927.0(Double), 01(String) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33011(Integer), 128(Integer), 3(Integer), 73563.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 115.4(Double), 649.2(Double), 74893.1(Double), 41.5(Double), 645.4(Double), 479340.0(Double), 14973.4(Double), 01(String) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33011(Integer), 128(Integer), 4(Integer), 72854.0(Double), 600.1(Double), 0.0(Double), -0.1(Double), 114.2(Double), 653.5(Double), 74592.7(Double), 43.8(Double), 645.4(Double), 474690.0(Double), 14855.5(Double), 01(String) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33011(Integer), 128(Integer), 5(Integer), 37561.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 60.6(Double), 632.2(Double), 38294.4(Double), 46.9(Double), 645.4(Double), 244090.0(Double), 7667.9(Double), 01(String) [15:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 15(String), 05(String), 633.9(Float), 3601.1(Float), 3.7(Float), 388493.0(Float), 01(String) [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33012(Integer), 112(Integer), 1(Integer), 501831.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 517.5(Double), 981.0(Double), 507667.5(Double), 52.0(Double), 91.9(Double), 2891343.0(Double), 241573.0(Double), 01(String) [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33012(Integer), 112(Integer), 2(Integer), 124704.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 122.5(Double), 979.9(Double), 120037.8(Double), 34.5(Double), 94.3(Double), 710643.0(Double), 146921.0(Double), 01(String) [15:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 15(String), 05(String), 525.0(Float), 3261.4(Float), 3.3(Float), 361182.0(Float), 01(String) [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33013(Integer), 124(Integer), 1(Integer), 409628.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 410.9(Double), 1002.9(Double), 412091.6(Double), 41.2(Double), 89.4(Double), 2518176.0(Double), 216840.0(Double), 01(String) [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33013(Integer), 124(Integer), 2(Integer), 115365.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 109.8(Double), 1005.6(Double), 110414.9(Double), 33.8(Double), 94.5(Double), 743226.0(Double), 144342.0(Double), 01(String) [15:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 15(String), 05(String), 576.2(Float), 3474.0(Float), 3.5(Float), 388754.0(Float), 01(String) [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33014(Integer), 120(Integer), 1(Integer), 459869.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 460.6(Double), 999.2(Double), 460231.5(Double), 38.7(Double), 100.0(Double), 2728215.1(Double), 236081.0(Double), 01(String) [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33014(Integer), 120(Integer), 2(Integer), 117326.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 107.9(Double), 1015.8(Double), 109604.8(Double), 30.0(Double), 100.0(Double), 746503.0(Double), 152674.0(Double), 01(String) [15:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 15(String), 05(String), 543.6(Float), 2973.4(Float), 3.5(Float), 289531.0(Float), 01(String) [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33015(Integer), 110(Integer), 1(Integer), 432302.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 422.8(Double), 983.3(Double), 415739.2(Double), 42.5(Double), 89.4(Double), 2414004.9(Double), 181438.0(Double), 01(String) [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33015(Integer), 110(Integer), 2(Integer), 111333.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 108.3(Double), 983.7(Double), 106534.7(Double), 31.7(Double), 92.6(Double), 559420.0(Double), 108093.0(Double), 01(String) [15:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 15(String), 05(String), 540.2(Float), 3296.8(Float), 3.3(Float), 366551.0(Float), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33016(Integer), 125(Integer), 1(Integer), 426246.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 423.4(Double), 1010.6(Double), 427888.0(Double), 43.4(Double), 89.6(Double), 2600747.1(Double), 223030.0(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33016(Integer), 125(Integer), 2(Integer), 113927.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 115.9(Double), 1009.7(Double), 117024.2(Double), 34.1(Double), 93.8(Double), 696014.0(Double), 143521.0(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 15(String), 05(String), 628.6(Float), 3692.3(Float), 3.7(Float), 395413.0(Float), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33017(Integer), 105(Integer), 1(Integer), 493284.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 485.8(Double), 988.5(Double), 480213.3(Double), 42.7(Double), 100.0(Double), 2912802.0(Double), 241704.0(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33017(Integer), 105(Integer), 2(Integer), 135269.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 125.1(Double), 977.6(Double), 122297.8(Double), 32.5(Double), 99.9(Double), 779492.0(Double), 153709.0(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 15(String), 05(String), 597.3(Float), 3580.0(Float), 3.6(Float), 415766.0(Float), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 15(String), 05(String), 94.5(Float), 655.8(Float), 4.4(Float), 73448.2(Float), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33018(Integer), 121(Integer), 1(Integer), 459429.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 456.8(Double), 1002.6(Double), 457987.7(Double), 40.7(Double), 100.0(Double), 2794178.0(Double), 250569.0(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33019(Integer), 127(Integer), 1(Integer), 31309.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 214.0(Double), 537.0(Double), 114918.0(Double), 43.0(Double), 0.0(Double), 219900.0(Double), 24704.5(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33018(Integer), 121(Integer), 2(Integer), 137855.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 126.7(Double), 999.7(Double), 126662.0(Double), 33.4(Double), 100.0(Double), 785820.0(Double), 165197.0(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33019(Integer), 127(Integer), 2(Integer), 29478.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 146.0(Double), 574.0(Double), 83804.0(Double), 45.0(Double), 0.0(Double), 204100.0(Double), 22652.2(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33019(Integer), 127(Integer), 3(Integer), 33514.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 217.0(Double), 585.0(Double), 126945.0(Double), 47.0(Double), 0.0(Double), 231900.0(Double), 26091.6(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 15(String), 05(String), 618.9(Float), 3631.8(Float), 3.6(Float), 388895.0(Float), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33020(Integer), 107(Integer), 1(Integer), 489334.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 495.8(Double), 980.6(Double), 486181.5(Double), 45.7(Double), 89.3(Double), 2802238.0(Double), 236772.0(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33020(Integer), 107(Integer), 2(Integer), 129600.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 120.9(Double), 982.2(Double), 118748.0(Double), 32.8(Double), 94.6(Double), 829570.0(Double), 152123.0(Double), 01(String) [15:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 15(String), 05(String), 616.6(Float), 3685.0(Float), 3.7(Float), 298892.0(Float), 01(String) [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33021(Integer), 102(Integer), 1(Integer), 482814.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 489.4(Double), 983.5(Double), 481324.9(Double), 46.2(Double), 89.8(Double), 2885444.1(Double), 193524.0(Double), 01(String) [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33021(Integer), 102(Integer), 2(Integer), 133752.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 122.5(Double), 982.9(Double), 120405.3(Double), 34.3(Double), 93.8(Double), 799514.0(Double), 105368.0(Double), 01(String) [15:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 15(String), 05(String), 587.2(Float), 3529.2(Float), 3.5(Float), 381998.0(Float), 01(String) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33022(Integer), 122(Integer), 1(Integer), 450661.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 441.5(Double), 1013.8(Double), 447592.7(Double), 45.6(Double), 89.4(Double), 2746583.0(Double), 230276.0(Double), 01(String) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33022(Integer), 122(Integer), 2(Integer), 136520.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 128.2(Double), 1013.2(Double), 129892.2(Double), 34.1(Double), 94.8(Double), 782649.0(Double), 151722.0(Double), 01(String) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 15(String), 05(String), 655.5(Float), 3594.4(Float), 3.6(Float), 377062.0(Float), 01(String) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33023(Integer), 113(Integer), 1(Integer), 497735.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 510.6(Double), 981.1(Double), 500949.7(Double), 47.3(Double), 90.3(Double), 2799387.0(Double), 228026.0(Double), 01(String) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33023(Integer), 113(Integer), 2(Integer), 150771.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 144.2(Double), 987.2(Double), 142354.2(Double), 34.2(Double), 93.8(Double), 795861.0(Double), 149037.0(Double), 01(String) [15:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 15(String), 05(String), 573.5(Float), 4297.7(Float), 4.7(Float), 1505501.0(Float), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 1(Integer), 31889.0(Double), 0.0(Double), 31.9(Double), 0.0(Double), 41.2(Double), 580.0(Double), 23894.6(Double), 42.3(Double), 0.0(Double), 240900.0(Double), 73394.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 2(Integer), 32416.0(Double), 0.0(Double), 32.4(Double), 0.0(Double), 42.2(Double), 582.3(Double), 24571.7(Double), 44.0(Double), 0.0(Double), 242800.0(Double), 86676.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 3(Integer), 31753.0(Double), 0.0(Double), 31.8(Double), 0.0(Double), 41.4(Double), 580.1(Double), 24014.8(Double), 42.7(Double), 0.0(Double), 241100.0(Double), 75057.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 4(Integer), 31558.0(Double), 0.0(Double), 31.6(Double), 0.0(Double), 40.9(Double), 581.5(Double), 23783.3(Double), 42.8(Double), 0.0(Double), 241700.0(Double), 78487.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 5(Integer), 32021.0(Double), 0.0(Double), 32.0(Double), 0.0(Double), 41.6(Double), 583.9(Double), 24290.2(Double), 44.4(Double), 0.0(Double), 243600.0(Double), 88512.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 6(Integer), 31617.0(Double), 0.0(Double), 31.6(Double), 0.0(Double), 40.7(Double), 584.7(Double), 23797.3(Double), 42.6(Double), 0.0(Double), 245100.0(Double), 88380.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 7(Integer), 24132.0(Double), 0.0(Double), 24.1(Double), 0.0(Double), 37.8(Double), 432.0(Double), 16329.6(Double), 41.0(Double), 0.0(Double), 234000.0(Double), 72300.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 8(Integer), 32621.0(Double), 0.0(Double), 32.6(Double), 0.0(Double), 42.5(Double), 583.0(Double), 24777.5(Double), 44.5(Double), 0.0(Double), 230200.0(Double), 83445.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 9(Integer), 33009.0(Double), 0.0(Double), 33.0(Double), 0.0(Double), 43.2(Double), 578.5(Double), 24991.2(Double), 45.6(Double), 0.0(Double), 204800.0(Double), 71150.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 10(Integer), 31997.0(Double), 0.0(Double), 32.0(Double), 0.0(Double), 41.4(Double), 582.2(Double), 24103.1(Double), 43.7(Double), 0.0(Double), 232400.0(Double), 84622.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 11(Integer), 31471.0(Double), 0.0(Double), 31.5(Double), 0.0(Double), 40.7(Double), 582.2(Double), 23696.9(Double), 43.6(Double), 0.0(Double), 232700.0(Double), 84853.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 12(Integer), 30949.0(Double), 0.0(Double), 30.9(Double), 0.0(Double), 40.5(Double), 579.2(Double), 23458.9(Double), 43.1(Double), 0.0(Double), 234200.0(Double), 86299.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 13(Integer), 31631.0(Double), 0.0(Double), 31.6(Double), 0.0(Double), 41.1(Double), 580.0(Double), 23836.6(Double), 43.2(Double), 0.0(Double), 235500.0(Double), 85512.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 14(Integer), 32286.0(Double), 0.0(Double), 32.3(Double), 0.0(Double), 41.6(Double), 584.4(Double), 24309.7(Double), 44.1(Double), 0.0(Double), 229800.0(Double), 84247.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 15(Integer), 27811.0(Double), 0.0(Double), 27.8(Double), 0.0(Double), 34.7(Double), 578.2(Double), 20063.5(Double), 41.6(Double), 0.0(Double), 213000.0(Double), 77040.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 16(Integer), 27921.0(Double), 0.0(Double), 27.9(Double), 0.0(Double), 34.8(Double), 580.4(Double), 20197.9(Double), 43.2(Double), 0.0(Double), 199900.0(Double), 73358.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 17(Integer), 27143.0(Double), 0.0(Double), 27.1(Double), 0.0(Double), 33.5(Double), 586.3(Double), 19641.0(Double), 42.2(Double), 0.0(Double), 212300.0(Double), 77870.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 18(Integer), 19286.0(Double), 0.0(Double), 19.3(Double), 0.0(Double), 33.4(Double), 575.5(Double), 19220.6(Double), 39.8(Double), 0.0(Double), 141700.0(Double), 52721.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33024(Integer), 92(Integer), 19(Integer), 31983.0(Double), 0.0(Double), 32.0(Double), 0.0(Double), 41.0(Double), 585.1(Double), 23987.7(Double), 42.5(Double), 0.0(Double), 242000.0(Double), 81578.0(Double), 01(String) [15:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 15(String), 05(String), 614.6(Float), 4764.3(Float), 4.8(Float), 1606736.0(Float), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 1(Integer), 24957.0(Double), 0.0(Double), 25.0(Double), 0.0(Double), 32.3(Double), 534.3(Double), 17257.9(Double), 42.0(Double), 0.0(Double), 240200.0(Double), 79151.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 2(Integer), 32396.0(Double), 0.0(Double), 32.4(Double), 0.0(Double), 42.4(Double), 576.3(Double), 24436.5(Double), 43.9(Double), 0.0(Double), 246800.0(Double), 87554.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 3(Integer), 31782.0(Double), 0.0(Double), 31.8(Double), 0.0(Double), 41.5(Double), 576.1(Double), 23908.2(Double), 44.2(Double), 0.0(Double), 240100.0(Double), 75641.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 4(Integer), 32219.0(Double), 0.0(Double), 32.2(Double), 0.0(Double), 41.7(Double), 580.0(Double), 24184.6(Double), 44.1(Double), 0.0(Double), 244000.0(Double), 86546.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 5(Integer), 32557.0(Double), 0.0(Double), 32.6(Double), 0.0(Double), 42.4(Double), 578.4(Double), 24524.2(Double), 44.3(Double), 0.0(Double), 241900.0(Double), 75972.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 6(Integer), 32901.0(Double), 0.0(Double), 32.9(Double), 0.0(Double), 43.2(Double), 579.6(Double), 25037.3(Double), 43.5(Double), 0.0(Double), 246500.0(Double), 89310.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 7(Integer), 32342.0(Double), 0.0(Double), 32.3(Double), 0.0(Double), 41.6(Double), 582.4(Double), 24229.2(Double), 43.8(Double), 0.0(Double), 245500.0(Double), 87514.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 8(Integer), 32416.0(Double), 0.0(Double), 32.4(Double), 0.0(Double), 41.8(Double), 583.4(Double), 24386.1(Double), 43.2(Double), 0.0(Double), 243500.0(Double), 77401.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 9(Integer), 33041.0(Double), 0.0(Double), 33.0(Double), 0.0(Double), 42.9(Double), 579.5(Double), 24860.6(Double), 43.9(Double), 0.0(Double), 246100.0(Double), 86944.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 10(Integer), 30637.0(Double), 0.0(Double), 30.6(Double), 0.0(Double), 42.1(Double), 539.5(Double), 22714.4(Double), 44.8(Double), 0.0(Double), 238600.0(Double), 68031.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 11(Integer), 33829.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 44.7(Double), 577.3(Double), 25805.3(Double), 44.6(Double), 0.0(Double), 244600.0(Double), 84263.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 12(Integer), 26257.0(Double), 0.0(Double), 26.3(Double), 0.0(Double), 36.3(Double), 486.0(Double), 17643.0(Double), 44.4(Double), 0.0(Double), 235300.0(Double), 67450.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 13(Integer), 34118.0(Double), 0.0(Double), 34.1(Double), 0.0(Double), 44.6(Double), 583.4(Double), 26018.2(Double), 45.3(Double), 0.0(Double), 241800.0(Double), 83575.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 14(Integer), 34304.0(Double), 0.0(Double), 34.3(Double), 0.0(Double), 44.4(Double), 583.3(Double), 25900.0(Double), 45.5(Double), 0.0(Double), 240700.0(Double), 79618.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 15(Integer), 17640.0(Double), 0.0(Double), 17.6(Double), 0.0(Double), 23.4(Double), 520.5(Double), 12180.5(Double), 44.9(Double), 0.0(Double), 230600.0(Double), 70380.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 16(Integer), 32250.0(Double), 0.0(Double), 32.3(Double), 0.0(Double), 41.8(Double), 582.3(Double), 24341.5(Double), 44.7(Double), 0.0(Double), 237000.0(Double), 87358.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 17(Integer), 31962.0(Double), 0.0(Double), 32.0(Double), 0.0(Double), 41.7(Double), 583.7(Double), 24341.7(Double), 45.5(Double), 0.0(Double), 236200.0(Double), 85004.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 18(Integer), 28671.0(Double), 0.0(Double), 28.7(Double), 0.0(Double), 35.6(Double), 580.2(Double), 20655.1(Double), 43.6(Double), 0.0(Double), 208800.0(Double), 72771.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 19(Integer), 27945.0(Double), 0.0(Double), 27.9(Double), 0.0(Double), 34.4(Double), 577.4(Double), 19861.4(Double), 45.0(Double), 0.0(Double), 208300.0(Double), 72460.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33025(Integer), 93(Integer), 20(Integer), 32366.0(Double), 0.0(Double), 32.4(Double), 0.0(Double), 41.7(Double), 586.8(Double), 24470.9(Double), 43.6(Double), 0.0(Double), 247800.0(Double), 89793.0(Double), 01(String) [15:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 15(String), 05(String), 124.0(Float), 871.4(Float), 4.4(Float), 57901.0(Float), 01(String) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33026(Integer), 99(Integer), 1(Integer), 30800.0(Double), 0.0(Double), 30.8(Double), 1.7(Double), 56.2(Double), 545.5(Double), 30655.2(Double), 54.2(Double), 100.0(Double), 217100.0(Double), 14398.0(Double), 01(String) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33026(Integer), 99(Integer), 2(Integer), 31100.0(Double), 0.0(Double), 31.1(Double), 1.1(Double), 56.4(Double), 548.1(Double), 30912.8(Double), 51.4(Double), 100.0(Double), 219700.0(Double), 14616.0(Double), 01(String) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33026(Integer), 99(Integer), 3(Integer), 30900.0(Double), 0.0(Double), 30.9(Double), 2.1(Double), 57.2(Double), 538.9(Double), 30825.1(Double), 49.1(Double), 100.0(Double), 215900.0(Double), 14306.0(Double), 01(String) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33026(Integer), 99(Integer), 4(Integer), 31100.0(Double), 0.0(Double), 31.1(Double), 2.2(Double), 57.6(Double), 539.8(Double), 31094.4(Double), 43.3(Double), 100.0(Double), 218800.0(Double), 14581.0(Double), 01(String) [15:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 15(String), 05(String), 492.6(Float), 3104.0(Float), 3.1(Float), 230689.0(Float), 01(String) [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33027(Integer), 123(Integer), 1(Integer), 400568.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 405.6(Double), 993.3(Double), 402882.5(Double), 38.3(Double), 100.0(Double), 2456093.0(Double), 204063.0(Double), 01(String) [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33027(Integer), 123(Integer), 2(Integer), 91984.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 77.9(Double), 982.5(Double), 76536.8(Double), 30.2(Double), 100.0(Double), 647890.0(Double), 26626.0(Double), 01(String) [15:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 15(String), 34(String), 381.4(Float), 3819.6(Float), 3.8(Float), 368994.0(Float), 01(String) [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33038(Integer), 101(Integer), 1(Integer), 298976.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 300.6(Double), 981.9(Double), 295159.2(Double), 38.7(Double), 90.0(Double), 2983351.1(Double), 226249.0(Double), 01(String) [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33038(Integer), 101(Integer), 2(Integer), 82423.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 70.1(Double), 981.3(Double), 68789.1(Double), 31.6(Double), 94.0(Double), 836205.0(Double), 142745.0(Double), 01(String) [15:34:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 15(String), 35(String), 378.0(Float), 3778.9(Float), 3.8(Float), 389370.0(Float), 01(String) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33039(Integer), 108(Integer), 1(Integer), 298520.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 306.5(Double), 980.8(Double), 300615.2(Double), 49.0(Double), 89.8(Double), 2956615.0(Double), 237328.0(Double), 01(String) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33039(Integer), 108(Integer), 2(Integer), 79451.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 69.0(Double), 987.0(Double), 68103.0(Double), 37.3(Double), 92.4(Double), 822311.0(Double), 152042.0(Double), 01(String) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 15(String), 35(String), 413.2(Float), 3942.1(Float), 3.9(Float), 406125.0(Float), 01(String) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33040(Integer), 109(Integer), 1(Integer), 322198.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 320.3(Double), 989.4(Double), 316904.8(Double), 37.0(Double), 88.1(Double), 3075374.0(Double), 246703.0(Double), 01(String) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33040(Integer), 109(Integer), 2(Integer), 90962.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 84.7(Double), 995.4(Double), 84310.4(Double), 30.6(Double), 94.5(Double), 866749.0(Double), 159422.0(Double), 01(String) [15:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 15(String), 35(String), 379.6(Float), 3752.6(Float), 3.8(Float), 322854.0(Float), 01(String) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33041(Integer), 106(Integer), 1(Integer), 290237.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 287.2(Double), 983.5(Double), 282461.2(Double), 35.5(Double), 90.0(Double), 2925147.0(Double), 200209.0(Double), 01(String) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33041(Integer), 106(Integer), 2(Integer), 89354.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 81.9(Double), 986.0(Double), 80753.4(Double), 30.5(Double), 92.7(Double), 827417.0(Double), 122645.0(Double), 01(String) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 15(String), 35(String), 354.8(Float), 3931.0(Float), 3.9(Float), 392786.0(Float), 01(String) [15:35:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33042(Integer), 111(Integer), 1(Integer), 275562.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 307.2(Double), 984.5(Double), 302438.4(Double), 38.6(Double), 89.7(Double), 3063069.1(Double), 240754.0(Double), 01(String) [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33042(Integer), 111(Integer), 2(Integer), 79279.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 74.9(Double), 984.8(Double), 73761.5(Double), 30.6(Double), 93.3(Double), 867888.0(Double), 152032.0(Double), 01(String) [15:35:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 15(String), 35(String), 42.4(Float), 424.5(Float), 4.2(Float), 45944.2(Float), 01(String) [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33043(Integer), 129(Integer), 1(Integer), 22842.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 115.0(Double), 607.0(Double), 69805.0(Double), 48.0(Double), 0.0(Double), 223800.0(Double), 24198.2(Double), 01(String) [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33043(Integer), 129(Integer), 2(Integer), 19588.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 115.0(Double), 594.0(Double), 68310.0(Double), 49.0(Double), 0.0(Double), 200700.0(Double), 21746.0(Double), 01(String) [15:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 15(String), 35(String), 351.2(Float), 3691.9(Float), 3.7(Float), 377204.0(Float), 01(String) [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33044(Integer), 126(Integer), 1(Integer), 282851.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 287.0(Double), 989.1(Double), 283871.7(Double), 47.0(Double), 100.0(Double), 2925837.9(Double), 231957.0(Double), 01(String) [15:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33044(Integer), 126(Integer), 2(Integer), 68362.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 55.8(Double), 989.5(Double), 55214.1(Double), 38.0(Double), 100.0(Double), 766051.0(Double), 145247.0(Double), 01(String) [15:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 15(String), 35(String), 369.3(Float), 3885.2(Float), 3.9(Float), 329778.0(Float), 01(String) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33045(Integer), 104(Integer), 1(Integer), 280663.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 289.2(Double), 985.2(Double), 284919.8(Double), 35.1(Double), 100.0(Double), 3005354.0(Double), 183261.0(Double), 01(String) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33045(Integer), 104(Integer), 2(Integer), 88587.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 78.4(Double), 994.4(Double), 77961.0(Double), 31.5(Double), 100.0(Double), 879839.0(Double), 146517.0(Double), 01(String) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 15(String), 35(String), 387.4(Float), 3970.1(Float), 4.0(Float), 388238.0(Float), 01(String) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33046(Integer), 103(Integer), 1(Integer), 306157.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 307.9(Double), 992.1(Double), 305467.6(Double), 37.4(Double), 88.6(Double), 3128329.1(Double), 240768.0(Double), 01(String) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33046(Integer), 103(Integer), 2(Integer), 81220.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 66.8(Double), 991.5(Double), 66232.2(Double), 30.3(Double), 93.9(Double), 841726.0(Double), 147470.0(Double), 01(String) [15:35:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 15(String), 35(String), 298.2(Float), 2300.0(Float), 5.7(Float), 67573.4(Float), 01(String) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33047(Integer), 128(Integer), 1(Integer), 65886.0(Double), 600.1(Double), 0.0(Double), 0.1(Double), 103.8(Double), 645.9(Double), 67014.7(Double), 39.6(Double), 10.0(Double), 507760.0(Double), 15030.2(Double), 01(String) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33047(Integer), 128(Integer), 2(Integer), 66129.0(Double), 600.0(Double), 0.0(Double), 0.2(Double), 103.6(Double), 648.9(Double), 67210.5(Double), 40.0(Double), 10.0(Double), 508620.0(Double), 14961.0(Double), 01(String) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33047(Integer), 128(Integer), 3(Integer), 66784.0(Double), 600.0(Double), 0.0(Double), 0.1(Double), 104.5(Double), 649.7(Double), 67893.6(Double), 40.7(Double), 10.0(Double), 513670.0(Double), 15007.7(Double), 01(String) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33047(Integer), 128(Integer), 4(Integer), 66077.0(Double), 600.0(Double), 0.0(Double), 0.2(Double), 103.3(Double), 653.6(Double), 67539.1(Double), 42.9(Double), 10.0(Double), 508780.0(Double), 14889.6(Double), 01(String) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33047(Integer), 128(Integer), 5(Integer), 34027.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 54.7(Double), 633.8(Double), 34667.0(Double), 45.8(Double), 10.0(Double), 261610.0(Double), 7685.4(Double), 01(String) [15:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 15(String), 35(String), 363.8(Float), 3846.8(Float), 3.9(Float), 388738.0(Float), 01(String) [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33048(Integer), 112(Integer), 1(Integer), 292168.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 296.3(Double), 988.1(Double), 292774.0(Double), 40.7(Double), 91.3(Double), 3087717.0(Double), 241769.0(Double), 01(String) [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33048(Integer), 112(Integer), 2(Integer), 71593.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 65.6(Double), 985.0(Double), 64616.0(Double), 31.7(Double), 94.9(Double), 759064.0(Double), 146969.0(Double), 01(String) [15:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 15(String), 35(String), 334.5(Float), 3472.0(Float), 3.5(Float), 361394.0(Float), 01(String) [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33049(Integer), 124(Integer), 1(Integer), 257831.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 262.2(Double), 990.3(Double), 259656.7(Double), 35.1(Double), 100.0(Double), 2681333.0(Double), 217004.0(Double), 01(String) [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33049(Integer), 124(Integer), 2(Integer), 76650.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 75.8(Double), 992.1(Double), 75201.2(Double), 31.2(Double), 99.9(Double), 790667.0(Double), 144390.0(Double), 01(String) [15:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 15(String), 35(String), 342.3(Float), 3700.6(Float), 3.7(Float), 388981.0(Float), 01(String) [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33050(Integer), 120(Integer), 1(Integer), 271664.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 270.5(Double), 998.0(Double), 269959.0(Double), 33.0(Double), 100.0(Double), 2907124.0(Double), 236260.0(Double), 01(String) [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33050(Integer), 120(Integer), 2(Integer), 70655.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 61.1(Double), 993.5(Double), 60702.8(Double), 25.5(Double), 100.0(Double), 793516.0(Double), 152721.0(Double), 01(String) [15:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 15(String), 35(String), 313.7(Float), 3183.3(Float), 3.8(Float), 289741.0(Float), 01(String) [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33051(Integer), 110(Integer), 1(Integer), 249563.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 243.9(Double), 981.6(Double), 239412.2(Double), 35.0(Double), 89.0(Double), 2580684.1(Double), 181605.0(Double), 01(String) [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33051(Integer), 110(Integer), 2(Integer), 64118.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 61.3(Double), 980.5(Double), 60104.6(Double), 28.3(Double), 92.5(Double), 602571.0(Double), 108136.0(Double), 01(String) [15:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 15(String), 35(String), 341.2(Float), 3512.9(Float), 3.5(Float), 366767.0(Float), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33052(Integer), 125(Integer), 1(Integer), 271787.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 269.4(Double), 1003.0(Double), 270208.2(Double), 36.3(Double), 88.3(Double), 2771492.9(Double), 223200.0(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33052(Integer), 125(Integer), 2(Integer), 69438.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 70.1(Double), 1011.8(Double), 70927.2(Double), 31.1(Double), 93.9(Double), 741362.0(Double), 143567.0(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 15(String), 35(String), 370.7(Float), 3930.8(Float), 3.9(Float), 395652.0(Float), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33053(Integer), 105(Integer), 1(Integer), 291232.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 286.9(Double), 980.4(Double), 281276.8(Double), 35.0(Double), 100.0(Double), 3100845.9(Double), 241892.0(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33053(Integer), 105(Integer), 2(Integer), 79441.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 66.4(Double), 988.2(Double), 65616.5(Double), 28.2(Double), 100.0(Double), 829929.0(Double), 153760.0(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 15(String), 35(String), 374.0(Float), 3819.0(Float), 3.8(Float), 416005.0(Float), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33054(Integer), 121(Integer), 1(Integer), 288831.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 291.0(Double), 988.6(Double), 287682.6(Double), 34.8(Double), 100.0(Double), 2977864.0(Double), 250753.0(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33054(Integer), 121(Integer), 2(Integer), 85167.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 74.8(Double), 997.8(Double), 74635.4(Double), 29.9(Double), 99.9(Double), 841148.0(Double), 165252.0(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 15(String), 35(String), 78.5(Float), 699.0(Float), 4.7(Float), 73491.4(Float), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33055(Integer), 127(Integer), 1(Integer), 26111.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 180.0(Double), 550.0(Double), 99000.0(Double), 42.0(Double), 0.0(Double), 234200.0(Double), 24718.8(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33055(Integer), 127(Integer), 2(Integer), 24489.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 118.0(Double), 584.0(Double), 68912.0(Double), 45.0(Double), 0.0(Double), 217500.0(Double), 22665.6(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33055(Integer), 127(Integer), 3(Integer), 27902.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 187.0(Double), 591.0(Double), 110517.0(Double), 45.0(Double), 0.0(Double), 247300.0(Double), 26107.0(Double), 01(String) [15:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 15(String), 35(String), 357.8(Float), 3867.2(Float), 3.9(Float), 389129.0(Float), 01(String) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33056(Integer), 107(Integer), 1(Integer), 286750.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 290.1(Double), 981.5(Double), 284733.2(Double), 37.5(Double), 91.1(Double), 2988908.9(Double), 236958.0(Double), 01(String) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33056(Integer), 107(Integer), 2(Integer), 71039.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 62.9(Double), 992.2(Double), 62409.4(Double), 30.3(Double), 94.6(Double), 878335.0(Double), 152171.0(Double), 01(String) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 15(String), 35(String), 364.9(Float), 3928.9(Float), 3.9(Float), 299136.0(Float), 01(String) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33057(Integer), 102(Integer), 1(Integer), 285634.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 291.5(Double), 985.2(Double), 287185.8(Double), 37.0(Double), 89.4(Double), 3076602.1(Double), 193715.0(Double), 01(String) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33057(Integer), 102(Integer), 2(Integer), 79301.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 70.0(Double), 988.2(Double), 69174.0(Double), 30.9(Double), 93.3(Double), 852300.0(Double), 105421.0(Double), 01(String) [15:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 15(String), 35(String), 365.0(Float), 3769.1(Float), 3.8(Float), 382238.0(Float), 01(String) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33058(Integer), 122(Integer), 1(Integer), 280308.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 275.5(Double), 1000.0(Double), 275500.0(Double), 36.1(Double), 89.8(Double), 2930699.0(Double), 230460.0(Double), 01(String) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33058(Integer), 122(Integer), 2(Integer), 84677.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 76.1(Double), 1000.3(Double), 76122.8(Double), 29.5(Double), 93.7(Double), 838408.0(Double), 151778.0(Double), 01(String) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 15(String), 35(String), 385.7(Float), 3851.2(Float), 3.9(Float), 377319.0(Float), 01(String) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33059(Integer), 113(Integer), 1(Integer), 295139.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 301.0(Double), 981.8(Double), 295521.8(Double), 37.4(Double), 89.4(Double), 2994981.9(Double), 228222.0(Double), 01(String) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33059(Integer), 113(Integer), 2(Integer), 90571.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 83.9(Double), 991.2(Double), 83161.7(Double), 30.5(Double), 92.9(Double), 856218.0(Double), 149097.0(Double), 01(String) [15:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 15(String), 35(String), 468.6(Float), 4550.2(Float), 4.9(Float), 1505752.0(Float), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 1(Integer), 26307.0(Double), 0.0(Double), 26.3(Double), 0.0(Double), 33.4(Double), 589.9(Double), 19702.7(Double), 40.7(Double), 0.0(Double), 255100.0(Double), 73408.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 2(Integer), 26680.0(Double), 0.0(Double), 26.7(Double), 0.0(Double), 34.7(Double), 586.1(Double), 20338.8(Double), 42.6(Double), 0.0(Double), 257100.0(Double), 86690.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 3(Integer), 26081.0(Double), 0.0(Double), 26.1(Double), 0.0(Double), 33.7(Double), 583.4(Double), 19661.7(Double), 41.5(Double), 0.0(Double), 255100.0(Double), 75071.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 4(Integer), 25876.0(Double), 0.0(Double), 25.9(Double), 0.0(Double), 33.4(Double), 585.9(Double), 19570.2(Double), 41.8(Double), 0.0(Double), 255700.0(Double), 78501.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 5(Integer), 26140.0(Double), 0.0(Double), 26.1(Double), 0.0(Double), 34.2(Double), 582.3(Double), 19914.7(Double), 43.0(Double), 0.0(Double), 257800.0(Double), 88526.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 6(Integer), 25940.0(Double), 0.0(Double), 25.9(Double), 0.0(Double), 33.2(Double), 587.2(Double), 19493.9(Double), 41.1(Double), 0.0(Double), 259100.0(Double), 88394.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 7(Integer), 16674.0(Double), 0.0(Double), 16.7(Double), 0.0(Double), 26.4(Double), 372.8(Double), 9842.8(Double), 39.9(Double), 0.0(Double), 244100.0(Double), 72310.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 8(Integer), 26851.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 34.9(Double), 587.5(Double), 20503.8(Double), 43.2(Double), 0.0(Double), 244600.0(Double), 83459.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 9(Integer), 27405.0(Double), 0.0(Double), 27.4(Double), 0.0(Double), 35.6(Double), 582.4(Double), 20733.4(Double), 43.9(Double), 0.0(Double), 219300.0(Double), 71164.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 10(Integer), 26298.0(Double), 0.0(Double), 26.3(Double), 0.0(Double), 33.8(Double), 585.1(Double), 19777.5(Double), 42.7(Double), 0.0(Double), 246500.0(Double), 84636.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 11(Integer), 25668.0(Double), 0.0(Double), 25.7(Double), 0.0(Double), 33.0(Double), 588.1(Double), 19408.4(Double), 41.9(Double), 0.0(Double), 246500.0(Double), 84867.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 12(Integer), 25235.0(Double), 0.0(Double), 25.2(Double), 0.0(Double), 32.6(Double), 585.1(Double), 19073.2(Double), 41.9(Double), 0.0(Double), 247700.0(Double), 86312.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 13(Integer), 25966.0(Double), 0.0(Double), 26.0(Double), 0.0(Double), 33.6(Double), 584.3(Double), 19633.6(Double), 41.2(Double), 0.0(Double), 249400.0(Double), 85526.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 14(Integer), 26738.0(Double), 0.0(Double), 26.7(Double), 0.0(Double), 34.8(Double), 579.3(Double), 20158.5(Double), 42.4(Double), 0.0(Double), 244100.0(Double), 84261.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 15(Integer), 22960.0(Double), 0.0(Double), 23.0(Double), 0.0(Double), 28.3(Double), 587.2(Double), 16617.8(Double), 40.7(Double), 0.0(Double), 225300.0(Double), 77052.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 16(Integer), 23021.0(Double), 0.0(Double), 23.0(Double), 0.0(Double), 28.9(Double), 579.4(Double), 16744.7(Double), 42.2(Double), 0.0(Double), 212100.0(Double), 73371.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 17(Integer), 22234.0(Double), 0.0(Double), 22.2(Double), 0.0(Double), 27.3(Double), 589.7(Double), 16098.8(Double), 40.7(Double), 0.0(Double), 224200.0(Double), 77882.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 18(Integer), 16098.0(Double), 0.0(Double), 16.1(Double), 0.0(Double), 27.7(Double), 581.0(Double), 16092.8(Double), 38.6(Double), 0.0(Double), 150300.0(Double), 52729.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33060(Integer), 92(Integer), 19(Integer), 26382.0(Double), 0.0(Double), 26.4(Double), 0.0(Double), 33.5(Double), 590.5(Double), 19780.6(Double), 41.4(Double), 0.0(Double), 256200.0(Double), 81593.0(Double), 01(String) [15:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 15(String), 35(String), 469.1(Float), 5467.3(Float), 5.5(Float), 1465282.0(Float), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 1(Integer), 19910.0(Double), 0.0(Double), 19.9(Double), 0.0(Double), 23.8(Double), 574.8(Double), 13680.2(Double), 39.8(Double), 0.0(Double), 251100.0(Double), 79162.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 2(Integer), 26765.0(Double), 0.0(Double), 26.8(Double), 0.0(Double), 34.5(Double), 584.8(Double), 20174.4(Double), 42.5(Double), 0.0(Double), 261100.0(Double), 87569.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 3(Integer), 26143.0(Double), 0.0(Double), 26.1(Double), 0.0(Double), 34.2(Double), 575.5(Double), 19682.1(Double), 42.6(Double), 0.0(Double), 253900.0(Double), 75654.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 4(Integer), 26635.0(Double), 0.0(Double), 26.6(Double), 0.0(Double), 34.4(Double), 583.4(Double), 20069.0(Double), 42.9(Double), 0.0(Double), 258300.0(Double), 86560.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 5(Integer), 27276.0(Double), 0.0(Double), 27.3(Double), 0.0(Double), 35.1(Double), 586.8(Double), 20595.5(Double), 42.8(Double), 0.0(Double), 256400.0(Double), 75987.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 6(Integer), 27417.0(Double), 0.0(Double), 27.4(Double), 0.0(Double), 36.0(Double), 583.0(Double), 20988.0(Double), 42.4(Double), 0.0(Double), 261100.0(Double), 89325.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 7(Integer), 26919.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 34.9(Double), 580.9(Double), 20272.2(Double), 42.3(Double), 0.0(Double), 259900.0(Double), 87529.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 8(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), -0.1(Double), 0.0(Double), 692000.0(Double), -64308.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 9(Integer), 27726.0(Double), 0.0(Double), 27.7(Double), 0.0(Double), 35.7(Double), 582.9(Double), 20809.5(Double), 42.6(Double), 0.0(Double), 260800.0(Double), 86959.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 10(Integer), 20337.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 29.4(Double), 453.3(Double), 13327.0(Double), 42.7(Double), 0.0(Double), 250700.0(Double), 68043.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 11(Integer), 28759.0(Double), 0.0(Double), 28.8(Double), 0.0(Double), 37.4(Double), 585.7(Double), 21906.4(Double), 43.1(Double), 0.0(Double), 259700.0(Double), 84278.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 12(Integer), 17844.0(Double), 0.0(Double), 17.8(Double), 0.0(Double), 24.7(Double), 387.8(Double), 9579.5(Double), 42.2(Double), 0.0(Double), 245800.0(Double), 67460.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 13(Integer), 29025.0(Double), 0.0(Double), 29.0(Double), 0.0(Double), 37.6(Double), 589.3(Double), 22157.7(Double), 44.2(Double), 0.0(Double), 257100.0(Double), 83590.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 14(Integer), 25626.0(Double), 0.0(Double), 25.6(Double), 0.0(Double), 31.1(Double), 591.2(Double), 18387.4(Double), 44.4(Double), 0.0(Double), 255900.0(Double), 79633.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 15(Integer), 11096.0(Double), 0.0(Double), 11.1(Double), 0.0(Double), 13.0(Double), 568.5(Double), 7390.5(Double), 42.3(Double), 0.0(Double), 237600.0(Double), 70387.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 16(Integer), 26702.0(Double), 0.0(Double), 26.7(Double), 0.0(Double), 34.8(Double), 580.7(Double), 20208.4(Double), 43.2(Double), 0.0(Double), 251300.0(Double), 87373.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 17(Integer), 26494.0(Double), 0.0(Double), 26.5(Double), 0.0(Double), 34.3(Double), 590.6(Double), 20258.7(Double), 44.2(Double), 0.0(Double), 250300.0(Double), 85018.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 18(Integer), 24124.0(Double), 0.0(Double), 24.1(Double), 0.0(Double), 29.7(Double), 585.1(Double), 17378.5(Double), 42.9(Double), 0.0(Double), 221400.0(Double), 72784.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 19(Integer), 23581.0(Double), 0.0(Double), 23.6(Double), 0.0(Double), 28.8(Double), 583.3(Double), 16798.1(Double), 43.8(Double), 0.0(Double), 220800.0(Double), 72472.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33061(Integer), 93(Integer), 20(Integer), 26688.0(Double), 0.0(Double), 26.7(Double), 0.0(Double), 34.0(Double), 591.9(Double), 20125.7(Double), 42.5(Double), 0.0(Double), 262100.0(Double), 89807.0(Double), 01(String) [15:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 15(String), 35(String), 89.0(Float), 924.6(Float), 4.6(Float), 57953.0(Float), 01(String) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33062(Integer), 99(Integer), 1(Integer), 22000.0(Double), 0.0(Double), 22.0(Double), 1.9(Double), 39.1(Double), 552.6(Double), 21606.7(Double), 50.8(Double), 100.0(Double), 230200.0(Double), 14411.0(Double), 01(String) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33062(Integer), 99(Integer), 2(Integer), 22400.0(Double), 0.0(Double), 22.4(Double), 1.6(Double), 40.0(Double), 552.4(Double), 22096.0(Double), 49.9(Double), 100.0(Double), 233100.0(Double), 14629.0(Double), 01(String) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33062(Integer), 99(Integer), 3(Integer), 22200.0(Double), 0.0(Double), 22.2(Double), 1.3(Double), 40.4(Double), 545.1(Double), 22020.7(Double), 45.5(Double), 100.0(Double), 229200.0(Double), 14319.0(Double), 01(String) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33062(Integer), 99(Integer), 4(Integer), 22400.0(Double), 0.0(Double), 22.4(Double), 1.5(Double), 40.6(Double), 544.9(Double), 22122.9(Double), 40.1(Double), 100.0(Double), 232100.0(Double), 14594.0(Double), 01(String) [15:35:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 15(String), 35(String), 286.2(Float), 3298.2(Float), 3.3(Float), 230883.0(Float), 01(String) [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33063(Integer), 123(Integer), 1(Integer), 233576.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 236.7(Double), 988.7(Double), 234025.3(Double), 34.0(Double), 99.9(Double), 2614446.0(Double), 204221.0(Double), 01(String) [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33063(Integer), 123(Integer), 2(Integer), 52668.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 37.7(Double), 983.4(Double), 37074.2(Double), 27.0(Double), 100.0(Double), 683723.0(Double), 26662.0(Double), 01(String) [15:35:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer) [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:56:04] [DEBUG] controller.RestAPIController - callPmsFault :: [89] [221.144.132.35] 영월 우진 is Fault PUSH [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 1(Integer), 61810(Integer), 2022-05-10(String), 15(String), 56(String), 8325580(Long), 7849280(Long), 56286(Long), 0(Integer), 119(Integer), 50496(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 7(Integer), 15330(Integer), 0(Integer), 56286(Integer), 4470(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 17(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 4(Integer), 236(Integer), 232(Integer), 237(Integer), 0(Integer), 0(Integer), 312(Integer), 392(Integer), 375(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 89(Integer) [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [15:56:04] [DEBUG] service.CsService - [89:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 0(Integer), 61810(Integer), 2022-05-10(String), 15(String), 56(String), 8325580(Long), 7849280(Long), 56286(Long), 0(Integer), 119(Integer), 50496(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 7(Integer), 15330(Integer), 0(Integer), 56286(Integer), 4470(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 17(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 4(Integer), 236(Integer), 232(Integer), 237(Integer), 0(Integer), 0(Integer), 312(Integer), 392(Integer), 375(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [15:56:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [15:56:04] [DEBUG] controller.RestAPIController - [89] smsMessage : 영월 우진 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36061 [15:59:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [15:59:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [15:59:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [15:59:02] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [15:59:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [15:59:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [15:59:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 16(String), 04(String), 313.5(Float), 4007.9(Float), 4.0(Float), 369181.0(Float), 01(String) [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33069(Integer), 101(Integer), 1(Integer), 245761.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 251.5(Double), 983.8(Double), 247425.7(Double), 34.9(Double), 89.2(Double), 3130862.1(Double), 226396.0(Double), 01(String) [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33069(Integer), 101(Integer), 2(Integer), 67745.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 56.7(Double), 984.2(Double), 55804.1(Double), 28.4(Double), 94.1(Double), 877021.0(Double), 142785.0(Double), 01(String) [16:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 16(String), 04(String), 308.6(Float), 3967.8(Float), 4.0(Float), 389559.0(Float), 01(String) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33070(Integer), 108(Integer), 1(Integer), 244356.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 250.1(Double), 983.5(Double), 245973.4(Double), 43.4(Double), 88.7(Double), 3106760.0(Double), 237478.0(Double), 01(String) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33070(Integer), 108(Integer), 2(Integer), 64204.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 52.4(Double), 983.2(Double), 51519.7(Double), 35.3(Double), 94.8(Double), 861049.0(Double), 152081.0(Double), 01(String) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 16(String), 04(String), 321.0(Float), 4136.9(Float), 4.1(Float), 406319.0(Float), 01(String) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33071(Integer), 109(Integer), 1(Integer), 248234.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 246.2(Double), 992.5(Double), 244353.5(Double), 33.3(Double), 87.9(Double), 3225821.0(Double), 246853.0(Double), 01(String) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33071(Integer), 109(Integer), 2(Integer), 72790.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 65.2(Double), 1022.2(Double), 66647.4(Double), 27.6(Double), 93.6(Double), 911059.0(Double), 159466.0(Double), 01(String) [16:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 16(String), 05(String), 282.9(Float), 3916.2(Float), 3.9(Float), 323017.0(Float), 01(String) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33072(Integer), 106(Integer), 1(Integer), 216968.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 215.0(Double), 989.8(Double), 212807.0(Double), 30.3(Double), 88.4(Double), 3049324.0(Double), 200333.0(Double), 01(String) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33072(Integer), 106(Integer), 2(Integer), 65941.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 54.3(Double), 992.8(Double), 53909.0(Double), 26.2(Double), 93.3(Double), 866892.0(Double), 122684.0(Double), 01(String) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 16(String), 05(String), 337.8(Float), 4110.4(Float), 4.1(Float), 392965.0(Float), 01(String) [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33073(Integer), 111(Integer), 1(Integer), 260678.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 292.6(Double), 982.5(Double), 287479.5(Double), 34.6(Double), 88.4(Double), 3203202.9(Double), 240894.0(Double), 01(String) [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33073(Integer), 111(Integer), 2(Integer), 77146.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 67.4(Double), 1000.5(Double), 67433.7(Double), 27.1(Double), 95.6(Double), 907164.0(Double), 152071.0(Double), 01(String) [16:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 16(String), 05(String), 44.0(Float), 447.1(Float), 4.5(Float), 45966.8(Float), 01(String) [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33074(Integer), 129(Integer), 1(Integer), 23791.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 125.0(Double), 595.0(Double), 74375.0(Double), 47.0(Double), 0.0(Double), 236000.0(Double), 24210.4(Double), 01(String) [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33074(Integer), 129(Integer), 2(Integer), 20200.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 124.0(Double), 593.0(Double), 73532.0(Double), 48.0(Double), 0.0(Double), 211100.0(Double), 21756.4(Double), 01(String) [16:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 16(String), 05(String), 351.2(Float), 3874.4(Float), 3.9(Float), 377387.0(Float), 01(String) [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33075(Integer), 126(Integer), 1(Integer), 278006.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 281.3(Double), 999.6(Double), 281187.5(Double), 42.1(Double), 100.0(Double), 3074193.1(Double), 232106.0(Double), 01(String) [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33075(Integer), 126(Integer), 2(Integer), 73233.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 64.5(Double), 997.3(Double), 64325.8(Double), 36.5(Double), 100.0(Double), 800234.0(Double), 145281.0(Double), 01(String) [16:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 16(String), 05(String), 326.5(Float), 4062.1(Float), 4.1(Float), 329954.0(Float), 01(String) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33076(Integer), 104(Integer), 1(Integer), 249764.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 254.8(Double), 994.2(Double), 253322.2(Double), 30.9(Double), 100.0(Double), 3140538.1(Double), 183396.0(Double), 01(String) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33076(Integer), 104(Integer), 2(Integer), 76724.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 66.0(Double), 990.9(Double), 65399.4(Double), 27.8(Double), 100.0(Double), 921513.0(Double), 146558.0(Double), 01(String) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 16(String), 05(String), 370.5(Float), 4166.7(Float), 4.2(Float), 388435.0(Float), 01(String) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33077(Integer), 103(Integer), 1(Integer), 288292.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 289.7(Double), 1000.1(Double), 289729.0(Double), 34.0(Double), 89.0(Double), 3283566.9(Double), 240924.0(Double), 01(String) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33077(Integer), 103(Integer), 2(Integer), 82173.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 67.9(Double), 997.2(Double), 67709.9(Double), 27.6(Double), 92.6(Double), 883156.0(Double), 147511.0(Double), 01(String) [16:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 16(String), 05(String), 252.5(Float), 2438.1(Float), 6.1(Float), 67711.5(Float), 01(String) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33078(Integer), 128(Integer), 1(Integer), 55681.0(Double), 600.1(Double), 0.0(Double), -0.1(Double), 86.7(Double), 651.5(Double), 56490.5(Double), 38.3(Double), 645.4(Double), 538120.0(Double), 15060.5(Double), 01(String) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33078(Integer), 128(Integer), 2(Integer), 55824.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 87.0(Double), 652.4(Double), 56765.3(Double), 38.7(Double), 645.4(Double), 539080.0(Double), 14991.4(Double), 01(String) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33078(Integer), 128(Integer), 3(Integer), 56399.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 87.4(Double), 655.0(Double), 57269.9(Double), 39.5(Double), 645.4(Double), 544400.0(Double), 15038.5(Double), 01(String) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33078(Integer), 128(Integer), 4(Integer), 55864.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 86.3(Double), 660.8(Double), 57050.2(Double), 41.2(Double), 645.4(Double), 539170.0(Double), 14920.0(Double), 01(String) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33078(Integer), 128(Integer), 5(Integer), 28762.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 45.8(Double), 640.0(Double), 29316.1(Double), 44.9(Double), 10.0(Double), 277290.0(Double), 7701.0(Double), 01(String) [16:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 16(String), 05(String), 352.2(Float), 4036.1(Float), 4.1(Float), 388927.0(Float), 01(String) [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33079(Integer), 112(Integer), 1(Integer), 283325.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 285.6(Double), 1000.5(Double), 285742.8(Double), 35.7(Double), 91.3(Double), 3239788.1(Double), 241921.0(Double), 01(String) [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33079(Integer), 112(Integer), 2(Integer), 68862.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 60.3(Double), 990.0(Double), 59697.0(Double), 28.2(Double), 95.4(Double), 796274.0(Double), 147006.0(Double), 01(String) [16:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 16(String), 05(String), 317.0(Float), 3639.2(Float), 3.6(Float), 361561.0(Float), 01(String) [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33080(Integer), 124(Integer), 1(Integer), 251218.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 247.6(Double), 1019.7(Double), 252477.7(Double), 32.9(Double), 88.7(Double), 2810418.9(Double), 217133.0(Double), 01(String) [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33080(Integer), 124(Integer), 2(Integer), 65750.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 63.5(Double), 996.4(Double), 63271.4(Double), 28.8(Double), 93.2(Double), 828768.0(Double), 144428.0(Double), 01(String) [16:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 16(String), 05(String), 360.8(Float), 3879.1(Float), 3.9(Float), 389160.0(Float), 01(String) [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33081(Integer), 120(Integer), 1(Integer), 294741.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 295.6(Double), 999.5(Double), 295452.2(Double), 30.0(Double), 100.0(Double), 3049268.1(Double), 236402.0(Double), 01(String) [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33081(Integer), 120(Integer), 2(Integer), 66034.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 57.3(Double), 1008.1(Double), 57764.1(Double), 23.2(Double), 100.0(Double), 829857.0(Double), 152758.0(Double), 01(String) [16:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 16(String), 05(String), 283.1(Float), 3355.6(Float), 4.0(Float), 289913.0(Float), 01(String) [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33082(Integer), 110(Integer), 1(Integer), 225840.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 220.1(Double), 980.7(Double), 215852.1(Double), 32.3(Double), 88.0(Double), 2717811.0(Double), 181742.0(Double), 01(String) [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33082(Integer), 110(Integer), 2(Integer), 57292.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 53.2(Double), 982.6(Double), 52274.3(Double), 26.5(Double), 93.6(Double), 637780.0(Double), 108171.0(Double), 01(String) [16:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 16(String), 05(String), 348.9(Float), 3686.5(Float), 3.7(Float), 366941.0(Float), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33083(Integer), 125(Integer), 1(Integer), 271594.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 268.9(Double), 1010.2(Double), 271642.8(Double), 34.3(Double), 88.8(Double), 2909430.9(Double), 223338.0(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33083(Integer), 125(Integer), 2(Integer), 77295.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 77.5(Double), 1017.1(Double), 78825.3(Double), 30.1(Double), 95.8(Double), 777106.0(Double), 143603.0(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 16(String), 05(String), 326.5(Float), 4108.5(Float), 4.1(Float), 395830.0(Float), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33084(Integer), 105(Integer), 1(Integer), 255532.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 246.9(Double), 998.4(Double), 246505.0(Double), 31.1(Double), 100.0(Double), 3241522.0(Double), 242033.0(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33084(Integer), 105(Integer), 2(Integer), 70957.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 57.5(Double), 988.1(Double), 56815.8(Double), 25.0(Double), 100.0(Double), 867012.0(Double), 153797.0(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 16(String), 05(String), 78.1(Float), 737.7(Float), 4.9(Float), 73530.1(Float), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33085(Integer), 127(Integer), 1(Integer), 25992.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 180.0(Double), 542.0(Double), 97560.0(Double), 42.0(Double), 0.0(Double), 247100.0(Double), 24731.7(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33085(Integer), 127(Integer), 2(Integer), 24432.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 117.0(Double), 586.0(Double), 68562.0(Double), 50.0(Double), 0.0(Double), 229600.0(Double), 22677.7(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33085(Integer), 127(Integer), 3(Integer), 27717.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 181.0(Double), 591.0(Double), 106971.0(Double), 44.0(Double), 0.0(Double), 261000.0(Double), 26120.7(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 16(String), 05(String), 333.6(Float), 4011.2(Float), 4.0(Float), 416197.0(Float), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33086(Integer), 121(Integer), 1(Integer), 258581.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 252.1(Double), 999.0(Double), 251847.9(Double), 31.6(Double), 100.0(Double), 3125126.0(Double), 250900.0(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33086(Integer), 121(Integer), 2(Integer), 75065.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 62.6(Double), 1018.3(Double), 63745.6(Double), 26.8(Double), 99.9(Double), 886049.0(Double), 165297.0(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 16(String), 05(String), 304.8(Float), 4046.3(Float), 4.1(Float), 389309.0(Float), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33087(Integer), 107(Integer), 1(Integer), 244111.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 249.4(Double), 980.9(Double), 244636.5(Double), 33.5(Double), 91.4(Double), 3132830.1(Double), 237102.0(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33087(Integer), 107(Integer), 2(Integer), 60692.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 53.4(Double), 1004.6(Double), 53645.6(Double), 26.4(Double), 95.3(Double), 913483.0(Double), 152207.0(Double), 01(String) [16:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 16(String), 05(String), 340.8(Float), 4124.0(Float), 4.1(Float), 299331.0(Float), 01(String) [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33088(Integer), 102(Integer), 1(Integer), 268428.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 267.9(Double), 986.8(Double), 264363.7(Double), 33.7(Double), 90.1(Double), 3229663.1(Double), 193868.0(Double), 01(String) [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33088(Integer), 102(Integer), 2(Integer), 72327.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 60.1(Double), 992.4(Double), 59643.2(Double), 27.9(Double), 92.0(Double), 894350.0(Double), 105463.0(Double), 01(String) [16:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 16(String), 05(String), 388.4(Float), 3963.0(Float), 4.0(Float), 382431.0(Float), 01(String) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33089(Integer), 122(Integer), 1(Integer), 305840.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 306.6(Double), 1001.1(Double), 306937.3(Double), 34.1(Double), 89.7(Double), 3079360.1(Double), 230608.0(Double), 01(String) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33089(Integer), 122(Integer), 2(Integer), 82577.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 72.9(Double), 1014.0(Double), 73920.6(Double), 27.2(Double), 92.3(Double), 883674.0(Double), 151823.0(Double), 01(String) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 16(String), 05(String), 373.5(Float), 4062.3(Float), 4.1(Float), 377530.0(Float), 01(String) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33090(Integer), 113(Integer), 1(Integer), 276723.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 281.4(Double), 982.4(Double), 276447.4(Double), 34.7(Double), 89.6(Double), 3156226.1(Double), 228383.0(Double), 01(String) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33090(Integer), 113(Integer), 2(Integer), 96812.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 89.3(Double), 1000.5(Double), 89344.7(Double), 28.2(Double), 93.6(Double), 906045.0(Double), 149147.0(Double), 01(String) [16:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 16(String), 05(String), 160.1(Float), 4752.2(Float), 5.2(Float), 1505955.0(Float), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 1(Integer), 8566.0(Double), 0.0(Double), 8.6(Double), 0.0(Double), 10.7(Double), 584.6(Double), 6254.9(Double), 41.0(Double), 0.0(Double), 266400.0(Double), 73419.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 2(Integer), 9599.0(Double), 0.0(Double), 9.6(Double), 0.0(Double), 12.6(Double), 583.0(Double), 7345.8(Double), 42.9(Double), 0.0(Double), 268700.0(Double), 86702.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 3(Integer), 7736.0(Double), 0.0(Double), 7.7(Double), 0.0(Double), 10.5(Double), 541.6(Double), 5687.1(Double), 41.9(Double), 0.0(Double), 266200.0(Double), 75082.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 4(Integer), 7589.0(Double), 0.0(Double), 7.6(Double), 0.0(Double), 10.2(Double), 535.8(Double), 5464.8(Double), 42.2(Double), 0.0(Double), 266400.0(Double), 78512.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 5(Integer), 9679.0(Double), 0.0(Double), 9.7(Double), 0.0(Double), 12.9(Double), 574.1(Double), 7405.5(Double), 43.7(Double), 0.0(Double), 269100.0(Double), 88537.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 6(Integer), 9455.0(Double), 0.0(Double), 9.5(Double), 0.0(Double), 12.1(Double), 585.2(Double), 7080.9(Double), 41.5(Double), 0.0(Double), 270300.0(Double), 88405.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 7(Integer), 4686.0(Double), 0.0(Double), 4.7(Double), 0.0(Double), 5.0(Double), 587.9(Double), 2939.7(Double), 40.7(Double), 0.0(Double), 250400.0(Double), 72317.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 8(Integer), 9731.0(Double), 0.0(Double), 9.7(Double), 0.0(Double), 13.2(Double), 573.6(Double), 7572.0(Double), 42.6(Double), 0.0(Double), 256300.0(Double), 83471.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 9(Integer), 10189.0(Double), 0.0(Double), 10.2(Double), 0.0(Double), 13.5(Double), 576.6(Double), 7784.6(Double), 43.2(Double), 0.0(Double), 231400.0(Double), 71176.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 10(Integer), 9868.0(Double), 0.0(Double), 9.9(Double), 0.0(Double), 12.8(Double), 585.2(Double), 7490.1(Double), 42.4(Double), 0.0(Double), 258000.0(Double), 84647.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 11(Integer), 9295.0(Double), 0.0(Double), 9.3(Double), 0.0(Double), 12.4(Double), 576.1(Double), 7143.6(Double), 42.1(Double), 0.0(Double), 257600.0(Double), 84878.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 12(Integer), 9119.0(Double), 0.0(Double), 9.1(Double), 0.0(Double), 11.8(Double), 582.6(Double), 6874.3(Double), 42.0(Double), 0.0(Double), 258700.0(Double), 86323.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 13(Integer), 9245.0(Double), 0.0(Double), 9.2(Double), 0.0(Double), 12.1(Double), 575.8(Double), 6967.6(Double), 41.5(Double), 0.0(Double), 260800.0(Double), 85538.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 14(Integer), 8814.0(Double), 0.0(Double), 8.8(Double), 0.0(Double), 11.6(Double), 582.9(Double), 6762.0(Double), 42.6(Double), 0.0(Double), 255800.0(Double), 84273.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 15(Integer), 7635.0(Double), 0.0(Double), 7.6(Double), 0.0(Double), 9.5(Double), 577.0(Double), 5481.2(Double), 41.2(Double), 0.0(Double), 235300.0(Double), 77062.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 16(Integer), 7243.0(Double), 0.0(Double), 7.2(Double), 0.0(Double), 9.0(Double), 583.2(Double), 5248.5(Double), 42.4(Double), 0.0(Double), 222100.0(Double), 73381.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 17(Integer), 7390.0(Double), 0.0(Double), 7.4(Double), 0.0(Double), 9.1(Double), 585.0(Double), 5323.5(Double), 40.7(Double), 0.0(Double), 233800.0(Double), 77892.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 18(Integer), 5299.0(Double), 0.0(Double), 5.3(Double), 0.0(Double), 9.1(Double), 577.2(Double), 5252.5(Double), 39.0(Double), 0.0(Double), 157300.0(Double), 52736.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33091(Integer), 92(Integer), 19(Integer), 8943.0(Double), 0.0(Double), 8.9(Double), 0.0(Double), 11.4(Double), 586.2(Double), 6683.1(Double), 41.9(Double), 0.0(Double), 267600.0(Double), 81604.0(Double), 01(String) [16:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 16(String), 05(String), 130.2(Float), 5866.4(Float), 5.9(Float), 1607214.0(Float), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 1(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 6584.2(Double), 2576.4(Double), 1.6963314E7(Double), 30.8(Double), 0.0(Double), 259800.0(Double), 79171.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 2(Integer), 10171.0(Double), 0.0(Double), 10.2(Double), 0.0(Double), 13.4(Double), 578.7(Double), 7755.0(Double), 42.8(Double), 0.0(Double), 272700.0(Double), 87580.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 3(Integer), 8256.0(Double), 0.0(Double), 8.3(Double), 0.0(Double), 11.0(Double), 557.8(Double), 6136.2(Double), 42.9(Double), 0.0(Double), 265100.0(Double), 75666.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 4(Integer), 10312.0(Double), 0.0(Double), 10.3(Double), 0.0(Double), 13.4(Double), 573.6(Double), 7686.7(Double), 43.1(Double), 0.0(Double), 269800.0(Double), 86572.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 5(Integer), 8934.0(Double), 0.0(Double), 8.9(Double), 0.0(Double), 11.5(Double), 581.7(Double), 6689.9(Double), 43.0(Double), 0.0(Double), 268200.0(Double), 75999.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 6(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 6580.7(Double), 2571.0(Double), 1.69192E7(Double), 27.1(Double), 0.0(Double), 576700.0(Double), 89337.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 7(Integer), 10184.0(Double), 0.0(Double), 10.2(Double), 0.0(Double), 13.3(Double), 576.4(Double), 7666.1(Double), 40.7(Double), 0.0(Double), 271600.0(Double), 87540.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 8(Integer), 8055.0(Double), 0.0(Double), 8.1(Double), 0.0(Double), 10.1(Double), 590.8(Double), 5967.1(Double), 40.4(Double), 0.0(Double), 269600.0(Double), 77427.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 9(Integer), 9416.0(Double), 0.0(Double), 9.4(Double), 0.0(Double), 12.0(Double), 575.7(Double), 6908.8(Double), 41.7(Double), 0.0(Double), 272900.0(Double), 86971.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 10(Integer), 4112.0(Double), 0.0(Double), 4.1(Double), 0.0(Double), 6.5(Double), 368.5(Double), 2395.3(Double), 40.9(Double), 0.0(Double), 258400.0(Double), 68051.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 11(Integer), 9039.0(Double), 0.0(Double), 9.0(Double), 0.0(Double), 12.0(Double), 582.1(Double), 6985.2(Double), 42.2(Double), 0.0(Double), 272200.0(Double), 84290.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 12(Integer), 3019.0(Double), 0.0(Double), 3.0(Double), 0.0(Double), 4.2(Double), 460.3(Double), 1933.4(Double), 40.2(Double), 0.0(Double), 251800.0(Double), 67466.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 13(Integer), 7445.0(Double), 0.0(Double), 7.4(Double), 0.0(Double), 10.6(Double), 514.9(Double), 5458.3(Double), 42.7(Double), 0.0(Double), 268800.0(Double), 83602.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 14(Integer), 5810.0(Double), 0.0(Double), 5.8(Double), 0.0(Double), 8.1(Double), 518.2(Double), 4197.4(Double), 41.5(Double), 0.0(Double), 265600.0(Double), 79643.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 15(Integer), 3063.0(Double), 0.0(Double), 3.1(Double), 0.0(Double), 4.4(Double), 594.1(Double), 2613.9(Double), 39.9(Double), 0.0(Double), 241200.0(Double), 70390.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 16(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 6582.1(Double), 2490.8(Double), 1.6394914E7(Double), 32.3(Double), 0.0(Double), 583400.0(Double), 87384.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 17(Integer), 8469.0(Double), 0.0(Double), 8.5(Double), 0.0(Double), 11.1(Double), 580.4(Double), 6442.8(Double), 44.3(Double), 0.0(Double), 261800.0(Double), 85030.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 18(Integer), 7604.0(Double), 0.0(Double), 7.6(Double), 0.0(Double), 9.4(Double), 578.9(Double), 5441.7(Double), 42.1(Double), 0.0(Double), 232000.0(Double), 72794.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 19(Integer), 7075.0(Double), 0.0(Double), 7.1(Double), 0.0(Double), 8.6(Double), 578.5(Double), 4975.4(Double), 42.9(Double), 0.0(Double), 231100.0(Double), 72482.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33092(Integer), 93(Integer), 20(Integer), 9194.0(Double), 0.0(Double), 9.2(Double), 0.0(Double), 12.0(Double), 583.6(Double), 7002.8(Double), 41.1(Double), 0.0(Double), 273700.0(Double), 89819.0(Double), 01(String) [16:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 16(String), 05(String), 67.2(Float), 969.4(Float), 4.8(Float), 57998.0(Float), 01(String) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33093(Integer), 99(Integer), 1(Integer), 16400.0(Double), 0.0(Double), 16.4(Double), 0.8(Double), 28.4(Double), 557.2(Double), 15824.5(Double), 49.9(Double), 100.0(Double), 241300.0(Double), 14422.0(Double), 01(String) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33093(Integer), 99(Integer), 2(Integer), 16800.0(Double), 0.0(Double), 16.8(Double), 1.0(Double), 29.6(Double), 548.7(Double), 16241.5(Double), 47.4(Double), 100.0(Double), 244300.0(Double), 14640.0(Double), 01(String) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33093(Integer), 99(Integer), 3(Integer), 16900.0(Double), 0.0(Double), 16.9(Double), 1.4(Double), 30.0(Double), 549.6(Double), 16488.0(Double), 43.2(Double), 100.0(Double), 240400.0(Double), 14331.0(Double), 01(String) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33093(Integer), 99(Integer), 4(Integer), 17100.0(Double), 0.0(Double), 17.4(Double), 1.3(Double), 30.8(Double), 553.2(Double), 17037.5(Double), 38.5(Double), 100.0(Double), 243400.0(Double), 14605.0(Double), 01(String) [16:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 16(String), 05(String), 277.1(Float), 3446.4(Float), 3.4(Float), 231031.0(Float), 01(String) [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33094(Integer), 123(Integer), 1(Integer), 235941.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 237.7(Double), 1003.8(Double), 238603.3(Double), 31.2(Double), 99.9(Double), 2736366.0(Double), 204343.0(Double), 01(String) [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33094(Integer), 123(Integer), 2(Integer), 56469.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 41.4(Double), 1029.1(Double), 42604.7(Double), 24.8(Double), 100.0(Double), 710392.0(Double), 26688.0(Double), 01(String) [16:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:17:28] [DEBUG] controller.EssController - ----------------------------------------------- [16:17:28] [DEBUG] controller.EssController - /index.co called [16:17:28] [DEBUG] controller.EssController - ----------------------------------------------- [16:17:28] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [16:17:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [16:17:32] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :moonsoo, login_channel : null [16:17:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: moonsoo(String) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:17:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [16:17:32] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [16:17:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [16:17:32] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co;jsessionid=3D927CEC37E0AAFDC53594CADBAA3B85 [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : moonsoo [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: moonsoo(String) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: moonsoo(String) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: moonsoo, mappingList.size : 1 [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [16:17:32] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[moonsoo] roles roles [0]ROLE_01 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: moonsoo(String), 01(String), 44C100434EFFF4FFF569A59294B10794(String), PHONE(String) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:17:32] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [16:17:32] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [16:17:32] [DEBUG] controller.SignController - /ess/view.co [16:17:32] [DEBUG] controller.SignController - ....................................... [16:17:32] [DEBUG] controller.EssController - ----------------------------------------------- [16:17:32] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 75, param.plantSeq : 0 [16:17:32] [DEBUG] controller.EssController - ----------------------------------------------- [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 0(Integer), 2022-05-09(String), 75(Integer), 0(Integer), 2022-05-08(String), 75(Integer), 0(Integer), 2022-05-10(String), 61812(Integer) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 2022-05-10(String), 75(Integer), 2022-05-10(String), 75(Integer) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [16:17:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 01(String), 2022-04-26(String) [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 0(Integer), 2022-05-10(String), 75(Integer), 0(Integer), 2022-05-10(String) [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 75(Integer), 0(Integer), 75(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [16:17:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [16:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [16:17:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 1(Integer), 2022-05-10(String), 75(Integer), 1(Integer), 2022-05-10(String) [16:17:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [16:24:45] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [16:24:48] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [16:24:48] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :gwangil, login_channel : null [16:24:48] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:24:49] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [16:24:49] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [16:24:49] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [16:24:49] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : gwangil [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: gwangil, mappingList.size : 1 [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [16:24:49] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[gwangil] roles roles [0]ROLE_01 [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String), 01(String), 5497BA41F8E66C49F3659766CF7BBD13(String), PHONE(String) [16:24:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:24:49] [DEBUG] controller.EssController - ----------------------------------------------- [16:24:49] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [16:24:49] [DEBUG] controller.EssController - ----------------------------------------------- [16:24:50] [DEBUG] controller.EssController - ----------------------------------------------- [16:24:50] [DEBUG] controller.EssController - /index.co called [16:24:50] [DEBUG] controller.EssController - ----------------------------------------------- [16:24:50] [DEBUG] controller.EssController - ----------------------------------------------- [16:24:50] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 42, param.plantSeq : 0 [16:24:50] [DEBUG] controller.EssController - ----------------------------------------------- [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-09(String), 42(Integer), 0(Integer), 2022-05-08(String), 42(Integer), 0(Integer), 2022-05-10(String), 61813(Integer) [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 42(Integer), 2022-05-10(String), 42(Integer) [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [16:24:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-04-26(String) [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-10(String), 42(Integer), 0(Integer), 2022-05-10(String) [16:24:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [16:24:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [16:24:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [16:24:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [16:24:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [16:24:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2022-05-10(String), 42(Integer), 1(Integer), 2022-05-10(String) [16:24:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [16:28:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [16:28:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [16:28:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [16:28:32] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [16:28:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [16:28:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [16:28:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 16(String), 34(String), 251.0(Float), 4152.5(Float), 4.2(Float), 369327.0(Float), 01(String) [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33105(Integer), 101(Integer), 1(Integer), 196521.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 191.7(Double), 995.4(Double), 190818.2(Double), 30.2(Double), 90.6(Double), 3244324.0(Double), 226510.0(Double), 01(String) [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33105(Integer), 101(Integer), 2(Integer), 54455.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 39.9(Double), 995.7(Double), 39728.4(Double), 24.2(Double), 97.8(Double), 908212.0(Double), 142817.0(Double), 01(String) [16:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 16(String), 34(String), 264.0(Float), 4111.1(Float), 4.1(Float), 389703.0(Float), 01(String) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33106(Integer), 108(Integer), 1(Integer), 212414.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 211.9(Double), 1001.1(Double), 212133.1(Double), 38.0(Double), 89.3(Double), 3220372.1(Double), 237592.0(Double), 01(String) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33106(Integer), 108(Integer), 2(Integer), 51623.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 40.6(Double), 1010.2(Double), 41014.1(Double), 34.0(Double), 94.1(Double), 890724.0(Double), 152111.0(Double), 01(String) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 16(String), 34(String), 249.9(Float), 4283.2(Float), 4.3(Float), 406465.0(Float), 01(String) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33107(Integer), 109(Integer), 1(Integer), 193251.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 188.2(Double), 989.4(Double), 186205.1(Double), 28.4(Double), 89.5(Double), 3338975.1(Double), 246966.0(Double), 01(String) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33107(Integer), 109(Integer), 2(Integer), 56611.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 49.3(Double), 987.6(Double), 48688.7(Double), 24.1(Double), 92.8(Double), 944274.0(Double), 159499.0(Double), 01(String) [16:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 16(String), 35(String), 230.6(Float), 4046.4(Float), 4.1(Float), 323148.0(Float), 01(String) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33108(Integer), 106(Integer), 1(Integer), 177348.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 174.5(Double), 987.7(Double), 172353.7(Double), 26.6(Double), 88.5(Double), 3148935.1(Double), 200433.0(Double), 01(String) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33108(Integer), 106(Integer), 2(Integer), 53263.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 46.6(Double), 980.0(Double), 45668.0(Double), 24.1(Double), 94.4(Double), 897416.0(Double), 122715.0(Double), 01(String) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 16(String), 35(String), 247.9(Float), 4252.0(Float), 4.3(Float), 393107.0(Float), 01(String) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33109(Integer), 111(Integer), 1(Integer), 193750.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 221.2(Double), 985.7(Double), 218036.8(Double), 29.5(Double), 89.1(Double), 3314114.0(Double), 241005.0(Double), 01(String) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33109(Integer), 111(Integer), 2(Integer), 54137.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 48.5(Double), 987.9(Double), 47913.2(Double), 22.8(Double), 95.8(Double), 937912.0(Double), 152102.0(Double), 01(String) [16:35:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 16(String), 35(String), 32.5(Float), 463.8(Float), 4.6(Float), 45983.5(Float), 01(String) [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33110(Integer), 129(Integer), 1(Integer), 17344.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 83.0(Double), 613.0(Double), 50879.0(Double), 45.0(Double), 0.0(Double), 244900.0(Double), 24219.3(Double), 01(String) [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33110(Integer), 129(Integer), 2(Integer), 15121.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 83.0(Double), 603.0(Double), 50049.0(Double), 47.0(Double), 0.0(Double), 218900.0(Double), 21764.2(Double), 01(String) [16:35:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 16(String), 35(String), 254.6(Float), 4012.2(Float), 4.0(Float), 377525.0(Float), 01(String) [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [16:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33111(Integer), 126(Integer), 1(Integer), 207142.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 212.0(Double), 994.8(Double), 210897.6(Double), 37.0(Double), 100.0(Double), 3185684.1(Double), 232217.0(Double), 01(String) [16:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33111(Integer), 126(Integer), 2(Integer), 47415.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 36.4(Double), 993.4(Double), 36159.8(Double), 34.0(Double), 99.7(Double), 826478.0(Double), 145308.0(Double), 01(String) [16:35:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 16(String), 35(String), 239.5(Float), 4198.0(Float), 4.2(Float), 330090.0(Float), 01(String) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33112(Integer), 104(Integer), 1(Integer), 183433.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 187.5(Double), 989.8(Double), 185587.5(Double), 26.7(Double), 100.0(Double), 3244590.1(Double), 183500.0(Double), 01(String) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33112(Integer), 104(Integer), 2(Integer), 56084.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 45.7(Double), 980.4(Double), 44804.3(Double), 24.1(Double), 99.8(Double), 953416.0(Double), 146590.0(Double), 01(String) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 16(String), 35(String), 261.5(Float), 4316.5(Float), 4.3(Float), 388585.0(Float), 01(String) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33113(Integer), 103(Integer), 1(Integer), 206156.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 206.7(Double), 991.2(Double), 204881.0(Double), 29.8(Double), 89.6(Double), 3401883.1(Double), 241042.0(Double), 01(String) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33113(Integer), 103(Integer), 2(Integer), 55312.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 41.6(Double), 983.9(Double), 40930.2(Double), 24.7(Double), 93.6(Double), 914625.0(Double), 147543.0(Double), 01(String) [16:35:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 16(String), 35(String), 211.0(Float), 2553.8(Float), 6.4(Float), 67827.2(Float), 01(String) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33114(Integer), 128(Integer), 1(Integer), 46768.0(Double), 600.3(Double), 0.0(Double), 0.1(Double), 72.2(Double), 656.6(Double), 47380.3(Double), 36.4(Double), 10.0(Double), 563810.0(Double), 15086.2(Double), 01(String) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33114(Integer), 128(Integer), 2(Integer), 46846.0(Double), 600.2(Double), 0.0(Double), -0.1(Double), 72.2(Double), 658.6(Double), 47550.0(Double), 36.9(Double), 645.4(Double), 564780.0(Double), 15017.1(Double), 01(String) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33114(Integer), 128(Integer), 3(Integer), 47187.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 72.2(Double), 662.9(Double), 47878.2(Double), 37.6(Double), 645.4(Double), 570350.0(Double), 15064.4(Double), 01(String) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33114(Integer), 128(Integer), 4(Integer), 46189.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 71.0(Double), 663.4(Double), 47114.7(Double), 39.0(Double), 645.4(Double), 564720.0(Double), 14945.6(Double), 01(String) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33114(Integer), 128(Integer), 5(Integer), 23985.0(Double), 600.3(Double), 0.0(Double), 0.0(Double), 38.0(Double), 643.2(Double), 24410.7(Double), 43.3(Double), 10.0(Double), 290480.0(Double), 7714.2(Double), 01(String) [16:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 16(String), 35(String), 261.1(Float), 4186.3(Float), 4.3(Float), 389078.0(Float), 01(String) [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33115(Integer), 112(Integer), 1(Integer), 209895.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 213.9(Double), 983.8(Double), 210434.8(Double), 32.1(Double), 91.4(Double), 3360659.9(Double), 242042.0(Double), 01(String) [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33115(Integer), 112(Integer), 2(Integer), 51249.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 45.0(Double), 981.7(Double), 44176.5(Double), 25.2(Double), 95.0(Double), 825595.0(Double), 147036.0(Double), 01(String) [16:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 16(String), 35(String), 228.1(Float), 3766.7(Float), 3.8(Float), 361688.0(Float), 01(String) [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33116(Integer), 124(Integer), 1(Integer), 174991.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 175.0(Double), 998.6(Double), 174755.0(Double), 29.8(Double), 100.0(Double), 2908611.1(Double), 217231.0(Double), 01(String) [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33116(Integer), 124(Integer), 2(Integer), 53147.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 52.0(Double), 989.8(Double), 51469.6(Double), 26.4(Double), 99.9(Double), 858081.0(Double), 144457.0(Double), 01(String) [16:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 16(String), 35(String), 245.6(Float), 4014.2(Float), 4.0(Float), 389295.0(Float), 01(String) [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33117(Integer), 120(Integer), 1(Integer), 195146.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 193.2(Double), 995.2(Double), 192272.6(Double), 25.6(Double), 100.0(Double), 3156522.0(Double), 236509.0(Double), 01(String) [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33117(Integer), 120(Integer), 2(Integer), 50473.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 41.4(Double), 1018.6(Double), 42170.0(Double), 21.2(Double), 100.0(Double), 857678.0(Double), 152786.0(Double), 01(String) [16:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 16(String), 35(String), 243.7(Float), 3486.0(Float), 4.2(Float), 290044.0(Float), 01(String) [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33118(Integer), 110(Integer), 1(Integer), 194226.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 188.9(Double), 998.1(Double), 188541.1(Double), 29.3(Double), 90.5(Double), 2821940.9(Double), 181846.0(Double), 01(String) [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33118(Integer), 110(Integer), 2(Integer), 49425.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 46.7(Double), 998.7(Double), 46639.3(Double), 24.2(Double), 91.8(Double), 664079.0(Double), 108198.0(Double), 01(String) [16:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 16(String), 35(String), 237.0(Float), 3818.4(Float), 3.8(Float), 367072.0(Float), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33119(Integer), 125(Integer), 1(Integer), 189086.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 184.2(Double), 1002.8(Double), 184715.8(Double), 31.0(Double), 89.8(Double), 3014556.9(Double), 223443.0(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33119(Integer), 125(Integer), 2(Integer), 47939.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 44.0(Double), 1008.7(Double), 44382.8(Double), 27.0(Double), 93.7(Double), 803884.0(Double), 143629.0(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 16(String), 35(String), 241.9(Float), 4245.9(Float), 4.3(Float), 395967.0(Float), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33120(Integer), 105(Integer), 1(Integer), 191590.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 185.5(Double), 983.4(Double), 182420.7(Double), 27.0(Double), 99.9(Double), 3350240.0(Double), 242142.0(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33120(Integer), 105(Integer), 2(Integer), 50327.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 37.9(Double), 989.2(Double), 37490.7(Double), 22.6(Double), 100.0(Double), 895684.0(Double), 153825.0(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 16(String), 35(String), 256.4(Float), 4155.9(Float), 4.2(Float), 416342.0(Float), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33121(Integer), 121(Integer), 1(Integer), 197369.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 191.6(Double), 998.7(Double), 191350.9(Double), 27.7(Double), 100.0(Double), 3236495.1(Double), 251011.0(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33121(Integer), 121(Integer), 2(Integer), 59005.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 47.4(Double), 1011.4(Double), 47940.4(Double), 23.8(Double), 99.9(Double), 919372.0(Double), 165331.0(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 16(String), 35(String), 33.4(Float), 764.9(Float), 5.1(Float), 73557.3(Float), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33122(Integer), 127(Integer), 1(Integer), 11108.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 71.0(Double), 550.0(Double), 39050.0(Double), 49.0(Double), 0.0(Double), 256200.0(Double), 24740.8(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33122(Integer), 127(Integer), 2(Integer), 10348.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 47.0(Double), 604.0(Double), 28388.0(Double), 46.0(Double), 0.0(Double), 238100.0(Double), 22686.2(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33122(Integer), 127(Integer), 3(Integer), 11953.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 77.0(Double), 600.0(Double), 46200.0(Double), 47.0(Double), 0.0(Double), 270700.0(Double), 26130.4(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 16(String), 35(String), 240.6(Float), 4183.7(Float), 4.2(Float), 389446.0(Float), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33123(Integer), 107(Integer), 1(Integer), 191333.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 189.5(Double), 995.6(Double), 188666.2(Double), 28.5(Double), 90.2(Double), 3242639.9(Double), 237212.0(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33123(Integer), 107(Integer), 2(Integer), 49269.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 40.0(Double), 1021.8(Double), 40872.0(Double), 23.4(Double), 93.6(Double), 941047.0(Double), 152234.0(Double), 01(String) [16:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 16(String), 35(String), 262.9(Float), 4273.6(Float), 4.3(Float), 299481.0(Float), 01(String) [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33124(Integer), 102(Integer), 1(Integer), 206998.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 211.3(Double), 984.8(Double), 208088.2(Double), 29.3(Double), 88.5(Double), 3347152.1(Double), 193986.0(Double), 01(String) [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33124(Integer), 102(Integer), 2(Integer), 55909.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 39.0(Double), 1007.7(Double), 39300.3(Double), 24.5(Double), 93.9(Double), 926485.0(Double), 105495.0(Double), 01(String) [16:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 16(String), 35(String), 255.9(Float), 4109.5(Float), 4.1(Float), 382578.0(Float), 01(String) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33125(Integer), 122(Integer), 1(Integer), 196629.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 190.7(Double), 1009.2(Double), 192454.4(Double), 29.9(Double), 88.7(Double), 3191719.0(Double), 230721.0(Double), 01(String) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33125(Integer), 122(Integer), 2(Integer), 59285.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 51.0(Double), 1008.8(Double), 51448.8(Double), 24.9(Double), 93.8(Double), 917798.0(Double), 151857.0(Double), 01(String) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 16(String), 35(String), 294.7(Float), 4219.0(Float), 4.2(Float), 377687.0(Float), 01(String) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33126(Integer), 113(Integer), 1(Integer), 230298.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 227.9(Double), 1010.8(Double), 230361.3(Double), 30.3(Double), 89.3(Double), 3276454.1(Double), 228503.0(Double), 01(String) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33126(Integer), 113(Integer), 2(Integer), 64363.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 56.1(Double), 1004.6(Double), 56358.1(Double), 23.8(Double), 95.0(Double), 942504.0(Double), 149184.0(Double), 01(String) [16:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 16(String), 35(String), 294.6(Float), 4863.0(Float), 5.3(Float), 1506065.0(Float), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 1(Integer), 14331.0(Double), 0.0(Double), 14.3(Double), 0.0(Double), 20.6(Double), 484.0(Double), 9969.7(Double), 39.3(Double), 0.0(Double), 272100.0(Double), 73425.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 2(Integer), 17222.0(Double), 0.0(Double), 17.2(Double), 0.0(Double), 21.9(Double), 596.1(Double), 13054.6(Double), 41.2(Double), 0.0(Double), 275200.0(Double), 86708.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 3(Integer), 11707.0(Double), 0.0(Double), 11.7(Double), 0.0(Double), 15.9(Double), 510.8(Double), 8121.2(Double), 40.7(Double), 0.0(Double), 271000.0(Double), 75087.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 4(Integer), 13425.0(Double), 0.0(Double), 13.4(Double), 0.0(Double), 20.6(Double), 457.5(Double), 9424.5(Double), 40.5(Double), 0.0(Double), 271500.0(Double), 78517.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 5(Integer), 16989.0(Double), 0.0(Double), 17.0(Double), 0.0(Double), 21.9(Double), 600.8(Double), 13157.5(Double), 42.2(Double), 0.0(Double), 275500.0(Double), 88544.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 6(Integer), 16899.0(Double), 0.0(Double), 16.9(Double), 0.0(Double), 21.3(Double), 597.6(Double), 12728.2(Double), 40.3(Double), 0.0(Double), 276600.0(Double), 88411.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 7(Integer), 10210.0(Double), 0.0(Double), 10.2(Double), 0.0(Double), 10.0(Double), 605.5(Double), 6055.3(Double), 39.6(Double), 0.0(Double), 254200.0(Double), 72320.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 8(Integer), 17708.0(Double), 0.0(Double), 17.7(Double), 0.0(Double), 23.0(Double), 596.4(Double), 13717.2(Double), 41.1(Double), 0.0(Double), 262900.0(Double), 83478.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 9(Integer), 18245.0(Double), 0.0(Double), 18.2(Double), 0.0(Double), 23.5(Double), 592.4(Double), 13922.2(Double), 41.7(Double), 0.0(Double), 238100.0(Double), 71183.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 10(Integer), 17502.0(Double), 0.0(Double), 17.5(Double), 0.0(Double), 22.2(Double), 595.5(Double), 13220.8(Double), 40.9(Double), 0.0(Double), 264500.0(Double), 84654.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 11(Integer), 16749.0(Double), 0.0(Double), 16.7(Double), 0.0(Double), 21.4(Double), 598.6(Double), 12809.3(Double), 39.8(Double), 0.0(Double), 263900.0(Double), 84884.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 12(Integer), 16296.0(Double), 0.0(Double), 16.3(Double), 0.0(Double), 20.9(Double), 595.4(Double), 12443.9(Double), 39.9(Double), 0.0(Double), 264800.0(Double), 86329.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 13(Integer), 17126.0(Double), 0.0(Double), 17.1(Double), 0.0(Double), 21.7(Double), 599.2(Double), 13002.6(Double), 39.9(Double), 0.0(Double), 267100.0(Double), 85544.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 14(Integer), 17717.0(Double), 0.0(Double), 17.7(Double), 0.0(Double), 22.3(Double), 600.8(Double), 13397.1(Double), 40.4(Double), 0.0(Double), 262400.0(Double), 84280.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 15(Integer), 15303.0(Double), 0.0(Double), 15.3(Double), 0.0(Double), 18.3(Double), 601.0(Double), 10998.9(Double), 39.9(Double), 0.0(Double), 241000.0(Double), 77068.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 16(Integer), 15039.0(Double), 0.0(Double), 15.0(Double), 0.0(Double), 18.0(Double), 602.7(Double), 10848.6(Double), 40.6(Double), 0.0(Double), 227700.0(Double), 73386.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 17(Integer), 14138.0(Double), 0.0(Double), 14.1(Double), 0.0(Double), 17.0(Double), 606.5(Double), 10311.1(Double), 39.7(Double), 0.0(Double), 239200.0(Double), 77897.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 18(Integer), 10324.0(Double), 0.0(Double), 10.3(Double), 0.0(Double), 17.2(Double), 599.1(Double), 10304.5(Double), 38.6(Double), 0.0(Double), 161200.0(Double), 52740.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33127(Integer), 92(Integer), 19(Integer), 17695.0(Double), 0.0(Double), 17.7(Double), 0.0(Double), 22.3(Double), 597.8(Double), 13330.2(Double), 40.3(Double), 0.0(Double), 274100.0(Double), 81610.0(Double), 01(String) [16:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 16(String), 35(String), 239.1(Float), 5346.6(Float), 5.4(Float), 1607320.0(Float), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 1(Integer), 12916.0(Double), 0.0(Double), 12.9(Double), 0.0(Double), 14.5(Double), 603.3(Double), 8747.8(Double), 38.5(Double), 0.0(Double), 264700.0(Double), 79176.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 2(Integer), 18219.0(Double), 0.0(Double), 18.2(Double), 0.0(Double), 23.2(Double), 597.2(Double), 13854.3(Double), 41.5(Double), 0.0(Double), 279400.0(Double), 87587.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 3(Integer), 14827.0(Double), 0.0(Double), 14.8(Double), 0.0(Double), 18.9(Double), 568.6(Double), 10747.2(Double), 41.5(Double), 0.0(Double), 270700.0(Double), 75671.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 4(Integer), 18170.0(Double), 0.0(Double), 18.2(Double), 0.0(Double), 23.0(Double), 595.7(Double), 13700.3(Double), 41.5(Double), 0.0(Double), 276400.0(Double), 86578.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 5(Integer), 13226.0(Double), 0.0(Double), 13.2(Double), 0.0(Double), 16.3(Double), 531.8(Double), 8667.8(Double), 41.9(Double), 0.0(Double), 273900.0(Double), 76004.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 6(Integer), 18494.0(Double), 0.0(Double), 18.5(Double), 0.0(Double), 23.9(Double), 602.3(Double), 14395.0(Double), 38.6(Double), 0.0(Double), 279800.0(Double), 89344.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 7(Integer), 18007.0(Double), 0.0(Double), 18.0(Double), 0.0(Double), 22.6(Double), 600.6(Double), 13573.6(Double), 38.6(Double), 0.0(Double), 278300.0(Double), 87547.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 8(Integer), 11550.0(Double), 0.0(Double), 11.6(Double), 0.0(Double), 13.5(Double), 514.0(Double), 6939.5(Double), 37.9(Double), 0.0(Double), 274900.0(Double), 77433.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 9(Integer), 15735.0(Double), 0.0(Double), 15.7(Double), 0.0(Double), 19.0(Double), 592.6(Double), 11258.8(Double), 39.5(Double), 0.0(Double), 279700.0(Double), 86978.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 10(Integer), 3850.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 4.7(Double), 585.1(Double), 2750.0(Double), 39.3(Double), 0.0(Double), 260800.0(Double), 68053.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 11(Integer), 12743.0(Double), 0.0(Double), 12.7(Double), 0.0(Double), 14.0(Double), 595.9(Double), 8342.6(Double), 39.9(Double), 0.0(Double), 278800.0(Double), 84297.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 12(Integer), 3832.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 4.5(Double), 603.2(Double), 2714.3(Double), 38.6(Double), 0.0(Double), 253900.0(Double), 67469.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 13(Integer), 12091.0(Double), 0.0(Double), 12.1(Double), 0.0(Double), 13.3(Double), 596.1(Double), 7927.7(Double), 40.4(Double), 0.0(Double), 274100.0(Double), 83607.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 14(Integer), 6323.0(Double), 0.0(Double), 6.3(Double), 0.0(Double), 7.2(Double), 605.4(Double), 4359.1(Double), 38.2(Double), 0.0(Double), 269900.0(Double), 79647.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 15(Integer), 3756.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 4.9(Double), 606.6(Double), 2972.2(Double), 37.1(Double), 0.0(Double), 243200.0(Double), 70392.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 16(Integer), 15284.0(Double), 0.0(Double), 15.3(Double), 0.0(Double), 18.5(Double), 603.0(Double), 11155.5(Double), 40.5(Double), 0.0(Double), 269200.0(Double), 87390.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 17(Integer), 10837.0(Double), 0.0(Double), 10.8(Double), 0.0(Double), 11.4(Double), 609.3(Double), 6946.4(Double), 41.5(Double), 0.0(Double), 267500.0(Double), 85036.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 18(Integer), 7006.0(Double), 0.0(Double), 7.0(Double), 0.0(Double), 6.5(Double), 589.2(Double), 3830.0(Double), 39.0(Double), 0.0(Double), 236800.0(Double), 72799.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 19(Integer), 4481.0(Double), 0.0(Double), 4.5(Double), 0.0(Double), 5.4(Double), 591.6(Double), 3194.6(Double), 39.1(Double), 0.0(Double), 234400.0(Double), 72486.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33128(Integer), 93(Integer), 20(Integer), 17789.0(Double), 0.0(Double), 17.8(Double), 0.0(Double), 22.4(Double), 603.1(Double), 13510.2(Double), 40.3(Double), 0.0(Double), 280200.0(Double), 89826.0(Double), 01(String) [16:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 16(String), 35(String), 44.0(Float), 998.0(Float), 5.0(Float), 58026.0(Float), 01(String) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33129(Integer), 99(Integer), 1(Integer), 10900.0(Double), 0.0(Double), 10.9(Double), 0.7(Double), 18.5(Double), 561.0(Double), 10378.5(Double), 44.4(Double), 99.0(Double), 248300.0(Double), 14429.0(Double), 01(String) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33129(Integer), 99(Integer), 2(Integer), 11100.0(Double), 0.0(Double), 11.1(Double), 1.0(Double), 18.7(Double), 559.0(Double), 10453.3(Double), 40.2(Double), 100.0(Double), 251500.0(Double), 14647.0(Double), 01(String) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33129(Integer), 99(Integer), 3(Integer), 10900.0(Double), 0.0(Double), 10.9(Double), 0.9(Double), 18.8(Double), 561.2(Double), 10550.6(Double), 36.6(Double), 100.0(Double), 247600.0(Double), 14338.0(Double), 01(String) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33129(Integer), 99(Integer), 4(Integer), 11100.0(Double), 0.0(Double), 11.1(Double), 1.0(Double), 18.9(Double), 556.9(Double), 10524.8(Double), 32.6(Double), 100.0(Double), 250600.0(Double), 14612.0(Double), 01(String) [16:35:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 16(String), 35(String), 194.9(Float), 3556.7(Float), 3.6(Float), 231141.0(Float), 01(String) [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33130(Integer), 123(Integer), 1(Integer), 157202.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 155.9(Double), 995.9(Double), 155260.8(Double), 28.4(Double), 100.0(Double), 2825739.0(Double), 204432.0(Double), 01(String) [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33130(Integer), 123(Integer), 2(Integer), 37731.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 23.3(Double), 1004.8(Double), 23411.8(Double), 23.7(Double), 100.0(Double), 730934.0(Double), 26709.0(Double), 01(String) [16:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer) [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:53:37] [DEBUG] controller.RestAPIController - callPmsFault :: [89] [221.144.132.35] 영월 우진 is Fault PUSH [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 1(Integer), 61816(Integer), 2022-05-10(String), 16(String), 53(String), 8325580(Long), 7849280(Long), 20147(Long), 0(Integer), 119(Integer), 50496(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 7(Integer), 48452(Integer), 0(Integer), 20147(Integer), 4436(Integer), 0(Integer), 0(Integer), 816(Integer), 951(Integer), 0(Integer), 9379(Integer), 0(Integer), 231(Integer), 203(Integer), 39(Integer), 39(Integer), 0(Integer), 1(Integer), 256(Integer), 25(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 20(Integer), 241(Integer), 206(Integer), 237(Integer), 0(Integer), 0(Integer), 293(Integer), 387(Integer), 335(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 256(Integer), 0(Integer), 0(Integer), 0(Integer), 16(Integer), 0(Integer) [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 89(Integer) [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:53:37] [DEBUG] service.CsService - [89:1] CS가 이미 접수되었습니다. pcs: 1,0,16,0, bms : 1,0,0,0 [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 0(Integer), 61816(Integer), 2022-05-10(String), 16(String), 53(String), 8325580(Long), 7849280(Long), 20147(Long), 0(Integer), 119(Integer), 50496(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 7(Integer), 48452(Integer), 0(Integer), 20147(Integer), 4436(Integer), 0(Integer), 0(Integer), 816(Integer), 951(Integer), 0(Integer), 9379(Integer), 0(Integer), 231(Integer), 203(Integer), 39(Integer), 39(Integer), 0(Integer), 1(Integer), 256(Integer), 25(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 20(Integer), 241(Integer), 206(Integer), 237(Integer), 0(Integer), 0(Integer), 293(Integer), 387(Integer), 335(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 256(Integer), 0(Integer), 0(Integer), 0(Integer), 16(Integer), 0(Integer) [16:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:53:37] [DEBUG] controller.RestAPIController - [89] smsMessage : 영월 우진 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36031 [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer) [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:54:18] [DEBUG] controller.RestAPIController - callPmsFault :: [89] [221.144.132.35] 영월 우진 is Fault PUSH [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 1(Integer), 61816(Integer), 2022-05-10(String), 16(String), 54(String), 8325580(Long), 7849280(Long), 17524(Long), 0(Integer), 119(Integer), 50496(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 7(Integer), 48691(Integer), 0(Integer), 17524(Integer), 4446(Integer), 340(Integer), 261(Integer), 816(Integer), 951(Integer), 0(Integer), 9379(Integer), 0(Integer), 231(Integer), 203(Integer), 39(Integer), 39(Integer), 3(Integer), 1(Integer), 256(Integer), 145(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 20(Integer), 241(Integer), 206(Integer), 237(Integer), 0(Integer), 0(Integer), 293(Integer), 387(Integer), 335(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 256(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 89(Integer) [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [16:54:18] [DEBUG] service.CsService - [89:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 0(Integer), 61816(Integer), 2022-05-10(String), 16(String), 54(String), 8325580(Long), 7849280(Long), 17524(Long), 0(Integer), 119(Integer), 50496(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 7(Integer), 48691(Integer), 0(Integer), 17524(Integer), 4446(Integer), 340(Integer), 261(Integer), 816(Integer), 951(Integer), 0(Integer), 9379(Integer), 0(Integer), 231(Integer), 203(Integer), 39(Integer), 39(Integer), 3(Integer), 1(Integer), 256(Integer), 145(Integer), 1(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 20(Integer), 241(Integer), 206(Integer), 237(Integer), 0(Integer), 0(Integer), 293(Integer), 387(Integer), 335(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 256(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [16:54:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [16:54:18] [DEBUG] controller.RestAPIController - [89] smsMessage : 영월 우진 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 36001 [16:55:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [16:55:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [16:55:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [16:55:38] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [16:55:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [16:55:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [16:55:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 17(String), 04(String), 185.7(Float), 4264.2(Float), 4.3(Float), 369438.0(Float), 01(String) [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33136(Integer), 101(Integer), 1(Integer), 145860.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 150.6(Double), 982.0(Double), 147889.2(Double), 26.3(Double), 89.4(Double), 3331998.0(Double), 226597.0(Double), 01(String) [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33136(Integer), 101(Integer), 2(Integer), 39810.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 28.2(Double), 988.2(Double), 27867.2(Double), 22.3(Double), 95.6(Double), 932231.0(Double), 142841.0(Double), 01(String) [17:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 17(String), 04(String), 183.0(Float), 4221.4(Float), 4.2(Float), 389813.0(Float), 01(String) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33137(Integer), 108(Integer), 1(Integer), 146187.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 146.3(Double), 984.7(Double), 144061.6(Double), 35.9(Double), 88.9(Double), 3308116.9(Double), 237680.0(Double), 01(String) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33137(Integer), 108(Integer), 2(Integer), 36788.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 21.9(Double), 1020.7(Double), 22353.3(Double), 32.6(Double), 92.1(Double), 913269.0(Double), 152133.0(Double), 01(String) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 17(String), 04(String), 186.1(Float), 4395.1(Float), 4.4(Float), 406578.0(Float), 01(String) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33138(Integer), 109(Integer), 1(Integer), 143601.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 140.9(Double), 981.4(Double), 138279.3(Double), 24.7(Double), 90.4(Double), 3425376.0(Double), 247053.0(Double), 01(String) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33138(Integer), 109(Integer), 2(Integer), 42544.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 34.6(Double), 983.1(Double), 34015.3(Double), 22.2(Double), 93.5(Double), 969693.0(Double), 159525.0(Double), 01(String) [17:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 17(String), 04(String), 166.6(Float), 4146.0(Float), 4.2(Float), 323248.0(Float), 01(String) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33139(Integer), 106(Integer), 1(Integer), 126999.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 124.4(Double), 989.1(Double), 123044.0(Double), 23.2(Double), 89.7(Double), 3224968.0(Double), 200509.0(Double), 01(String) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33139(Integer), 106(Integer), 2(Integer), 39617.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 30.7(Double), 983.9(Double), 30205.7(Double), 22.3(Double), 91.8(Double), 920997.0(Double), 122739.0(Double), 01(String) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 17(String), 04(String), 190.9(Float), 4362.8(Float), 4.4(Float), 393218.0(Float), 01(String) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33140(Integer), 111(Integer), 1(Integer), 149369.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 173.6(Double), 991.3(Double), 172089.7(Double), 25.9(Double), 90.6(Double), 3400748.0(Double), 241092.0(Double), 01(String) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33140(Integer), 111(Integer), 2(Integer), 41577.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 31.2(Double), 981.4(Double), 30619.7(Double), 21.1(Double), 94.3(Double), 962051.0(Double), 152126.0(Double), 01(String) [17:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 17(String), 05(String), 19.2(Float), 475.8(Float), 4.8(Float), 45995.5(Float), 01(String) [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33141(Integer), 129(Integer), 1(Integer), 10158.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 45.0(Double), 624.0(Double), 28080.0(Double), 49.0(Double), 0.0(Double), 251300.0(Double), 24225.7(Double), 01(String) [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33141(Integer), 129(Integer), 2(Integer), 9046.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 44.0(Double), 608.0(Double), 26752.0(Double), 48.0(Double), 0.0(Double), 224500.0(Double), 21769.8(Double), 01(String) [17:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 17(String), 05(String), 180.1(Float), 4116.9(Float), 4.1(Float), 377630.0(Float), 01(String) [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33142(Integer), 126(Integer), 1(Integer), 147272.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 146.6(Double), 989.9(Double), 145119.3(Double), 35.2(Double), 100.0(Double), 3270976.1(Double), 232303.0(Double), 01(String) [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33142(Integer), 126(Integer), 2(Integer), 32878.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 21.4(Double), 1004.2(Double), 21489.9(Double), 37.1(Double), 99.4(Double), 845917.0(Double), 145327.0(Double), 01(String) [17:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 17(String), 05(String), 176.7(Float), 4302.9(Float), 4.3(Float), 330196.0(Float), 01(String) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33143(Integer), 104(Integer), 1(Integer), 133960.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 136.0(Double), 997.8(Double), 135700.8(Double), 23.9(Double), 100.0(Double), 3324376.0(Double), 183580.0(Double), 01(String) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33143(Integer), 104(Integer), 2(Integer), 42775.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 28.8(Double), 999.8(Double), 28794.2(Double), 22.6(Double), 99.8(Double), 978560.0(Double), 146616.0(Double), 01(String) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 17(String), 05(String), 202.9(Float), 4430.5(Float), 4.4(Float), 388699.0(Float), 01(String) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33144(Integer), 103(Integer), 1(Integer), 159733.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 160.5(Double), 997.0(Double), 160018.5(Double), 25.6(Double), 90.0(Double), 3491927.0(Double), 241132.0(Double), 01(String) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33144(Integer), 103(Integer), 2(Integer), 43186.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 29.1(Double), 985.8(Double), 28686.8(Double), 22.6(Double), 93.4(Double), 938608.0(Double), 147567.0(Double), 01(String) [17:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 17(String), 05(String), 165.2(Float), 2643.0(Float), 6.6(Float), 67916.4(Float), 01(String) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33145(Integer), 128(Integer), 1(Integer), 36868.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 56.4(Double), 662.2(Double), 37376.7(Double), 34.4(Double), 645.4(Double), 583670.0(Double), 15106.1(Double), 01(String) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33145(Integer), 128(Integer), 2(Integer), 36796.0(Double), 600.2(Double), 0.0(Double), -0.1(Double), 56.5(Double), 661.8(Double), 37416.1(Double), 35.1(Double), 645.4(Double), 584630.0(Double), 15037.0(Double), 01(String) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33145(Integer), 128(Integer), 3(Integer), 37082.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 56.4(Double), 667.2(Double), 37649.4(Double), 35.8(Double), 645.4(Double), 590320.0(Double), 15084.3(Double), 01(String) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33145(Integer), 128(Integer), 4(Integer), 35444.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 54.8(Double), 658.2(Double), 36055.5(Double), 36.6(Double), 10.0(Double), 584040.0(Double), 14964.9(Double), 01(String) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33145(Integer), 128(Integer), 5(Integer), 18817.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 29.3(Double), 650.5(Double), 19084.2(Double), 40.9(Double), 10.0(Double), 300620.0(Double), 7724.4(Double), 01(String) [17:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 17(String), 05(String), 208.9(Float), 4304.0(Float), 4.4(Float), 389195.0(Float), 01(String) [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33146(Integer), 112(Integer), 1(Integer), 169636.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 171.6(Double), 985.7(Double), 169146.1(Double), 28.8(Double), 90.8(Double), 3456131.1(Double), 242138.0(Double), 01(String) [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33146(Integer), 112(Integer), 2(Integer), 39961.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 33.8(Double), 1001.0(Double), 33833.8(Double), 23.2(Double), 98.3(Double), 848126.0(Double), 147058.0(Double), 01(String) [17:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 17(String), 05(String), 169.4(Float), 3863.2(Float), 3.9(Float), 361784.0(Float), 01(String) [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33147(Integer), 124(Integer), 1(Integer), 129969.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 129.3(Double), 1000.2(Double), 129325.9(Double), 27.4(Double), 89.6(Double), 2982700.0(Double), 217305.0(Double), 01(String) [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33147(Integer), 124(Integer), 2(Integer), 39470.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 37.3(Double), 1000.5(Double), 37318.6(Double), 24.3(Double), 94.1(Double), 880530.0(Double), 144479.0(Double), 01(String) [17:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 17(String), 05(String), 177.0(Float), 4115.8(Float), 4.1(Float), 389396.0(Float), 01(String) [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33148(Integer), 120(Integer), 1(Integer), 142765.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 140.5(Double), 993.9(Double), 139643.0(Double), 22.9(Double), 99.9(Double), 3237705.1(Double), 236590.0(Double), 01(String) [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33148(Integer), 120(Integer), 2(Integer), 34245.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 21.6(Double), 1002.5(Double), 21654.0(Double), 25.9(Double), 100.0(Double), 878121.0(Double), 152806.0(Double), 01(String) [17:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 17(String), 05(String), 171.1(Float), 3586.7(Float), 4.3(Float), 290145.0(Float), 01(String) [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33149(Integer), 110(Integer), 1(Integer), 136685.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 133.5(Double), 982.7(Double), 131190.5(Double), 25.0(Double), 90.2(Double), 2902241.9(Double), 181927.0(Double), 01(String) [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33149(Integer), 110(Integer), 2(Integer), 34458.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 33.6(Double), 982.6(Double), 33015.4(Double), 29.7(Double), 91.6(Double), 684451.0(Double), 108218.0(Double), 01(String) [17:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 17(String), 05(String), 180.3(Float), 3919.3(Float), 3.9(Float), 367174.0(Float), 01(String) [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33150(Integer), 125(Integer), 1(Integer), 143440.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 143.7(Double), 996.3(Double), 143168.3(Double), 27.6(Double), 89.6(Double), 3094889.9(Double), 223524.0(Double), 01(String) [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33150(Integer), 125(Integer), 2(Integer), 36828.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 35.9(Double), 1007.5(Double), 36169.3(Double), 31.7(Double), 93.6(Double), 824445.0(Double), 143650.0(Double), 01(String) [17:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 17(String), 05(String), 181.0(Float), 4351.6(Float), 4.4(Float), 396073.0(Float), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33151(Integer), 105(Integer), 1(Integer), 144310.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 140.3(Double), 990.5(Double), 138967.2(Double), 24.2(Double), 100.0(Double), 3434305.9(Double), 242226.0(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33151(Integer), 105(Integer), 2(Integer), 36641.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 25.1(Double), 982.5(Double), 24660.8(Double), 21.1(Double), 99.9(Double), 917307.0(Double), 153847.0(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 17(String), 05(String), 194.5(Float), 4266.2(Float), 4.3(Float), 416453.0(Float), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33152(Integer), 121(Integer), 1(Integer), 147466.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 132.6(Double), 1013.4(Double), 134376.8(Double), 24.3(Double), 100.0(Double), 3320964.1(Double), 251096.0(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33152(Integer), 121(Integer), 2(Integer), 47053.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 34.0(Double), 1003.6(Double), 34122.4(Double), 22.1(Double), 99.9(Double), 945284.0(Double), 165357.0(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 17(String), 05(String), 25.3(Float), 780.1(Float), 5.2(Float), 73572.5(Float), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33153(Integer), 127(Integer), 1(Integer), 8525.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 50.0(Double), 558.0(Double), 27900.0(Double), 48.0(Double), 0.0(Double), 261200.0(Double), 24745.8(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33153(Integer), 127(Integer), 2(Integer), 7819.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 34.0(Double), 614.0(Double), 20876.0(Double), 49.0(Double), 0.0(Double), 242800.0(Double), 22690.9(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33153(Integer), 127(Integer), 3(Integer), 8975.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 56.0(Double), 606.0(Double), 33936.0(Double), 48.0(Double), 0.0(Double), 276100.0(Double), 26135.8(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 17(String), 05(String), 181.2(Float), 4288.9(Float), 4.3(Float), 389552.0(Float), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33154(Integer), 107(Integer), 1(Integer), 146790.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 144.5(Double), 991.7(Double), 143300.7(Double), 24.8(Double), 89.2(Double), 3326949.0(Double), 237297.0(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33154(Integer), 107(Integer), 2(Integer), 34453.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 24.1(Double), 1007.2(Double), 24273.5(Double), 21.3(Double), 92.8(Double), 961941.0(Double), 152255.0(Double), 01(String) [17:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 17(String), 05(String), 202.6(Float), 4388.0(Float), 4.4(Float), 299596.0(Float), 01(String) [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33155(Integer), 102(Integer), 1(Integer), 158685.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 156.7(Double), 1002.0(Double), 157013.4(Double), 25.5(Double), 89.8(Double), 3437027.1(Double), 194076.0(Double), 01(String) [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33155(Integer), 102(Integer), 2(Integer), 43880.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 31.4(Double), 1001.3(Double), 31440.8(Double), 22.4(Double), 93.7(Double), 950995.0(Double), 105520.0(Double), 01(String) [17:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 17(String), 05(String), 200.3(Float), 4220.9(Float), 4.2(Float), 382690.0(Float), 01(String) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33156(Integer), 122(Integer), 1(Integer), 152624.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 146.4(Double), 993.6(Double), 145463.0(Double), 25.7(Double), 90.2(Double), 3276845.0(Double), 230806.0(Double), 01(String) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33156(Integer), 122(Integer), 2(Integer), 47647.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 37.4(Double), 998.8(Double), 37355.1(Double), 22.2(Double), 93.4(Double), 944100.0(Double), 151884.0(Double), 01(String) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 17(String), 05(String), 216.5(Float), 4340.0(Float), 4.3(Float), 377808.0(Float), 01(String) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33157(Integer), 113(Integer), 1(Integer), 167488.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 167.3(Double), 1007.4(Double), 168538.0(Double), 26.1(Double), 87.6(Double), 3369627.0(Double), 228596.0(Double), 01(String) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33157(Integer), 113(Integer), 2(Integer), 51323.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 40.5(Double), 986.0(Double), 39933.0(Double), 22.0(Double), 95.3(Double), 970689.0(Double), 149212.0(Double), 01(String) [17:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 17(String), 05(String), 137.2(Float), 5111.9(Float), 5.6(Float), 1506171.0(Float), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 1(Integer), 6924.0(Double), 0.0(Double), 6.9(Double), 0.0(Double), 11.3(Double), 400.5(Double), 4525.6(Double), 37.8(Double), 0.0(Double), 277000.0(Double), 73430.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 2(Integer), 9894.0(Double), 0.0(Double), 9.9(Double), 0.0(Double), 12.7(Double), 597.3(Double), 7585.7(Double), 39.7(Double), 0.0(Double), 282000.0(Double), 86715.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 3(Integer), 6237.0(Double), 0.0(Double), 6.2(Double), 0.0(Double), 8.8(Double), 491.2(Double), 4322.9(Double), 39.6(Double), 0.0(Double), 275400.0(Double), 75091.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 4(Integer), 6796.0(Double), 0.0(Double), 6.8(Double), 0.0(Double), 10.9(Double), 428.8(Double), 4673.9(Double), 39.3(Double), 0.0(Double), 276500.0(Double), 78522.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 5(Integer), 9255.0(Double), 0.0(Double), 9.3(Double), 0.0(Double), 12.0(Double), 603.1(Double), 7236.8(Double), 41.1(Double), 0.0(Double), 282000.0(Double), 88550.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 6(Integer), 9077.0(Double), 0.0(Double), 9.1(Double), 0.0(Double), 11.2(Double), 599.3(Double), 6711.8(Double), 39.1(Double), 0.0(Double), 282900.0(Double), 88417.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 7(Integer), 4168.0(Double), 0.0(Double), 4.2(Double), 0.0(Double), 4.3(Double), 573.5(Double), 2465.9(Double), 38.5(Double), 0.0(Double), 258000.0(Double), 72324.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 8(Integer), 9953.0(Double), 0.0(Double), 10.0(Double), 0.0(Double), 12.8(Double), 604.7(Double), 7740.2(Double), 39.2(Double), 0.0(Double), 269800.0(Double), 83485.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 9(Integer), 10673.0(Double), 0.0(Double), 10.7(Double), 0.0(Double), 13.5(Double), 600.6(Double), 8108.6(Double), 39.9(Double), 0.0(Double), 245100.0(Double), 71190.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 10(Integer), 9678.0(Double), 0.0(Double), 9.7(Double), 0.0(Double), 12.0(Double), 602.8(Double), 7234.0(Double), 39.3(Double), 0.0(Double), 271100.0(Double), 84660.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 11(Integer), 8891.0(Double), 0.0(Double), 8.9(Double), 0.0(Double), 11.2(Double), 604.9(Double), 6774.5(Double), 38.0(Double), 0.0(Double), 270000.0(Double), 84890.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 12(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 12528.3(Double), 6246.5(Double), 7.8257616E7(Double), -0.1(Double), 0.0(Double), 411800.0(Double), 86335.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 13(Integer), 9354.0(Double), 0.0(Double), 9.4(Double), 0.0(Double), 11.8(Double), 603.5(Double), 7121.3(Double), 38.0(Double), 0.0(Double), 273500.0(Double), 85550.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 14(Integer), 9989.0(Double), 0.0(Double), 10.0(Double), 0.0(Double), 12.5(Double), 599.5(Double), 7493.3(Double), 38.6(Double), 0.0(Double), 269000.0(Double), 84286.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 15(Integer), 8464.0(Double), 0.0(Double), 8.5(Double), 0.0(Double), 10.3(Double), 598.4(Double), 6163.9(Double), 38.8(Double), 0.0(Double), 246700.0(Double), 77073.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 16(Integer), 3867.0(Double), 0.0(Double), 3.9(Double), 0.0(Double), 3.6(Double), 557.3(Double), 2006.2(Double), 38.9(Double), 0.0(Double), 232800.0(Double), 73391.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 17(Integer), 2915.0(Double), 0.0(Double), 2.9(Double), 0.0(Double), 2.8(Double), 542.9(Double), 1520.0(Double), 38.1(Double), 0.0(Double), 243900.0(Double), 77902.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 18(Integer), 1389.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 2.4(Double), 574.1(Double), 1377.8(Double), 38.4(Double), 0.0(Double), 163800.0(Double), 52743.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33158(Integer), 92(Integer), 19(Integer), 9671.0(Double), 0.0(Double), 9.7(Double), 0.0(Double), 11.8(Double), 602.1(Double), 7104.8(Double), 38.8(Double), 0.0(Double), 280600.0(Double), 81617.0(Double), 01(String) [17:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 17(String), 05(String), 71.5(Float), 5418.9(Float), 5.5(Float), 1607392.0(Float), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 1(Integer), 4327.0(Double), 0.0(Double), 4.3(Double), 0.0(Double), 3.8(Double), 579.0(Double), 2200.3(Double), 37.2(Double), 0.0(Double), 269300.0(Double), 79180.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 2(Integer), 9865.0(Double), 0.0(Double), 9.9(Double), 0.0(Double), 12.5(Double), 602.9(Double), 7535.8(Double), 41.1(Double), 0.0(Double), 286200.0(Double), 87594.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 3(Integer), 1859.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.5(Double), 563.8(Double), 1409.4(Double), 40.9(Double), 0.0(Double), 274800.0(Double), 75675.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 4(Integer), 6775.0(Double), 0.0(Double), 6.8(Double), 0.0(Double), 7.2(Double), 588.9(Double), 4240.3(Double), 41.8(Double), 0.0(Double), 283100.0(Double), 86585.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 5(Integer), 1991.0(Double), 0.0(Double), 2.0(Double), 0.0(Double), 2.7(Double), 576.0(Double), 1555.2(Double), 41.5(Double), 0.0(Double), 277300.0(Double), 76008.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 6(Integer), 7063.0(Double), 0.0(Double), 7.1(Double), 0.0(Double), 8.2(Double), 603.7(Double), 4950.3(Double), 36.9(Double), 0.0(Double), 286300.0(Double), 89350.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 7(Integer), 6131.0(Double), 0.0(Double), 6.1(Double), 0.0(Double), 6.0(Double), 601.4(Double), 3608.6(Double), 37.4(Double), 0.0(Double), 284400.0(Double), 87553.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 8(Integer), 2019.0(Double), 0.0(Double), 2.0(Double), 0.0(Double), 2.8(Double), 588.6(Double), 1648.0(Double), 36.0(Double), 0.0(Double), 277300.0(Double), 77435.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 9(Integer), 2291.0(Double), 0.0(Double), 2.3(Double), 0.0(Double), 2.9(Double), 582.3(Double), 1688.6(Double), 36.8(Double), 0.0(Double), 283800.0(Double), 86982.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 10(Integer), 1598.0(Double), 0.0(Double), 1.6(Double), 0.0(Double), 2.2(Double), 587.2(Double), 1291.8(Double), 36.6(Double), 0.0(Double), 262100.0(Double), 68055.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 11(Integer), 2134.0(Double), 0.0(Double), 2.1(Double), 0.0(Double), 3.2(Double), 588.8(Double), 1884.2(Double), 37.2(Double), 0.0(Double), 282500.0(Double), 84301.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 12(Integer), 1620.0(Double), 0.0(Double), 1.6(Double), 0.0(Double), 2.1(Double), 595.7(Double), 1250.9(Double), 35.5(Double), 0.0(Double), 255200.0(Double), 67470.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 13(Integer), 1844.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.6(Double), 589.6(Double), 1532.9(Double), 36.8(Double), 0.0(Double), 276900.0(Double), 83610.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 14(Integer), 1926.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.6(Double), 578.9(Double), 1505.2(Double), 35.7(Double), 0.0(Double), 271600.0(Double), 79649.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 15(Integer), 1692.0(Double), 0.0(Double), 1.7(Double), 0.0(Double), 2.5(Double), 578.6(Double), 1446.4(Double), 35.3(Double), 0.0(Double), 244500.0(Double), 70393.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 16(Integer), 3043.0(Double), 0.0(Double), 3.0(Double), 0.0(Double), 2.7(Double), 578.4(Double), 1561.7(Double), 36.8(Double), 0.0(Double), 272800.0(Double), 87394.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 17(Integer), 2084.0(Double), 0.0(Double), 2.1(Double), 0.0(Double), 2.9(Double), 574.2(Double), 1665.3(Double), 38.2(Double), 0.0(Double), 269800.0(Double), 85038.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 18(Integer), 1739.0(Double), 0.0(Double), 1.7(Double), 0.0(Double), 2.2(Double), 574.8(Double), 1264.5(Double), 35.9(Double), 0.0(Double), 238300.0(Double), 72801.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 19(Integer), 1732.0(Double), 0.0(Double), 1.7(Double), 0.0(Double), 2.2(Double), 572.1(Double), 1258.6(Double), 35.7(Double), 0.0(Double), 235800.0(Double), 72487.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33159(Integer), 93(Integer), 20(Integer), 9772.0(Double), 0.0(Double), 9.8(Double), 0.0(Double), 12.3(Double), 600.9(Double), 7390.7(Double), 38.6(Double), 0.0(Double), 286900.0(Double), 89832.0(Double), 01(String) [17:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 17(String), 05(String), 33.4(Float), 1017.6(Float), 5.1(Float), 58046.0(Float), 01(String) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33160(Integer), 99(Integer), 1(Integer), 8300.0(Double), 0.0(Double), 8.3(Double), 0.5(Double), 13.7(Double), 556.6(Double), 7625.4(Double), 61.1(Double), 98.0(Double), 253200.0(Double), 14434.0(Double), 01(String) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33160(Integer), 99(Integer), 2(Integer), 8400.0(Double), 0.0(Double), 8.4(Double), 0.8(Double), 13.8(Double), 558.1(Double), 7702.2(Double), 63.5(Double), 99.0(Double), 256500.0(Double), 14652.0(Double), 01(String) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33160(Integer), 99(Integer), 3(Integer), 8300.0(Double), 0.0(Double), 8.3(Double), 1.1(Double), 13.8(Double), 558.4(Double), 7706.4(Double), 60.2(Double), 99.0(Double), 252400.0(Double), 14343.0(Double), 01(String) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33160(Integer), 99(Integer), 4(Integer), 8400.0(Double), 0.0(Double), 8.5(Double), 1.3(Double), 14.0(Double), 561.2(Double), 7856.3(Double), 59.0(Double), 99.0(Double), 255500.0(Double), 14617.0(Double), 01(String) [17:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 17(String), 05(String), 129.6(Float), 3636.0(Float), 3.6(Float), 231221.0(Float), 01(String) [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33161(Integer), 123(Integer), 1(Integer), 104719.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 105.4(Double), 986.4(Double), 103966.6(Double), 24.7(Double), 100.0(Double), 2890216.1(Double), 204497.0(Double), 01(String) [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33161(Integer), 123(Integer), 2(Integer), 24904.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 11.0(Double), 999.1(Double), 10990.1(Double), 30.7(Double), 100.0(Double), 745827.0(Double), 26724.0(Double), 01(String) [17:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:08:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:08:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [17:08:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [17:08:42] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 47 [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [17:08:44] [DEBUG] controller.JsonController - ------------------------------------- [17:08:44] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_13_1","level":"1","className":"warning"},{"name":"pcs_24_1","level":"1","className":"warning"},{"name":"pcs_26_1","level":"1","className":"warning"},{"name":"pcs_27_1","level":"1","className":"warning"},{"name":"pcs_28_1","level":"1","className":"warning"},{"name":"pcs_34_1","level":"1","className":"warning"},{"name":"pcs_34_2","level":"1","className":"warning"},{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [17:08:44] [DEBUG] controller.JsonController - ------------------------------------- [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [17:08:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:08:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [17:08:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 96(Integer), 2022-05-10(String), 2022-05-10(String) [17:08:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:08:56] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 220.94.116.5, port : 502, pcsIdx : 1, pcsMaker : 15 [17:10:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:10:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [17:10:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [17:10:46] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 46 [17:10:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:10:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [17:10:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [17:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [17:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 34(Integer), 2022-05-10(String), 2022-05-10(String) [17:10:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:10:57] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 220.81.96.193, port : 502, pcsIdx : 1, pcsMaker : 12 [17:11:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [17:11:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 34(Integer), 2022-05-10(String), 2022-05-10(String) [17:11:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:11:03] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 220.81.96.193, port : 502, pcsIdx : 3, pcsMaker : 12 [17:11:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [17:11:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 34(Integer), 2022-05-10(String), 2022-05-10(String) [17:11:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:11:38] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 220.81.96.193, port : 502, pcsIdx : 1, pcsMaker : 12 [17:28:02] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [17:28:06] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:28:06] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :GSNGsolar, login_channel : null [17:28:06] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:06] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:28:06] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [17:28:06] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:28:06] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : GSNGsolar [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: GSNGsolar, mappingList.size : 2 [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:28:06] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[GSNGsolar] roles roles [0]ROLE_01 [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String), 01(String), 3A632806812EC06C5F745FBD3B7D3EFE(String), PHONE(String) [17:28:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:28:06] [DEBUG] controller.EssController - ----------------------------------------------- [17:28:06] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [17:28:06] [DEBUG] controller.EssController - ----------------------------------------------- [17:28:07] [DEBUG] controller.EssController - ----------------------------------------------- [17:28:07] [DEBUG] controller.EssController - /index.co called [17:28:07] [DEBUG] controller.EssController - ----------------------------------------------- [17:28:07] [DEBUG] controller.EssController - ----------------------------------------------- [17:28:07] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [17:28:07] [DEBUG] controller.EssController - ----------------------------------------------- [17:28:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [17:28:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-09(String), 85(Integer), 0(Integer), 2022-05-08(String), 85(Integer), 0(Integer), 2022-05-10(String), 61819(Integer) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 85(Integer), 2022-05-10(String), 85(Integer) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-10(String), 85(Integer), 0(Integer), 2022-05-10(String) [17:28:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 17 [17:28:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [17:28:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [17:28:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [17:28:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [17:28:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2022-05-10(String), 85(Integer), 1(Integer), 2022-05-10(String) [17:28:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 17 [17:28:18] [DEBUG] controller.EssController - ----------------------------------------------- [17:28:18] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 85, param.plantSeq : 85 [17:28:18] [DEBUG] controller.EssController - ----------------------------------------------- [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2022-05-10(String), 2022-05-10(String) [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2022-05-09(String), 85(Integer), 0(Integer), 2022-05-08(String), 85(Integer), 0(Integer), 2022-05-10(String), 61819(Integer) [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2022-04-26(String) [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [17:28:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [17:28:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [17:28:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [17:28:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [17:32:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:32:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [17:32:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [17:32:30] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 47 [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [17:32:32] [DEBUG] controller.JsonController - ------------------------------------- [17:32:32] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [17:32:32] [DEBUG] controller.JsonController - ------------------------------------- [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [17:32:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:32:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:32:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [17:32:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [17:32:34] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [17:32:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:32:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [17:32:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [17:32:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:32:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [17:32:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [17:32:46] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [17:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [17:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 17(String), 34(String), 101.0(Float), 4332.0(Float), 4.3(Float), 369505.0(Float), 01(String) [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33172(Integer), 101(Integer), 1(Integer), 79126.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 75.7(Double), 989.7(Double), 74920.3(Double), 31.6(Double), 89.4(Double), 3385251.0(Double), 226650.0(Double), 01(String) [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33172(Integer), 101(Integer), 2(Integer), 21898.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 8.1(Double), 984.2(Double), 7972.0(Double), 33.4(Double), 96.7(Double), 946728.0(Double), 142855.0(Double), 01(String) [17:34:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 17(String), 34(String), 96.2(Float), 4287.0(Float), 4.3(Float), 389879.0(Float), 01(String) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33173(Integer), 108(Integer), 1(Integer), 75851.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 71.9(Double), 988.8(Double), 71094.7(Double), 39.3(Double), 89.5(Double), 3360168.9(Double), 237732.0(Double), 01(String) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33173(Integer), 108(Integer), 2(Integer), 20368.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 9.1(Double), 997.3(Double), 9075.4(Double), 43.2(Double), 90.9(Double), 926880.0(Double), 152147.0(Double), 01(String) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 17(String), 34(String), 99.8(Float), 4463.0(Float), 4.5(Float), 406645.0(Float), 01(String) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33174(Integer), 109(Integer), 1(Integer), 77918.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 74.2(Double), 995.9(Double), 73895.8(Double), 30.3(Double), 88.2(Double), 3478101.1(Double), 247105.0(Double), 01(String) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33174(Integer), 109(Integer), 2(Integer), 21869.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 10.6(Double), 1010.4(Double), 10710.2(Double), 32.6(Double), 92.6(Double), 984928.0(Double), 159540.0(Double), 01(String) [17:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 17(String), 34(String), 96.2(Float), 4208.9(Float), 4.2(Float), 323310.0(Float), 01(String) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33175(Integer), 106(Integer), 1(Integer), 74731.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 73.8(Double), 989.0(Double), 72988.2(Double), 31.8(Double), 88.2(Double), 3273643.1(Double), 200557.0(Double), 01(String) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33175(Integer), 106(Integer), 2(Integer), 21490.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 13.5(Double), 989.6(Double), 13359.6(Double), 34.3(Double), 88.5(Double), 935300.0(Double), 122753.0(Double), 01(String) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 17(String), 34(String), 98.7(Float), 4429.1(Float), 4.4(Float), 393284.0(Float), 01(String) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33176(Integer), 111(Integer), 1(Integer), 77053.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 98.0(Double), 1004.6(Double), 98450.8(Double), 31.2(Double), 89.7(Double), 3452715.1(Double), 241144.0(Double), 01(String) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33176(Integer), 111(Integer), 2(Integer), 21635.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 13.5(Double), 1001.5(Double), 13520.3(Double), 32.5(Double), 91.0(Double), 976428.0(Double), 152140.0(Double), 01(String) [17:34:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 17(String), 35(String), 12.5(Float), 483.9(Float), 4.8(Float), 46003.6(Float), 01(String) [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33177(Integer), 129(Integer), 1(Integer), 6581.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 28.0(Double), 597.0(Double), 16716.0(Double), 50.0(Double), 0.0(Double), 255600.0(Double), 24230.0(Double), 01(String) [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33177(Integer), 129(Integer), 2(Integer), 5899.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 28.0(Double), 601.0(Double), 16828.0(Double), 49.0(Double), 0.0(Double), 228300.0(Double), 21773.6(Double), 01(String) [17:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 17(String), 35(String), 97.1(Float), 4181.7(Float), 4.2(Float), 377695.0(Float), 01(String) [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33178(Integer), 126(Integer), 1(Integer), 77470.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 77.9(Double), 992.4(Double), 77308.0(Double), 38.3(Double), 100.0(Double), 3323043.9(Double), 232355.0(Double), 01(String) [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33178(Integer), 126(Integer), 2(Integer), 19586.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 7.8(Double), 987.3(Double), 7700.9(Double), 45.1(Double), 100.0(Double), 858694.0(Double), 145340.0(Double), 01(String) [17:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 17(String), 35(String), 96.3(Float), 4367.7(Float), 4.4(Float), 330261.0(Float), 01(String) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33179(Integer), 104(Integer), 1(Integer), 74209.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 73.4(Double), 1005.9(Double), 73833.1(Double), 32.0(Double), 100.0(Double), 3374172.1(Double), 183630.0(Double), 01(String) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33179(Integer), 104(Integer), 2(Integer), 22132.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 10.1(Double), 996.1(Double), 10060.6(Double), 33.2(Double), 99.7(Double), 993576.0(Double), 146631.0(Double), 01(String) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 17(String), 35(String), 103.1(Float), 4499.7(Float), 4.5(Float), 388768.0(Float), 01(String) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33180(Integer), 103(Integer), 1(Integer), 81719.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 82.3(Double), 986.3(Double), 81172.5(Double), 29.5(Double), 83.6(Double), 3546544.9(Double), 241187.0(Double), 01(String) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33180(Integer), 103(Integer), 2(Integer), 21386.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 4.4(Double), 987.4(Double), 4344.6(Double), 34.0(Double), 93.5(Double), 953126.0(Double), 147581.0(Double), 01(String) [17:35:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 17(String), 35(String), 118.2(Float), 2713.4(Float), 6.8(Float), 67986.8(Float), 01(String) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33181(Integer), 128(Integer), 1(Integer), 26489.0(Double), 600.0(Double), 0.0(Double), 0.1(Double), 40.5(Double), 662.8(Double), 26869.9(Double), 32.8(Double), 10.0(Double), 599400.0(Double), 15121.8(Double), 01(String) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33181(Integer), 128(Integer), 2(Integer), 26400.0(Double), 600.0(Double), 0.0(Double), 0.1(Double), 40.4(Double), 665.7(Double), 26889.6(Double), 33.5(Double), 10.0(Double), 600320.0(Double), 15052.7(Double), 01(String) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33181(Integer), 128(Integer), 3(Integer), 26617.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 40.5(Double), 667.2(Double), 27015.9(Double), 34.3(Double), 645.4(Double), 606140.0(Double), 15100.2(Double), 01(String) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33181(Integer), 128(Integer), 4(Integer), 25104.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 39.7(Double), 647.5(Double), 25680.3(Double), 34.8(Double), 10.0(Double), 599030.0(Double), 14979.9(Double), 01(String) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33181(Integer), 128(Integer), 5(Integer), 13470.0(Double), 599.9(Double), 0.0(Double), -0.0(Double), 20.9(Double), 651.5(Double), 13636.6(Double), 38.9(Double), 645.4(Double), 308610.0(Double), 7732.4(Double), 01(String) [17:35:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 17(String), 35(String), 100.7(Float), 4372.5(Float), 4.5(Float), 389265.0(Float), 01(String) [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33182(Integer), 112(Integer), 1(Integer), 80798.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 81.4(Double), 982.8(Double), 79999.9(Double), 32.4(Double), 88.8(Double), 3510996.1(Double), 242193.0(Double), 01(String) [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33182(Integer), 112(Integer), 2(Integer), 19871.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 11.6(Double), 987.9(Double), 11459.6(Double), 33.9(Double), 95.3(Double), 861496.0(Double), 147072.0(Double), 01(String) [17:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 17(String), 35(String), 89.9(Float), 3923.1(Float), 3.9(Float), 361844.0(Float), 01(String) [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33183(Integer), 124(Integer), 1(Integer), 68737.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 69.3(Double), 989.9(Double), 68600.1(Double), 37.2(Double), 89.1(Double), 3028720.9(Double), 217351.0(Double), 01(String) [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33183(Integer), 124(Integer), 2(Integer), 21132.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 17.5(Double), 980.5(Double), 17158.8(Double), 36.3(Double), 94.0(Double), 894378.0(Double), 144493.0(Double), 01(String) [17:35:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 17(String), 35(String), 96.7(Float), 4179.7(Float), 4.2(Float), 389460.0(Float), 01(String) [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33184(Integer), 120(Integer), 1(Integer), 75705.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 73.5(Double), 1004.6(Double), 73838.1(Double), 30.0(Double), 100.0(Double), 3288233.9(Double), 236641.0(Double), 01(String) [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33184(Integer), 120(Integer), 2(Integer), 20992.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 14.0(Double), 999.6(Double), 13994.4(Double), 34.1(Double), 100.0(Double), 891509.0(Double), 152819.0(Double), 01(String) [17:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 17(String), 35(String), 90.1(Float), 3647.7(Float), 4.3(Float), 290205.0(Float), 01(String) [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33185(Integer), 110(Integer), 1(Integer), 72162.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 71.5(Double), 981.2(Double), 70155.8(Double), 33.5(Double), 89.3(Double), 2951064.9(Double), 181975.0(Double), 01(String) [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33185(Integer), 110(Integer), 2(Integer), 17912.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 17.0(Double), 981.3(Double), 16682.1(Double), 36.9(Double), 96.0(Double), 696620.0(Double), 108230.0(Double), 01(String) [17:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 17(String), 35(String), 93.7(Float), 3981.6(Float), 4.0(Float), 367236.0(Float), 01(String) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33186(Integer), 125(Integer), 1(Integer), 74387.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 72.6(Double), 997.0(Double), 72382.2(Double), 33.6(Double), 85.6(Double), 3144378.9(Double), 223573.0(Double), 01(String) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33186(Integer), 125(Integer), 2(Integer), 19284.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 17.2(Double), 993.1(Double), 17081.3(Double), 38.2(Double), 91.8(Double), 837238.0(Double), 143663.0(Double), 01(String) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 17(String), 35(String), 96.4(Float), 4416.5(Float), 4.4(Float), 396137.0(Float), 01(String) [17:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33187(Integer), 105(Integer), 1(Integer), 76387.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 73.4(Double), 1000.9(Double), 73466.1(Double), 31.2(Double), 100.0(Double), 3485597.9(Double), 242277.0(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33187(Integer), 105(Integer), 2(Integer), 20049.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 5.3(Double), 1001.2(Double), 5306.4(Double), 33.3(Double), 99.7(Double), 930892.0(Double), 153860.0(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 17(String), 35(String), 101.6(Float), 4333.6(Float), 4.3(Float), 416520.0(Float), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 17(String), 35(String), 24.9(Float), 793.3(Float), 5.3(Float), 73585.7(Float), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33189(Integer), 127(Integer), 1(Integer), 8356.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 50.0(Double), 558.0(Double), 27900.0(Double), 47.0(Double), 0.0(Double), 265600.0(Double), 24750.2(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33188(Integer), 121(Integer), 1(Integer), 79436.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 76.3(Double), 994.3(Double), 75865.1(Double), 28.9(Double), 100.0(Double), 3373149.9(Double), 251148.0(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33189(Integer), 127(Integer), 2(Integer), 7725.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 33.0(Double), 611.0(Double), 20163.0(Double), 49.0(Double), 0.0(Double), 246900.0(Double), 22695.0(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33188(Integer), 121(Integer), 2(Integer), 22154.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 12.2(Double), 1003.7(Double), 12245.1(Double), 32.2(Double), 98.3(Double), 960409.0(Double), 165372.0(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33189(Integer), 127(Integer), 3(Integer), 8781.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 53.0(Double), 603.0(Double), 31959.0(Double), 48.0(Double), 0.0(Double), 280800.0(Double), 26140.5(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 17(String), 35(String), 95.4(Float), 4353.3(Float), 4.4(Float), 389615.0(Float), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33190(Integer), 107(Integer), 1(Integer), 75047.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 72.4(Double), 990.5(Double), 71712.2(Double), 31.9(Double), 86.4(Double), 3377835.9(Double), 237347.0(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33190(Integer), 107(Integer), 2(Integer), 20368.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 9.8(Double), 997.5(Double), 9775.5(Double), 33.3(Double), 97.0(Double), 975443.0(Double), 152268.0(Double), 01(String) [17:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 17(String), 35(String), 102.9(Float), 4457.0(Float), 4.5(Float), 299665.0(Float), 01(String) [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33191(Integer), 102(Integer), 1(Integer), 80972.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 83.2(Double), 979.9(Double), 81527.7(Double), 29.9(Double), 91.0(Double), 3491155.0(Double), 194130.0(Double), 01(String) [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33191(Integer), 102(Integer), 2(Integer), 21879.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 8.2(Double), 988.9(Double), 8109.0(Double), 33.1(Double), 91.5(Double), 965818.0(Double), 105535.0(Double), 01(String) [17:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 17(String), 35(String), 101.9(Float), 4288.9(Float), 4.3(Float), 382758.0(Float), 01(String) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33192(Integer), 122(Integer), 1(Integer), 79795.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 78.5(Double), 998.9(Double), 78413.6(Double), 30.1(Double), 86.8(Double), 3329634.0(Double), 230859.0(Double), 01(String) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33192(Integer), 122(Integer), 2(Integer), 22081.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 12.2(Double), 990.8(Double), 12087.8(Double), 31.5(Double), 94.3(Double), 959234.0(Double), 151899.0(Double), 01(String) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 17(String), 35(String), 101.4(Float), 4410.3(Float), 4.4(Float), 377878.0(Float), 01(String) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33193(Integer), 113(Integer), 1(Integer), 78495.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 78.0(Double), 981.0(Double), 76518.0(Double), 29.0(Double), 89.9(Double), 3423634.0(Double), 228650.0(Double), 01(String) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33193(Integer), 113(Integer), 2(Integer), 22860.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 14.0(Double), 987.1(Double), 13819.4(Double), 30.0(Double), 94.0(Double), 986711.0(Double), 149228.0(Double), 01(String) [17:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 17(String), 35(String), 37.7(Float), 5338.1(Float), 5.8(Float), 1506214.0(Float), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 1(Integer), 1799.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.4(Double), 532.2(Double), 1277.2(Double), 35.6(Double), 0.0(Double), 278800.0(Double), 73432.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 2(Integer), 1962.0(Double), 0.0(Double), 2.0(Double), 0.0(Double), 2.9(Double), 570.2(Double), 1653.5(Double), 36.9(Double), 0.0(Double), 284800.0(Double), 86718.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 3(Integer), 1795.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.5(Double), 573.8(Double), 1434.6(Double), 36.8(Double), 0.0(Double), 277100.0(Double), 75093.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 4(Integer), 1548.0(Double), 0.0(Double), 1.5(Double), 0.0(Double), 2.3(Double), 565.8(Double), 1301.3(Double), 36.2(Double), 0.0(Double), 278000.0(Double), 78524.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 5(Integer), 1924.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.9(Double), 561.3(Double), 1627.8(Double), 38.3(Double), 0.0(Double), 284500.0(Double), 88553.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 6(Integer), 1926.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.4(Double), 578.7(Double), 1388.8(Double), 36.1(Double), 0.0(Double), 285100.0(Double), 88420.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 7(Integer), 1227.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.7(Double), 579.4(Double), 984.9(Double), 35.9(Double), 0.0(Double), 258800.0(Double), 72325.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 8(Integer), 2020.0(Double), 0.0(Double), 2.0(Double), 0.0(Double), 3.0(Double), 572.1(Double), 1716.2(Double), 36.8(Double), 0.0(Double), 272800.0(Double), 83488.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 9(Integer), 2189.0(Double), 0.0(Double), 2.2(Double), 0.0(Double), 3.1(Double), 571.0(Double), 1770.0(Double), 37.5(Double), 0.0(Double), 248600.0(Double), 71194.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 10(Integer), 2306.0(Double), 0.0(Double), 2.3(Double), 0.0(Double), 3.2(Double), 571.7(Double), 1829.3(Double), 37.7(Double), 0.0(Double), 274100.0(Double), 84663.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 11(Integer), 1769.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.5(Double), 565.6(Double), 1414.1(Double), 36.0(Double), 0.0(Double), 272700.0(Double), 84893.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 12(Integer), 1779.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.4(Double), 567.1(Double), 1361.0(Double), 37.1(Double), 0.0(Double), 273200.0(Double), 86338.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 13(Integer), 1855.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.5(Double), 574.9(Double), 1437.2(Double), 35.4(Double), 0.0(Double), 276000.0(Double), 85553.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 14(Integer), 1753.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.3(Double), 579.3(Double), 1332.3(Double), 35.7(Double), 0.0(Double), 270900.0(Double), 84288.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 15(Integer), 1842.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.2(Double), 570.2(Double), 1254.5(Double), 36.4(Double), 0.0(Double), 248500.0(Double), 77075.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 16(Integer), 1336.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 1.8(Double), 574.6(Double), 1034.3(Double), 36.1(Double), 0.0(Double), 233700.0(Double), 73392.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 17(Integer), 5750.0(Double), 0.0(Double), 5.8(Double), 0.0(Double), 6.4(Double), 573.9(Double), 3672.7(Double), 3.3(Double), 0.0(Double), 572700.0(Double), 77902.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 18(Integer), 1029.0(Double), 0.0(Double), 1.0(Double), 0.0(Double), 1.8(Double), 567.7(Double), 1021.9(Double), 36.6(Double), 0.0(Double), 164400.0(Double), 52743.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33194(Integer), 92(Integer), 19(Integer), 1927.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.5(Double), 579.0(Double), 1447.5(Double), 36.3(Double), 0.0(Double), 283400.0(Double), 81620.0(Double), 01(String) [17:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 17(String), 35(String), 32.2(Float), 5440.0(Float), 5.5(Float), 1607413.0(Float), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 1(Integer), 1440.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 2.1(Double), 571.4(Double), 1200.0(Double), 34.1(Double), 0.0(Double), 270300.0(Double), 79181.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 2(Integer), 2102.0(Double), 0.0(Double), 2.1(Double), 0.0(Double), 3.0(Double), 578.8(Double), 1736.3(Double), 37.2(Double), 0.0(Double), 288200.0(Double), 87596.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 3(Integer), 1384.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 1.9(Double), 571.9(Double), 1086.5(Double), 36.6(Double), 0.0(Double), 275500.0(Double), 75676.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 4(Integer), 1749.0(Double), 0.0(Double), 1.7(Double), 0.0(Double), 2.4(Double), 578.4(Double), 1388.1(Double), 37.8(Double), 0.0(Double), 284500.0(Double), 86586.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 5(Integer), 1677.0(Double), 0.0(Double), 1.7(Double), 0.0(Double), 2.3(Double), 573.3(Double), 1318.6(Double), 37.4(Double), 0.0(Double), 278200.0(Double), 76009.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 6(Integer), 1759.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.7(Double), 579.6(Double), 1564.8(Double), 34.5(Double), 0.0(Double), 287700.0(Double), 89351.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 7(Integer), 1866.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.4(Double), 578.4(Double), 1388.1(Double), 35.3(Double), 0.0(Double), 285700.0(Double), 87555.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 8(Integer), 1650.0(Double), 0.0(Double), 1.6(Double), 0.0(Double), 2.2(Double), 584.1(Double), 1284.9(Double), 33.7(Double), 0.0(Double), 278200.0(Double), 77436.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 9(Integer), 1850.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.4(Double), 573.0(Double), 1375.2(Double), 33.9(Double), 0.0(Double), 284800.0(Double), 86983.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 10(Integer), 1169.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.7(Double), 579.7(Double), 985.5(Double), 33.8(Double), 0.0(Double), 262700.0(Double), 68055.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 11(Integer), 1687.0(Double), 0.0(Double), 1.7(Double), 0.0(Double), 2.7(Double), 576.5(Double), 1556.6(Double), 34.1(Double), 0.0(Double), 283400.0(Double), 84301.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 12(Integer), 1363.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 1.7(Double), 589.1(Double), 1001.5(Double), 32.8(Double), 0.0(Double), 255900.0(Double), 67471.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 13(Integer), 1513.0(Double), 0.0(Double), 1.5(Double), 0.0(Double), 2.2(Double), 578.1(Double), 1271.8(Double), 33.7(Double), 0.0(Double), 277700.0(Double), 83611.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 14(Integer), 1592.0(Double), 0.0(Double), 1.6(Double), 0.0(Double), 2.1(Double), 584.4(Double), 1227.3(Double), 33.3(Double), 0.0(Double), 272500.0(Double), 79650.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 15(Integer), 1292.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 1.9(Double), 582.3(Double), 1106.4(Double), 33.2(Double), 0.0(Double), 245300.0(Double), 70394.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 16(Integer), 1652.0(Double), 0.0(Double), 1.7(Double), 0.0(Double), 2.1(Double), 584.3(Double), 1227.1(Double), 33.6(Double), 0.0(Double), 273900.0(Double), 87395.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 17(Integer), 1782.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.5(Double), 569.8(Double), 1424.6(Double), 34.5(Double), 0.0(Double), 270700.0(Double), 85039.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 18(Integer), 1385.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 1.9(Double), 569.7(Double), 1082.5(Double), 33.2(Double), 0.0(Double), 239100.0(Double), 72801.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 19(Integer), 1380.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 1.8(Double), 568.1(Double), 1022.5(Double), 32.8(Double), 0.0(Double), 236500.0(Double), 72488.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33195(Integer), 93(Integer), 20(Integer), 1926.0(Double), 0.0(Double), 1.9(Double), 0.0(Double), 2.7(Double), 561.7(Double), 1516.7(Double), 35.7(Double), 0.0(Double), 289200.0(Double), 89835.0(Double), 01(String) [17:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 17(String), 35(String), 31.6(Float), 1034.0(Float), 5.2(Float), 58063.0(Float), 01(String) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33196(Integer), 99(Integer), 1(Integer), 7800.0(Double), 0.0(Double), 7.8(Double), 1.0(Double), 12.9(Double), 557.2(Double), 7188.3(Double), 65.4(Double), 98.0(Double), 257200.0(Double), 14438.0(Double), 01(String) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33196(Integer), 99(Integer), 2(Integer), 8000.0(Double), 0.0(Double), 8.1(Double), 1.7(Double), 13.4(Double), 559.4(Double), 7496.4(Double), 69.7(Double), 98.0(Double), 260600.0(Double), 14657.0(Double), 01(String) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33196(Integer), 99(Integer), 3(Integer), 7800.0(Double), 0.0(Double), 7.9(Double), 1.7(Double), 13.2(Double), 557.8(Double), 7363.0(Double), 66.7(Double), 98.0(Double), 256500.0(Double), 14347.0(Double), 01(String) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33196(Integer), 99(Integer), 4(Integer), 8000.0(Double), 0.0(Double), 8.1(Double), 1.7(Double), 13.2(Double), 557.6(Double), 7359.9(Double), 65.5(Double), 98.0(Double), 259700.0(Double), 14621.0(Double), 01(String) [17:35:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2022-05-10(String), 17(String), 35(String), 82.6(Float), 3688.4(Float), 3.7(Float), 231273.0(Float), 01(String) [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33197(Integer), 123(Integer), 1(Integer), 65835.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 64.0(Double), 989.6(Double), 63334.4(Double), 37.0(Double), 100.0(Double), 2932660.9(Double), 204539.0(Double), 01(String) [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33197(Integer), 123(Integer), 2(Integer), 16739.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 2.8(Double), 979.3(Double), 2742.0(Double), 37.1(Double), 97.2(Double), 755775.0(Double), 26734.0(Double), 01(String) [17:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:40:46] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [17:40:58] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:40:58] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sdjoseon01, login_channel : null [17:40:58] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:40:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:40:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon01(String) [17:40:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:40:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:40:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon01(String) [17:40:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:40:58] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [17:40:58] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [17:41:13] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:41:13] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sdjoseon1, login_channel : null [17:41:13] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:41:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:41:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon1(String) [17:41:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:41:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:41:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon1(String) [17:41:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:41:13] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [17:41:13] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [17:41:58] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:41:58] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sdjoseon, login_channel : null [17:41:58] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:41:58] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:41:58] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_03 [17:41:58] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:41:58] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : sdjoseon [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: sdjoseon, mappingList.size : 20 [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:41:58] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[sdjoseon] roles roles [0]ROLE_03 [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sdjoseon(String), 03(String), D4BBB80BE51D8D5DE2ED07E0C2864446(String), WEB(String) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:41:58] [DEBUG] controller.SolarController - ----------------------------------------------- [17:41:58] [DEBUG] controller.SolarController - /solar/view.co :: plantSeq :: 126, param.plantSeq : 0 [17:41:58] [DEBUG] controller.SolarController - ----------------------------------------------- [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 126(Integer), 2022-05-10(String) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [17:41:58] [DEBUG] controller.SolarController - view.selectOverviewByPlantSeq1 : 쿼리조회시간 : 15 [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2022 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 126(Integer), 33178(Integer), 2022-05-10(String), 2022-05-10(String), 126(Integer) [17:41:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:41:58] [DEBUG] controller.SolarController - view.selectListIvtByPlantSeq2 : 쿼리조회시간 : 0 [17:41:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [17:41:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-04-26(String) [17:41:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:41:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [17:41:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [17:41:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:42:00] [DEBUG] controller.SolarController - ----------------------------------------------- [17:42:00] [DEBUG] controller.SolarController - /solar/data_chart.co :: , param.plantSeq : 126 [17:42:00] [DEBUG] controller.SolarController - ----------------------------------------------- [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_ivtoverview_hour where inputDate = ? and plantSeq = ? order by inputDate asc, inputHour asc [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 126(Integer) [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, d.* from t_ivtoverview_day d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and d.plantSeq = ? order by inputDate asc [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-02(String), 2022-05-10(String), 126(Integer) [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [17:42:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [17:42:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.plantStatus = ? and v.ivtStatus = ? and p.seq in ( 126, 125, 124, 123, 122, 121, 120, 113, 112, 111, 110, 109, 108, 107, 106, 105, 104, 103, 102, 101 ) ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc [17:42:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String) [17:42:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [17:42:01] [DEBUG] controller.SolarController - slide.selectListFront : 쿼리조회시간 : 78 [17:42:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [17:42:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [17:42:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:42:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq order by oseq asc, ivtIdx asc [17:42:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:42:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2022 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' order by plantSeq asc, ivtIdx asc [17:42:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:42:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:42:02] [DEBUG] controller.InverterController - ------------------------------------- [17:42:02] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_96_1","status":"01"},{"name":"ivt_98_1","status":"01"},{"name":"end"}]} [17:42:02] [DEBUG] controller.InverterController - ------------------------------------- [17:42:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 131 [17:42:02] [DEBUG] controller.InverterController - ------------------------------------- [17:42:02] [DEBUG] controller.InverterController - { "data" : [{"name":"ivt_76_1","status":"01"},{"name":"ivt_76_2","status":"01"},{"name":"ivt_76_3","status":"01"},{"name":"ivt_76_4","status":"01"},{"name":"ivt_76_5","status":"01"},{"name":"ivt_76_6","status":"00"},{"name":"ivt_76_7","status":"00"},{"name":"ivt_76_8","status":"00"},{"name":"ivt_76_9","status":"01"},{"name":"ivt_76_10","status":"01"},{"name":"ivt_76_11","status":"01"},{"name":"ivt_76_12","status":"01"},{"name":"ivt_76_13","status":"01"},{"name":"ivt_76_14","status":"01"},{"name":"ivt_76_15","status":"01"},{"name":"ivt_76_16","status":"01"},{"name":"ivt_76_17","status":"01"},{"name":"ivt_76_18","status":"01"},{"name":"ivt_76_19","status":"01"},{"name":"ivt_76_20","status":"01"},{"name":"ivt_78_1","status":"01"},{"name":"ivt_78_2","status":"01"},{"name":"ivt_78_3","status":"01"},{"name":"ivt_78_4","status":"00"},{"name":"ivt_78_5","status":"01"},{"name":"ivt_78_6","status":"01"},{"name":"ivt_78_7","status":"01"},{"name":"ivt_78_8","status":"01"},{"name":"ivt_78_9","status":"01"},{"name":"ivt_78_10","status":"01"},{"name":"ivt_78_11","status":"01"},{"name":"ivt_78_12","status":"01"},{"name":"ivt_78_13","status":"00"},{"name":"ivt_78_14","status":"01"},{"name":"ivt_78_15","status":"01"},{"name":"ivt_78_16","status":"01"},{"name":"ivt_78_17","status":"01"},{"name":"ivt_78_18","status":"01"},{"name":"ivt_92_1","status":"01"},{"name":"ivt_92_2","status":"01"},{"name":"ivt_92_3","status":"01"},{"name":"ivt_92_4","status":"01"},{"name":"ivt_92_5","status":"01"},{"name":"ivt_92_6","status":"01"},{"name":"ivt_92_7","status":"01"},{"name":"ivt_92_8","status":"01"},{"name":"ivt_92_9","status":"01"},{"name":"ivt_92_10","status":"01"},{"name":"ivt_92_11","status":"01"},{"name":"ivt_92_12","status":"01"},{"name":"ivt_92_13","status":"01"},{"name":"ivt_92_14","status":"01"},{"name":"ivt_92_15","status":"01"},{"name":"ivt_92_16","status":"01"},{"name":"ivt_92_17","status":"01"},{"name":"ivt_92_18","status":"01"},{"name":"ivt_92_19","status":"01"},{"name":"ivt_93_1","status":"01"},{"name":"ivt_93_2","status":"01"},{"name":"ivt_93_3","status":"01"},{"name":"ivt_93_4","status":"01"},{"name":"ivt_93_5","status":"01"},{"name":"ivt_93_6","status":"01"},{"name":"ivt_93_7","status":"01"},{"name":"ivt_93_8","status":"01"},{"name":"ivt_93_9","status":"01"},{"name":"ivt_93_10","status":"01"},{"name":"ivt_93_11","status":"01"},{"name":"ivt_93_12","status":"01"},{"name":"ivt_93_13","status":"01"},{"name":"ivt_93_14","status":"01"},{"name":"ivt_93_15","status":"01"},{"name":"ivt_93_16","status":"01"},{"name":"ivt_93_17","status":"01"},{"name":"ivt_93_18","status":"01"},{"name":"ivt_93_19","status":"01"},{"name":"ivt_93_20","status":"01"},{"name":"ivt_99_1","status":"01"},{"name":"ivt_99_2","status":"01"},{"name":"ivt_99_3","status":"01"},{"name":"ivt_99_4","status":"01"},{"name":"ivt_101_1","status":"01"},{"name":"ivt_101_2","status":"01"},{"name":"ivt_102_1","status":"01"},{"name":"ivt_102_2","status":"01"},{"name":"ivt_103_1","status":"01"},{"name":"ivt_103_2","status":"01"},{"name":"ivt_104_1","status":"01"},{"name":"ivt_104_2","status":"01"},{"name":"ivt_105_1","status":"01"},{"name":"ivt_105_2","status":"01"},{"name":"ivt_106_1","status":"01"},{"name":"ivt_106_2","status":"01"},{"name":"ivt_107_1","status":"01"},{"name":"ivt_107_2","status":"01"},{"name":"ivt_108_1","status":"01"},{"name":"ivt_108_2","status":"01"},{"name":"ivt_109_1","status":"01"},{"name":"ivt_109_2","status":"01"},{"name":"ivt_110_1","status":"01"},{"name":"ivt_110_2","status":"01"},{"name":"ivt_111_1","status":"01"},{"name":"ivt_111_2","status":"01"},{"name":"ivt_112_1","status":"01"},{"name":"ivt_112_2","status":"01"},{"name":"ivt_113_1","status":"01"},{"name":"ivt_113_2","status":"01"},{"name":"ivt_120_1","status":"01"},{"name":"ivt_120_2","status":"01"},{"name":"ivt_121_1","status":"01"},{"name":"ivt_121_2","status":"01"},{"name":"ivt_122_1","status":"01"},{"name":"ivt_122_2","status":"01"},{"name":"ivt_123_1","status":"01"},{"name":"ivt_123_2","status":"01"},{"name":"ivt_124_1","status":"01"},{"name":"ivt_124_2","status":"01"},{"name":"ivt_125_1","status":"01"},{"name":"ivt_125_2","status":"01"},{"name":"ivt_126_1","status":"01"},{"name":"ivt_126_2","status":"01"},{"name":"ivt_127_1","status":"01"},{"name":"ivt_127_2","status":"01"},{"name":"ivt_127_3","status":"01"},{"name":"ivt_128_1","status":"01"},{"name":"ivt_128_2","status":"01"},{"name":"ivt_128_3","status":"01"},{"name":"ivt_128_4","status":"01"},{"name":"ivt_128_5","status":"01"},{"name":"ivt_129_1","status":"01"},{"name":"ivt_129_2","status":"01"},{"name":"end"}]} [17:42:02] [DEBUG] controller.InverterController - ------------------------------------- [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:42:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [17:42:03] [DEBUG] controller.JsonController - ------------------------------------- [17:42:03] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [17:42:03] [DEBUG] controller.JsonController - ------------------------------------- [17:43:41] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [17:43:46] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:43:46] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :tk2340, login_channel : null [17:43:46] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:43:46] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:43:46] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [17:43:46] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:43:46] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : tk2340 [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: tk2340, mappingList.size : 1 [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:43:46] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[tk2340] roles roles [0]ROLE_01 [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String), 01(String), 3AB68E471A92F8FCD553F8F6350E0F00(String), PHONE(String) [17:43:46] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:43:46] [DEBUG] controller.EssController - ----------------------------------------------- [17:43:46] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [17:43:46] [DEBUG] controller.EssController - ----------------------------------------------- [17:43:48] [DEBUG] controller.EssController - ----------------------------------------------- [17:43:48] [DEBUG] controller.EssController - /index.co called [17:43:48] [DEBUG] controller.EssController - ----------------------------------------------- [17:43:48] [DEBUG] controller.EssController - ----------------------------------------------- [17:43:48] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [17:43:48] [DEBUG] controller.EssController - ----------------------------------------------- [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-09(String), 41(Integer), 0(Integer), 2022-05-08(String), 41(Integer), 0(Integer), 2022-05-10(String), 61821(Integer) [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 41(Integer), 2022-05-10(String), 41(Integer) [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [17:43:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:43:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-04-26(String) [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-10(String), 41(Integer), 0(Integer), 2022-05-10(String) [17:43:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 17 [17:43:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [17:43:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [17:43:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [17:43:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [17:43:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2022-05-10(String), 41(Integer), 1(Integer), 2022-05-10(String) [17:43:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 17 [17:59:20] [DEBUG] controller.SolarController - ----------------------------------------------- [17:59:20] [DEBUG] controller.SolarController - /solar/view.co :: plantSeq :: 126, param.plantSeq : 0 [17:59:20] [DEBUG] controller.SolarController - ----------------------------------------------- [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 126(Integer), 2022-05-10(String) [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [17:59:20] [DEBUG] controller.SolarController - view.selectOverviewByPlantSeq1 : 쿼리조회시간 : 16 [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2022 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2022 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2022 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 126(Integer), 33178(Integer), 2022-05-10(String), 2022-05-10(String), 126(Integer) [17:59:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:59:20] [DEBUG] controller.SolarController - view.selectListIvtByPlantSeq2 : 쿼리조회시간 : 0 [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-04-26(String) [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:59:21] [DEBUG] controller.SolarController - ----------------------------------------------- [17:59:21] [DEBUG] controller.SolarController - /solar/data_chart.co :: , param.plantSeq : 126 [17:59:21] [DEBUG] controller.SolarController - ----------------------------------------------- [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_ivtoverview_hour where inputDate = ? and plantSeq = ? order by inputDate asc, inputHour asc [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 126(Integer) [17:59:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [17:59:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, d.* from t_ivtoverview_day d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and d.plantSeq = ? order by inputDate asc [17:59:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-02(String), 2022-05-10(String), 126(Integer) [17:59:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [17:59:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [17:59:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [17:59:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [17:59:33] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [17:59:39] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:59:39] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :hansol, login_channel : null [17:59:39] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hansol(String) [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:59:39] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:59:39] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [17:59:39] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [17:59:39] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : hansol [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hansol(String) [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hansol(String) [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: hansol, mappingList.size : 1 [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [17:59:39] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[hansol] roles roles [0]ROLE_01 [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hansol(String), 01(String), EF1BB8D8D59F2E1AC1C97AFF97080119(String), PHONE(String) [17:59:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [17:59:39] [DEBUG] controller.EssController - ----------------------------------------------- [17:59:39] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [17:59:39] [DEBUG] controller.EssController - ----------------------------------------------- [17:59:41] [DEBUG] controller.EssController - ----------------------------------------------- [17:59:41] [DEBUG] controller.EssController - /index.co called [17:59:41] [DEBUG] controller.EssController - ----------------------------------------------- [17:59:41] [DEBUG] controller.EssController - ----------------------------------------------- [17:59:41] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 73, param.plantSeq : 0 [17:59:41] [DEBUG] controller.EssController - ----------------------------------------------- [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 73(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 73(Integer), 0(Integer), 2022-05-09(String), 73(Integer), 0(Integer), 2022-05-08(String), 73(Integer), 0(Integer), 2022-05-10(String), 61822(Integer) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 73(Integer), 2022-05-10(String), 73(Integer), 2022-05-10(String), 73(Integer) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 73(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 73(Integer), 01(String), 2022-04-26(String) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 73(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [17:59:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [17:59:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [17:59:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 73(Integer), 0(Integer), 2022-05-10(String), 73(Integer), 0(Integer), 2022-05-10(String) [17:59:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 17 [17:59:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [17:59:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 73(Integer), 0(Integer), 73(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [17:59:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [17:59:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [17:59:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 73(Integer), 1(Integer), 2022-05-10(String), 73(Integer), 1(Integer), 2022-05-10(String) [17:59:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 17 [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 18(String), 04(String), 41.0(Float), 4366.8(Float), 4.4(Float), 369541.0(Float), 01(String) [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33203(Integer), 101(Integer), 1(Integer), 32415.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 32.6(Double), 979.7(Double), 31938.2(Double), 37.9(Double), 93.8(Double), 3413439.9(Double), 226679.0(Double), 01(String) [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33203(Integer), 101(Integer), 2(Integer), 8536.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 0.0(Double), 978.1(Double), 0.0(Double), 36.8(Double), 97.5(Double), 953349.0(Double), 142862.0(Double), 01(String) [18:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 18(String), 04(String), 39.6(Float), 4320.4(Float), 4.3(Float), 389912.0(Float), 01(String) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33204(Integer), 108(Integer), 1(Integer), 31183.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 29.7(Double), 980.8(Double), 29129.8(Double), 48.2(Double), 90.8(Double), 3387150.9(Double), 237759.0(Double), 01(String) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33204(Integer), 108(Integer), 2(Integer), 8432.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 0.0(Double), 981.0(Double), 0.0(Double), 48.2(Double), 88.6(Double), 933226.0(Double), 152153.0(Double), 01(String) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 18(String), 04(String), 32.6(Float), 4498.6(Float), 4.5(Float), 406681.0(Float), 01(String) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33205(Integer), 109(Integer), 1(Integer), 32649.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 32.1(Double), 980.8(Double), 31483.7(Double), 36.8(Double), 82.4(Double), 3506062.0(Double), 247133.0(Double), 01(String) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33205(Integer), 109(Integer), 2(Integer), 0.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1096.8(Double), 0.0(Double), 36.8(Double), 0.0(Double), 992524.0(Double), 159548.0(Double), 01(String) [18:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 18(String), 04(String), 30.6(Float), 4242.5(Float), 4.2(Float), 323344.0(Float), 01(String) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33206(Integer), 106(Integer), 1(Integer), 30641.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 32.4(Double), 980.5(Double), 31768.2(Double), 37.2(Double), 91.3(Double), 3300488.0(Double), 200584.0(Double), 01(String) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33206(Integer), 106(Integer), 2(Integer), 0.0(Double), 60.5(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1091.6(Double), 0.0(Double), 37.0(Double), 0.0(Double), 942014.0(Double), 122760.0(Double), 01(String) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 18(String), 04(String), 31.5(Float), 4463.2(Float), 4.5(Float), 393318.0(Float), 01(String) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33207(Integer), 111(Integer), 1(Integer), 31505.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 54.6(Double), 985.8(Double), 53824.7(Double), 37.1(Double), 80.1(Double), 3479747.1(Double), 241171.0(Double), 01(String) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33207(Integer), 111(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1094.5(Double), 0.0(Double), 36.0(Double), 0.0(Double), 983460.0(Double), 152147.0(Double), 01(String) [18:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 18(String), 05(String), 6.9(Float), 489.0(Float), 4.9(Float), 46008.7(Float), 01(String) [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33208(Integer), 129(Integer), 1(Integer), 3652.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 12.0(Double), 601.0(Double), 7212.0(Double), 47.0(Double), 0.0(Double), 258300.0(Double), 24232.7(Double), 01(String) [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33208(Integer), 129(Integer), 2(Integer), 3283.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 11.0(Double), 595.0(Double), 6545.0(Double), 49.0(Double), 0.0(Double), 230700.0(Double), 21776.0(Double), 01(String) [18:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 18(String), 05(String), 38.9(Float), 4215.2(Float), 4.2(Float), 377728.0(Float), 01(String) [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33209(Integer), 126(Integer), 1(Integer), 31173.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 30.0(Double), 984.9(Double), 29547.0(Double), 47.3(Double), 100.0(Double), 3350430.9(Double), 232382.0(Double), 01(String) [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33209(Integer), 126(Integer), 2(Integer), 7726.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 0.0(Double), 984.6(Double), 0.0(Double), 48.5(Double), 99.9(Double), 864814.0(Double), 145346.0(Double), 01(String) [18:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 18(String), 05(String), 38.6(Float), 4401.6(Float), 4.4(Float), 330294.0(Float), 01(String) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33210(Integer), 104(Integer), 1(Integer), 30220.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 30.7(Double), 1003.6(Double), 30810.5(Double), 37.3(Double), 99.9(Double), 3401231.0(Double), 183657.0(Double), 01(String) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33210(Integer), 104(Integer), 2(Integer), 8373.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 0.0(Double), 981.0(Double), 0.0(Double), 36.8(Double), 99.5(Double), 1000366.0(Double), 146637.0(Double), 01(String) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 18(String), 05(String), 32.6(Float), 4534.0(Float), 4.5(Float), 388802.0(Float), 01(String) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33211(Integer), 103(Integer), 1(Integer), 32617.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 32.8(Double), 983.1(Double), 32245.7(Double), 36.1(Double), 81.8(Double), 3575330.1(Double), 241215.0(Double), 01(String) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33211(Integer), 103(Integer), 2(Integer), 0.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1092.3(Double), 0.0(Double), 35.9(Double), 0.0(Double), 958635.0(Double), 147587.0(Double), 01(String) [18:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 18(String), 05(String), 58.7(Float), 2761.1(Float), 6.9(Float), 68034.5(Float), 01(String) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33212(Integer), 128(Integer), 1(Integer), 13137.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 20.3(Double), 660.2(Double), 13434.6(Double), 30.9(Double), 645.4(Double), 610090.0(Double), 15132.5(Double), 01(String) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33212(Integer), 128(Integer), 2(Integer), 13000.0(Double), 600.3(Double), 0.0(Double), 0.0(Double), 20.2(Double), 659.4(Double), 13313.5(Double), 31.8(Double), 10.0(Double), 611000.0(Double), 15063.4(Double), 01(String) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33212(Integer), 128(Integer), 3(Integer), 13012.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 20.1(Double), 661.5(Double), 13303.8(Double), 32.4(Double), 645.4(Double), 616890.0(Double), 15110.9(Double), 01(String) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33212(Integer), 128(Integer), 4(Integer), 12142.0(Double), 600.3(Double), 0.0(Double), 0.0(Double), 18.9(Double), 654.0(Double), 12393.8(Double), 32.8(Double), 10.0(Double), 609120.0(Double), 14990.0(Double), 01(String) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33212(Integer), 128(Integer), 5(Integer), 6546.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 10.2(Double), 645.8(Double), 6580.7(Double), 36.7(Double), 645.4(Double), 314040.0(Double), 7737.8(Double), 01(String) [18:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 18(String), 05(String), 30.8(Float), 4407.2(Float), 4.5(Float), 389299.0(Float), 01(String) [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33213(Integer), 112(Integer), 1(Integer), 30769.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 31.1(Double), 980.0(Double), 30478.0(Double), 38.6(Double), 92.8(Double), 3539314.9(Double), 242221.0(Double), 01(String) [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33213(Integer), 112(Integer), 2(Integer), 0.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1091.9(Double), 0.0(Double), 37.1(Double), 0.0(Double), 867879.0(Double), 147078.0(Double), 01(String) [18:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 18(String), 05(String), 36.2(Float), 3954.9(Float), 4.0(Float), 361877.0(Float), 01(String) [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33214(Integer), 124(Integer), 1(Integer), 27864.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 27.7(Double), 981.4(Double), 27184.8(Double), 43.9(Double), 84.9(Double), 3053283.9(Double), 217376.0(Double), 01(String) [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33214(Integer), 124(Integer), 2(Integer), 8340.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 4.3(Double), 984.5(Double), 4233.4(Double), 41.5(Double), 98.4(Double), 901595.0(Double), 144501.0(Double), 01(String) [18:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 18(String), 05(String), 31.1(Float), 4213.6(Float), 4.2(Float), 389494.0(Float), 01(String) [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33215(Integer), 120(Integer), 1(Integer), 31090.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 30.5(Double), 986.1(Double), 30076.0(Double), 35.7(Double), 100.0(Double), 3315445.1(Double), 236668.0(Double), 01(String) [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33215(Integer), 120(Integer), 2(Integer), 0.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1093.0(Double), 0.0(Double), 36.1(Double), 0.0(Double), 898160.0(Double), 152826.0(Double), 01(String) [18:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 18(String), 05(String), 28.7(Float), 3678.3(Float), 4.4(Float), 290236.0(Float), 01(String) [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33216(Integer), 110(Integer), 1(Integer), 28690.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 31.1(Double), 980.1(Double), 30481.1(Double), 38.2(Double), 87.0(Double), 2976618.9(Double), 182001.0(Double), 01(String) [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33216(Integer), 110(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1056.9(Double), 0.0(Double), 37.4(Double), 0.0(Double), 701645.0(Double), 108235.0(Double), 01(String) [18:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 18(String), 05(String), 36.0(Float), 4014.1(Float), 4.0(Float), 367268.0(Float), 01(String) [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33217(Integer), 125(Integer), 1(Integer), 28485.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 23.3(Double), 999.9(Double), 23297.7(Double), 38.4(Double), 89.0(Double), 3170439.9(Double), 223599.0(Double), 01(String) [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33217(Integer), 125(Integer), 2(Integer), 7023.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 3.8(Double), 1014.3(Double), 3854.3(Double), 43.4(Double), 90.0(Double), 843711.0(Double), 143669.0(Double), 01(String) [18:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 18(String), 05(String), 39.7(Float), 4450.3(Float), 4.5(Float), 396171.0(Float), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33218(Integer), 105(Integer), 1(Integer), 31230.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 25.5(Double), 982.4(Double), 25051.2(Double), 36.9(Double), 99.7(Double), 3513133.1(Double), 242304.0(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33218(Integer), 105(Integer), 2(Integer), 8489.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 0.0(Double), 978.8(Double), 0.0(Double), 36.6(Double), 100.0(Double), 937189.0(Double), 153867.0(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 18(String), 05(String), 40.0(Float), 4367.8(Float), 4.4(Float), 416554.0(Float), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33219(Integer), 121(Integer), 1(Integer), 31747.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 22.8(Double), 990.7(Double), 22588.0(Double), 35.3(Double), 100.0(Double), 3400699.0(Double), 251176.0(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33219(Integer), 121(Integer), 2(Integer), 8246.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 985.3(Double), 0.0(Double), 36.1(Double), 98.6(Double), 967121.0(Double), 165378.0(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 18(String), 05(String), 12.1(Float), 802.5(Float), 5.3(Float), 73594.9(Float), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33220(Integer), 127(Integer), 1(Integer), 4065.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 20.0(Double), 559.0(Double), 11180.0(Double), 49.0(Double), 0.0(Double), 268700.0(Double), 24753.3(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33220(Integer), 127(Integer), 2(Integer), 3759.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 15.0(Double), 589.0(Double), 8835.0(Double), 49.0(Double), 0.0(Double), 249800.0(Double), 22697.9(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33220(Integer), 127(Integer), 3(Integer), 4268.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 24.0(Double), 592.0(Double), 14208.0(Double), 49.0(Double), 0.0(Double), 284000.0(Double), 26143.7(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 18(String), 05(String), 32.3(Float), 4386.6(Float), 4.4(Float), 389649.0(Float), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33221(Integer), 107(Integer), 1(Integer), 30734.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 25.5(Double), 982.9(Double), 25064.0(Double), 37.3(Double), 89.4(Double), 3404516.1(Double), 237374.0(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33221(Integer), 107(Integer), 2(Integer), 1595.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1086.9(Double), 0.0(Double), 36.2(Double), 85.0(Double), 982104.0(Double), 152275.0(Double), 01(String) [18:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 18(String), 05(String), 40.4(Float), 4492.3(Float), 4.5(Float), 299700.0(Float), 01(String) [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33222(Integer), 102(Integer), 1(Integer), 31383.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 34.1(Double), 981.3(Double), 33462.3(Double), 36.3(Double), 88.6(Double), 3519680.9(Double), 194158.0(Double), 01(String) [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33222(Integer), 102(Integer), 2(Integer), 8669.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 981.5(Double), 0.0(Double), 36.7(Double), 94.8(Double), 972665.0(Double), 105542.0(Double), 01(String) [18:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 18(String), 05(String), 31.7(Float), 4324.2(Float), 4.3(Float), 382793.0(Float), 01(String) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33223(Integer), 122(Integer), 1(Integer), 31741.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 31.4(Double), 992.8(Double), 31173.9(Double), 36.3(Double), 86.8(Double), 3357858.9(Double), 230887.0(Double), 01(String) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33223(Integer), 122(Integer), 2(Integer), 0.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1107.6(Double), 0.0(Double), 35.2(Double), 0.0(Double), 966317.0(Double), 151906.0(Double), 01(String) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 18(String), 05(String), 38.9(Float), 4444.7(Float), 4.4(Float), 377913.0(Float), 01(String) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33224(Integer), 113(Integer), 1(Integer), 30395.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 30.8(Double), 981.7(Double), 30236.4(Double), 36.0(Double), 74.5(Double), 3451208.0(Double), 228678.0(Double), 01(String) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33224(Integer), 113(Integer), 2(Integer), 8500.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 980.3(Double), 0.0(Double), 34.5(Double), 93.6(Double), 993500.0(Double), 149235.0(Double), 01(String) [18:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 18(String), 05(String), 20.8(Float), 5023.4(Float), 5.5(Float), 1506227.0(Float), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 1(Integer), 1164.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.5(Double), 575.5(Double), 863.2(Double), 33.8(Double), 0.0(Double), 279600.0(Double), 73433.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 2(Integer), 1279.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 2.0(Double), 576.7(Double), 1153.4(Double), 34.1(Double), 0.0(Double), 285600.0(Double), 86719.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 3(Integer), 1228.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.9(Double), 578.3(Double), 1098.8(Double), 34.3(Double), 0.0(Double), 277900.0(Double), 75094.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 4(Integer), 1169.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.8(Double), 552.8(Double), 995.0(Double), 33.7(Double), 0.0(Double), 278700.0(Double), 78524.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 5(Integer), 1264.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 2.1(Double), 569.8(Double), 1196.6(Double), 35.3(Double), 0.0(Double), 285300.0(Double), 88554.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 6(Integer), 1331.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 1.7(Double), 572.1(Double), 972.6(Double), 33.2(Double), 0.0(Double), 285900.0(Double), 88420.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 7(Integer), 816.0(Double), 0.0(Double), 0.8(Double), 0.0(Double), 1.2(Double), 578.4(Double), 694.1(Double), 33.5(Double), 0.0(Double), 259300.0(Double), 72326.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 8(Integer), 1160.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.8(Double), 575.6(Double), 1036.0(Double), 34.0(Double), 0.0(Double), 273500.0(Double), 83488.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 9(Integer), 920.0(Double), 0.0(Double), 0.9(Double), 0.0(Double), 1.4(Double), 569.5(Double), 797.3(Double), 34.7(Double), 0.0(Double), 249300.0(Double), 71194.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 10(Integer), 1424.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 2.0(Double), 564.7(Double), 1129.3(Double), 34.1(Double), 0.0(Double), 275000.0(Double), 84664.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 11(Integer), 980.0(Double), 0.0(Double), 1.0(Double), 0.0(Double), 1.5(Double), 572.6(Double), 858.8(Double), 33.4(Double), 0.0(Double), 273300.0(Double), 84894.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 12(Integer), 1084.0(Double), 0.0(Double), 1.1(Double), 0.0(Double), 1.5(Double), 566.1(Double), 849.1(Double), 34.1(Double), 0.0(Double), 273900.0(Double), 86338.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 13(Integer), 1094.0(Double), 0.0(Double), 1.1(Double), 0.0(Double), 1.6(Double), 571.9(Double), 915.0(Double), 32.8(Double), 0.0(Double), 276700.0(Double), 85553.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 14(Integer), 1080.0(Double), 0.0(Double), 1.1(Double), 0.0(Double), 1.4(Double), 563.8(Double), 789.4(Double), 32.9(Double), 0.0(Double), 271600.0(Double), 84289.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 15(Integer), 1218.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.5(Double), 575.2(Double), 862.8(Double), 33.0(Double), 0.0(Double), 249200.0(Double), 77076.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 16(Integer), 770.0(Double), 0.0(Double), 0.8(Double), 0.0(Double), 1.1(Double), 546.2(Double), 600.9(Double), 33.4(Double), 0.0(Double), 234200.0(Double), 73393.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 17(Integer), 986.0(Double), 0.0(Double), 1.0(Double), 0.0(Double), 1.3(Double), 575.1(Double), 747.6(Double), 32.7(Double), 0.0(Double), 245400.0(Double), 77903.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 18(Integer), 630.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.1(Double), 568.1(Double), 624.9(Double), 33.2(Double), 0.0(Double), 164800.0(Double), 52744.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33225(Integer), 92(Integer), 19(Integer), 1156.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.6(Double), 574.1(Double), 918.5(Double), 33.7(Double), 0.0(Double), 284200.0(Double), 81621.0(Double), 01(String) [18:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 18(String), 05(String), 22.6(Float), 5453.5(Float), 5.5(Float), 1607426.0(Float), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 1(Integer), 969.0(Double), 0.0(Double), 1.0(Double), 0.0(Double), 1.6(Double), 566.4(Double), 906.3(Double), 31.9(Double), 0.0(Double), 270900.0(Double), 79182.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 2(Integer), 1580.0(Double), 0.0(Double), 1.6(Double), 0.0(Double), 2.2(Double), 580.3(Double), 1276.6(Double), 33.5(Double), 0.0(Double), 289100.0(Double), 87597.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 3(Integer), 959.0(Double), 0.0(Double), 1.0(Double), 0.0(Double), 1.4(Double), 560.9(Double), 785.3(Double), 33.1(Double), 0.0(Double), 276100.0(Double), 75677.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 4(Integer), 1225.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 1.8(Double), 553.4(Double), 996.1(Double), 33.8(Double), 0.0(Double), 285300.0(Double), 86587.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 5(Integer), 1088.0(Double), 0.0(Double), 1.1(Double), 0.0(Double), 1.6(Double), 566.3(Double), 906.1(Double), 33.7(Double), 0.0(Double), 278900.0(Double), 76009.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 6(Integer), 1218.0(Double), 0.0(Double), 1.2(Double), 0.0(Double), 2.0(Double), 575.6(Double), 1151.1(Double), 32.2(Double), 0.0(Double), 288400.0(Double), 89352.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 7(Integer), 1272.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 1.8(Double), 573.9(Double), 1033.0(Double), 33.1(Double), 0.0(Double), 286500.0(Double), 87555.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 8(Integer), 1277.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 1.8(Double), 575.6(Double), 1036.1(Double), 31.7(Double), 0.0(Double), 278900.0(Double), 77437.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 9(Integer), 1320.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 1.8(Double), 569.1(Double), 1024.3(Double), 31.6(Double), 0.0(Double), 285600.0(Double), 86984.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 10(Integer), 842.0(Double), 0.0(Double), 0.8(Double), 0.0(Double), 1.3(Double), 556.8(Double), 723.8(Double), 31.7(Double), 0.0(Double), 263200.0(Double), 68056.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 11(Integer), 1276.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 2.0(Double), 575.1(Double), 1150.3(Double), 31.8(Double), 0.0(Double), 284200.0(Double), 84302.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 12(Integer), 942.0(Double), 0.0(Double), 0.9(Double), 0.0(Double), 1.3(Double), 586.1(Double), 762.0(Double), 31.1(Double), 0.0(Double), 256500.0(Double), 67471.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 13(Integer), 1047.0(Double), 0.0(Double), 1.0(Double), 0.0(Double), 1.6(Double), 578.1(Double), 924.9(Double), 31.7(Double), 0.0(Double), 278300.0(Double), 83611.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 14(Integer), 1251.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 1.8(Double), 564.5(Double), 1016.1(Double), 31.6(Double), 0.0(Double), 273100.0(Double), 79651.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 15(Integer), 976.0(Double), 0.0(Double), 1.0(Double), 0.0(Double), 1.5(Double), 569.4(Double), 854.1(Double), 31.6(Double), 0.0(Double), 245800.0(Double), 70395.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 16(Integer), 1141.0(Double), 0.0(Double), 1.1(Double), 0.0(Double), 1.5(Double), 564.0(Double), 846.0(Double), 31.4(Double), 0.0(Double), 274600.0(Double), 87396.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 17(Integer), 1083.0(Double), 0.0(Double), 1.1(Double), 0.0(Double), 1.6(Double), 565.8(Double), 905.3(Double), 32.0(Double), 0.0(Double), 271400.0(Double), 85039.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 18(Integer), 905.0(Double), 0.0(Double), 0.9(Double), 0.0(Double), 1.2(Double), 560.3(Double), 672.4(Double), 31.4(Double), 0.0(Double), 239600.0(Double), 72802.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 19(Integer), 912.0(Double), 0.0(Double), 0.9(Double), 0.0(Double), 1.2(Double), 565.6(Double), 678.8(Double), 31.0(Double), 0.0(Double), 237100.0(Double), 72488.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33226(Integer), 93(Integer), 20(Integer), 1340.0(Double), 0.0(Double), 1.3(Double), 0.0(Double), 1.8(Double), 578.2(Double), 1040.8(Double), 33.0(Double), 0.0(Double), 290000.0(Double), 89835.0(Double), 01(String) [18:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 18(String), 05(String), 15.3(Float), 1045.3(Float), 5.2(Float), 58074.0(Float), 01(String) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33227(Integer), 99(Integer), 1(Integer), 3800.0(Double), 0.0(Double), 3.8(Double), 0.4(Double), 5.6(Double), 556.3(Double), 3115.5(Double), 63.6(Double), 90.0(Double), 260000.0(Double), 14441.0(Double), 01(String) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33227(Integer), 99(Integer), 2(Integer), 3800.0(Double), 0.0(Double), 3.8(Double), 0.7(Double), 6.2(Double), 537.1(Double), 3330.0(Double), 66.4(Double), 92.0(Double), 263500.0(Double), 14659.0(Double), 01(String) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33227(Integer), 99(Integer), 3(Integer), 3800.0(Double), 0.0(Double), 4.0(Double), 1.4(Double), 6.1(Double), 539.5(Double), 3290.7(Double), 63.5(Double), 91.0(Double), 259300.0(Double), 14350.0(Double), 01(String) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33227(Integer), 99(Integer), 4(Integer), 3900.0(Double), 0.0(Double), 4.1(Double), 1.4(Double), 5.9(Double), 550.4(Double), 3247.2(Double), 63.2(Double), 91.0(Double), 262500.0(Double), 14624.0(Double), 01(String) [18:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:24:50] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [18:24:50] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [18:24:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:24:53] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :admin03, login_channel : null [18:24:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:24:53] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_05 [18:24:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:24:53] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co?error [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : admin03 [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName from t_plant p left join t_pms m on p.seq = m.plantSeq and p.plantStatus = '01' and m.pmsStatus = '01' order by p.seq desc [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 103 [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: admin03, mappingList.size : 103 [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:24:53] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[admin03] roles roles [0]ROLE_05 [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String), 05(String), FD5D826A7B76AEB46CF4000220A94BDE(String), PHONE(String) [18:24:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:24:53] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [18:24:53] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [18:24:53] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [18:24:53] [DEBUG] controller.SignController - /monitoring/dashboard.co [18:24:53] [DEBUG] controller.SignController - ....................................... [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.pvPower/p.supplyPower as pvPercent, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, count(seq) as count from t_pmsdata_2022 where pcsIdx=0 and inputDate = ? group by plantSeq ) d2 where d.plantSeq = d2.plantSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? ) d on p.seq = d.plantSeq ) p left join ( select inputHour as weatherHour, weatherCode, cloud from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ?) ) w on p.weatherCode = w.weatherCode order by p.pvPercent desc [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 2022-05-10(String) [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.geox, p.geoy, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) order by p.seq desc [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 81 [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, count(inputHour) as count from t_weather_2021 where inputYmd = ? group by inputHour order by inputHour desc [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(k.seq) as count from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_count.Kesco : 쿼리조회시간 : 0 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_count.faultPms : 쿼리조회시간 : 16 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_count.alarmBatt : 쿼리조회시간 : 0 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 10(Integer), 990(Integer), 10(Integer), 990(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_data_count.pmsVo : 쿼리조회시간 : 0 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_kesco k where seq = (select max(seq) from t_timetable_kesco k where k.inputDate = ? ) [18:24:55] [DEBUG] controller.MonitoringController - main_count.faultTemp : 쿼리조회시간 : 47 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_data_count.kescoVo : 쿼리조회시간 : 31 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, inputHour, count(inputYmd) as count from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ? ) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_data_count.weatherVo : 쿼리조회시간 : 47 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_count.alarmTemp : 쿼리조회시간 : 78 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, createDatetime, count(seq) as count from t_pmsdata_statistic_hour where inputDate=? and inputHour = (select max(inputHour) from t_pmsdata_statistic_hour where inputDate = ?) and pcsIdx=0 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and ( d.data20 < ? or d.data20 > ? or d.data21 < ? or d.data21 > ?) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 320(Integer), 160(Integer), 320(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_data_count.hourVo : 쿼리조회시간 : 16 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputMonth, inputDay, createDatetime, count(seq) as count from t_pmsdata_statistic_day where inputDate=? and pcsIdx=0; [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_data_count.dayVo : 쿼리조회시간 : 0 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_count.alarmCellTempCount : 쿼리조회시간 : 63 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:24:55] [DEBUG] controller.MonitoringController - main_count.cs : 쿼리조회시간 : 47 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [18:24:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [18:24:55] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 47 [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [18:24:56] [DEBUG] controller.JsonController - ------------------------------------- [18:24:56] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [18:24:56] [DEBUG] controller.JsonController - ------------------------------------- [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [18:24:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [18:24:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [18:24:57] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 46 [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [18:24:58] [DEBUG] controller.JsonController - ------------------------------------- [18:24:58] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [18:24:58] [DEBUG] controller.JsonController - ------------------------------------- [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [18:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [18:25:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [18:25:06] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [18:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [18:25:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [18:28:09] [DEBUG] controller.EssController - ----------------------------------------------- [18:28:09] [DEBUG] controller.EssController - /index.co called [18:28:09] [DEBUG] controller.EssController - ----------------------------------------------- [18:28:09] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [18:28:12] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:28:12] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :togyo, login_channel : null [18:28:12] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: togyo(String) [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:28:12] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:28:12] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [18:28:12] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:28:12] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : togyo [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: togyo(String) [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: togyo(String) [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: togyo, mappingList.size : 1 [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:28:12] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[togyo] roles roles [0]ROLE_01 [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: togyo(String), 01(String), 8621A4B74AEFD636E7B1AE1C26CFB8F2(String), PHONE(String) [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:28:12] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [18:28:12] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [18:28:12] [DEBUG] controller.SignController - /ess/view.co [18:28:12] [DEBUG] controller.SignController - ....................................... [18:28:12] [DEBUG] controller.EssController - ----------------------------------------------- [18:28:12] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [18:28:12] [DEBUG] controller.EssController - ----------------------------------------------- [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-09(String), 80(Integer), 0(Integer), 2022-05-08(String), 80(Integer), 0(Integer), 2022-05-10(String), 61825(Integer) [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:28:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 80(Integer), 2022-05-10(String), 80(Integer) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-04-26(String) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-10(String), 80(Integer), 0(Integer), 2022-05-10(String) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2022-05-10(String), 80(Integer), 1(Integer), 2022-05-10(String) [18:28:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [18:31:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:31:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [18:31:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [18:31:32] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [18:31:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:31:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [18:31:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [18:31:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:31:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [18:31:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [18:31:34] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [18:31:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:31:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [18:31:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [18:31:39] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [18:31:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:31:50] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :admin03, login_channel : null [18:31:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:31:50] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_05 [18:31:50] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:31:50] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : admin03 [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName from t_plant p left join t_pms m on p.seq = m.plantSeq and p.plantStatus = '01' and m.pmsStatus = '01' order by p.seq desc [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 103 [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: admin03, mappingList.size : 103 [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:31:50] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[admin03] roles roles [0]ROLE_05 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String), 05(String), C6D4B75BD8A3359327B45C41715FF10C(String), WEB(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:31:50] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [18:31:50] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [18:31:50] [DEBUG] controller.SignController - /monitoring/dashboard.co [18:31:50] [DEBUG] controller.SignController - ....................................... [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.pvPower/p.supplyPower as pvPercent, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, count(seq) as count from t_pmsdata_2022 where pcsIdx=0 and inputDate = ? group by plantSeq ) d2 where d.plantSeq = d2.plantSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? ) d on p.seq = d.plantSeq ) p left join ( select inputHour as weatherHour, weatherCode, cloud from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ?) ) w on p.weatherCode = w.weatherCode order by p.pvPercent desc [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 2022-05-10(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.geox, p.geoy, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) order by p.seq desc [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 81 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, count(inputHour) as count from t_weather_2021 where inputYmd = ? group by inputHour order by inputHour desc [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(k.seq) as count from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:50] [DEBUG] controller.MonitoringController - main_count.Kesco : 쿼리조회시간 : 0 [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [18:31:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:31:51] [DEBUG] controller.MonitoringController - main_count.alarmBatt : 쿼리조회시간 : 0 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_count.faultPms : 쿼리조회시간 : 16 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_data_count.pmsVo : 쿼리조회시간 : 0 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 10(Integer), 990(Integer), 10(Integer), 990(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_kesco k where seq = (select max(seq) from t_timetable_kesco k where k.inputDate = ? ) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_count.alarmTemp : 쿼리조회시간 : 63 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_data_count.kescoVo : 쿼리조회시간 : 47 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and ( d.data20 < ? or d.data20 > ? or d.data21 < ? or d.data21 > ?) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [18:31:51] [DEBUG] controller.MonitoringController - main_count.faultTemp : 쿼리조회시간 : 63 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 320(Integer), 160(Integer), 320(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, inputHour, count(inputYmd) as count from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ? ) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_data_count.weatherVo : 쿼리조회시간 : 62 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, createDatetime, count(seq) as count from t_pmsdata_statistic_hour where inputDate=? and inputHour = (select max(inputHour) from t_pmsdata_statistic_hour where inputDate = ?) and pcsIdx=0 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_data_count.hourVo : 쿼리조회시간 : 16 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputMonth, inputDay, createDatetime, count(seq) as count from t_pmsdata_statistic_day where inputDate=? and pcsIdx=0; [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_data_count.dayVo : 쿼리조회시간 : 15 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_count.alarmCellTempCount : 쿼리조회시간 : 78 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:31:51] [DEBUG] controller.MonitoringController - main_count.cs : 쿼리조회시간 : 47 [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:31:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [18:31:54] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 63 [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:31:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [18:31:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [18:31:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:31:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [18:31:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [18:31:55] [DEBUG] controller.JsonController - ------------------------------------- [18:31:55] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [18:31:55] [DEBUG] controller.JsonController - ------------------------------------- [18:31:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [18:31:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [18:31:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [18:31:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:31:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:31:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [18:31:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [18:31:56] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [18:31:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:31:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [18:31:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 18(String), 34(String), 0.0(Float), 4373.5(Float), 4.4(Float), 369547.0(Float), 01(String) [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33238(Integer), 101(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1028.9(Double), 0.0(Double), 36.4(Double), 0.0(Double), 3418826.9(Double), 226684.0(Double), 01(String) [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33238(Integer), 101(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1046.6(Double), 0.0(Double), 35.1(Double), 0.0(Double), 954624.0(Double), 142863.0(Double), 01(String) [18:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 18(String), 34(String), 0.0(Float), 4325.8(Float), 4.3(Float), 389918.0(Float), 01(String) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33239(Integer), 108(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1033.0(Double), 0.0(Double), 45.8(Double), 0.0(Double), 3391990.0(Double), 237764.0(Double), 01(String) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33239(Integer), 108(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1042.3(Double), 0.0(Double), 45.1(Double), 0.0(Double), 933850.0(Double), 152154.0(Double), 01(String) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 18(String), 34(String), 0.0(Float), 4504.6(Float), 4.5(Float), 406687.0(Float), 01(String) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33240(Integer), 109(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1033.1(Double), 0.0(Double), 35.1(Double), 0.0(Double), 3511030.0(Double), 247138.0(Double), 01(String) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33240(Integer), 109(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1041.2(Double), 0.0(Double), 35.5(Double), 0.0(Double), 993544.0(Double), 159549.0(Double), 01(String) [18:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 18(String), 34(String), 0.0(Float), 4248.1(Float), 4.3(Float), 323350.0(Float), 01(String) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33241(Integer), 106(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1020.2(Double), 0.0(Double), 35.6(Double), 0.0(Double), 3305082.0(Double), 200589.0(Double), 01(String) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33241(Integer), 106(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1031.7(Double), 0.0(Double), 35.7(Double), 0.0(Double), 943035.0(Double), 122761.0(Double), 01(String) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 18(String), 34(String), 0.0(Float), 4469.8(Float), 4.5(Float), 393324.0(Float), 01(String) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33242(Integer), 111(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1041.8(Double), 0.0(Double), 35.9(Double), 0.0(Double), 3485345.0(Double), 241176.0(Double), 01(String) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33242(Integer), 111(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1038.8(Double), 0.0(Double), 34.8(Double), 0.0(Double), 984449.0(Double), 152148.0(Double), 01(String) [18:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 18(String), 35(String), 3.0(Float), 491.9(Float), 4.9(Float), 46011.6(Float), 01(String) [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33243(Integer), 129(Integer), 1(Integer), 1581.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 3.0(Double), 590.0(Double), 1770.0(Double), 48.0(Double), 0.0(Double), 259800.0(Double), 24234.2(Double), 01(String) [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33243(Integer), 129(Integer), 2(Integer), 1450.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 1.0(Double), 575.0(Double), 575.0(Double), 47.0(Double), 0.0(Double), 232100.0(Double), 21777.4(Double), 01(String) [18:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4220.9(Float), 4.2(Float), 377734.0(Float), 01(String) [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33244(Integer), 126(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1036.2(Double), 0.0(Double), 45.3(Double), 0.0(Double), 3355502.9(Double), 232387.0(Double), 01(String) [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33244(Integer), 126(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1035.6(Double), 0.0(Double), 44.8(Double), 0.0(Double), 865422.0(Double), 145347.0(Double), 01(String) [18:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4408.5(Float), 4.4(Float), 330301.0(Float), 01(String) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33245(Integer), 104(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1042.2(Double), 0.0(Double), 35.7(Double), 0.0(Double), 3406650.9(Double), 183662.0(Double), 01(String) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33245(Integer), 104(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1044.0(Double), 0.0(Double), 35.9(Double), 0.0(Double), 1001826.0(Double), 146639.0(Double), 01(String) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4541.0(Float), 4.5(Float), 388809.0(Float), 01(String) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33246(Integer), 103(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1040.6(Double), 0.0(Double), 35.1(Double), 0.0(Double), 3581330.1(Double), 241221.0(Double), 01(String) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33246(Integer), 103(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1040.7(Double), 0.0(Double), 34.7(Double), 0.0(Double), 959693.0(Double), 147588.0(Double), 01(String) [18:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 18(String), 35(String), 24.1(Float), 2776.0(Float), 6.9(Float), 68049.4(Float), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33247(Integer), 128(Integer), 1(Integer), 5397.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 8.7(Double), 643.7(Double), 5593.6(Double), 29.1(Double), 645.4(Double), 613440.0(Double), 15135.8(Double), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33247(Integer), 128(Integer), 2(Integer), 5328.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 8.7(Double), 642.3(Double), 5594.6(Double), 29.9(Double), 645.4(Double), 614300.0(Double), 15066.7(Double), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33247(Integer), 128(Integer), 3(Integer), 5410.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 8.8(Double), 643.4(Double), 5629.6(Double), 30.3(Double), 10.0(Double), 620230.0(Double), 15114.3(Double), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33247(Integer), 128(Integer), 4(Integer), 5330.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 8.5(Double), 652.5(Double), 5520.0(Double), 30.7(Double), 10.0(Double), 612370.0(Double), 14993.2(Double), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33247(Integer), 128(Integer), 5(Integer), 2658.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 4.2(Double), 628.2(Double), 2619.6(Double), 33.9(Double), 645.4(Double), 315690.0(Double), 7739.4(Double), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4413.0(Float), 4.5(Float), 389305.0(Float), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33248(Integer), 112(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1042.3(Double), 0.0(Double), 36.8(Double), 0.0(Double), 3544160.9(Double), 242226.0(Double), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33248(Integer), 112(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1041.8(Double), 0.0(Double), 35.8(Double), 0.0(Double), 868802.0(Double), 147079.0(Double), 01(String) [18:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 3959.5(Float), 4.0(Float), 361881.0(Float), 01(String) [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33249(Integer), 124(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1037.6(Double), 0.0(Double), 38.9(Double), 0.0(Double), 3057326.9(Double), 217380.0(Double), 01(String) [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33249(Integer), 124(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1023.8(Double), 0.0(Double), 37.5(Double), 0.0(Double), 902165.0(Double), 144501.0(Double), 01(String) [18:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4218.6(Float), 4.2(Float), 389499.0(Float), 01(String) [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33250(Integer), 120(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1037.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 3320396.0(Double), 236673.0(Double), 01(String) [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33250(Integer), 120(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1037.4(Double), 0.0(Double), 33.1(Double), 0.0(Double), 898160.0(Double), 152826.0(Double), 01(String) [18:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 3682.7(Float), 4.4(Float), 290240.0(Float), 01(String) [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33251(Integer), 110(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 995.1(Double), 0.0(Double), 36.6(Double), 0.0(Double), 2981042.0(Double), 182005.0(Double), 01(String) [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33251(Integer), 110(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1001.2(Double), 0.0(Double), 35.0(Double), 0.0(Double), 701645.0(Double), 108235.0(Double), 01(String) [18:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4455.4(Float), 4.5(Float), 396176.0(Float), 01(String) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33252(Integer), 105(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1031.1(Double), 0.0(Double), 35.3(Double), 0.0(Double), 3517891.1(Double), 242309.0(Double), 01(String) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33252(Integer), 105(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1043.3(Double), 0.0(Double), 33.9(Double), 0.0(Double), 937551.0(Double), 153867.0(Double), 01(String) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4019.2(Float), 4.0(Float), 367274.0(Float), 01(String) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33253(Integer), 125(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1035.5(Double), 0.0(Double), 36.9(Double), 0.0(Double), 3174721.9(Double), 223604.0(Double), 01(String) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33253(Integer), 125(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1038.8(Double), 0.0(Double), 38.5(Double), 0.0(Double), 844463.0(Double), 143670.0(Double), 01(String) [18:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4375.9(Float), 4.4(Float), 416562.0(Float), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33254(Integer), 121(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1047.6(Double), 0.0(Double), 34.8(Double), 0.0(Double), 3407910.9(Double), 251183.0(Double), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33254(Integer), 121(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1049.7(Double), 0.0(Double), 34.1(Double), 0.0(Double), 967956.0(Double), 165379.0(Double), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 18(String), 35(String), 4.4(Float), 806.7(Float), 5.4(Float), 73599.1(Float), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33255(Integer), 127(Integer), 1(Integer), 1461.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 3.0(Double), 546.0(Double), 1638.0(Double), 49.0(Double), 0.0(Double), 270100.0(Double), 24754.7(Double), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33255(Integer), 127(Integer), 2(Integer), 1424.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 3.0(Double), 580.0(Double), 1740.0(Double), 48.0(Double), 0.0(Double), 251100.0(Double), 22699.2(Double), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33255(Integer), 127(Integer), 3(Integer), 1552.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 6.0(Double), 556.0(Double), 3336.0(Double), 49.0(Double), 0.0(Double), 285500.0(Double), 26145.2(Double), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4392.1(Float), 4.4(Float), 389654.0(Float), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33256(Integer), 107(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1032.8(Double), 0.0(Double), 35.5(Double), 0.0(Double), 3408872.1(Double), 237378.0(Double), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33256(Integer), 107(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1041.8(Double), 0.0(Double), 34.6(Double), 0.0(Double), 983185.0(Double), 152276.0(Double), 01(String) [18:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4501.0(Float), 4.5(Float), 299709.0(Float), 01(String) [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33257(Integer), 102(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1034.3(Double), 0.0(Double), 35.9(Double), 0.0(Double), 3526898.9(Double), 194166.0(Double), 01(String) [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33257(Integer), 102(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1053.0(Double), 0.0(Double), 35.6(Double), 0.0(Double), 974150.0(Double), 105543.0(Double), 01(String) [18:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4331.3(Float), 4.3(Float), 382800.0(Float), 01(String) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33258(Integer), 122(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1045.5(Double), 0.0(Double), 35.1(Double), 0.0(Double), 3363897.0(Double), 230893.0(Double), 01(String) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33258(Integer), 122(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1053.4(Double), 0.0(Double), 34.1(Double), 0.0(Double), 967361.0(Double), 151907.0(Double), 01(String) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 18(String), 35(String), 0.0(Float), 4450.6(Float), 4.5(Float), 377919.0(Float), 01(String) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33259(Integer), 113(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1038.3(Double), 0.0(Double), 34.5(Double), 0.0(Double), 3456126.0(Double), 228683.0(Double), 01(String) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33259(Integer), 113(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1042.9(Double), 0.0(Double), 32.8(Double), 0.0(Double), 994509.0(Double), 149236.0(Double), 01(String) [18:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 18(String), 35(String), 9.8(Float), 5030.3(Float), 5.5(Float), 1506234.0(Float), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 1(Integer), 559.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 0.8(Double), 548.3(Double), 438.7(Double), 31.7(Double), 0.0(Double), 280000.0(Double), 73433.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 2(Integer), 666.0(Double), 0.0(Double), 0.7(Double), 0.0(Double), 1.1(Double), 553.4(Double), 608.8(Double), 31.4(Double), 0.0(Double), 286000.0(Double), 86719.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 3(Integer), 670.0(Double), 0.0(Double), 0.7(Double), 0.0(Double), 1.1(Double), 554.9(Double), 610.4(Double), 32.0(Double), 0.0(Double), 278300.0(Double), 75094.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 4(Integer), 618.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.0(Double), 559.2(Double), 559.2(Double), 31.1(Double), 0.0(Double), 279100.0(Double), 78525.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 5(Integer), 599.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.1(Double), 541.5(Double), 595.7(Double), 32.5(Double), 0.0(Double), 285700.0(Double), 88554.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 6(Integer), 557.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 0.8(Double), 553.0(Double), 442.4(Double), 30.6(Double), 0.0(Double), 286300.0(Double), 88421.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 7(Integer), 329.0(Double), 0.0(Double), 0.3(Double), 0.0(Double), 0.5(Double), 536.1(Double), 268.0(Double), 30.9(Double), 0.0(Double), 259600.0(Double), 72326.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 8(Integer), 497.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.9(Double), 541.5(Double), 487.4(Double), 31.3(Double), 0.0(Double), 273900.0(Double), 83489.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 9(Integer), 443.0(Double), 0.0(Double), 0.4(Double), 0.0(Double), 0.7(Double), 544.6(Double), 381.2(Double), 32.4(Double), 0.0(Double), 249600.0(Double), 71195.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 10(Integer), 734.0(Double), 0.0(Double), 0.7(Double), 0.0(Double), 1.1(Double), 561.1(Double), 617.2(Double), 31.1(Double), 0.0(Double), 275500.0(Double), 84665.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 11(Integer), 448.0(Double), 0.0(Double), 0.4(Double), 0.0(Double), 0.7(Double), 550.3(Double), 385.2(Double), 30.9(Double), 0.0(Double), 273700.0(Double), 84894.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 12(Integer), 436.0(Double), 0.0(Double), 0.4(Double), 0.0(Double), 0.7(Double), 533.3(Double), 373.3(Double), 31.4(Double), 0.0(Double), 274200.0(Double), 86339.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 13(Integer), 506.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.8(Double), 553.8(Double), 443.0(Double), 30.6(Double), 0.0(Double), 277100.0(Double), 85554.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 14(Integer), 488.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.8(Double), 527.0(Double), 421.6(Double), 30.7(Double), 0.0(Double), 271900.0(Double), 84289.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 15(Integer), 617.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 0.8(Double), 559.2(Double), 447.3(Double), 30.6(Double), 0.0(Double), 249700.0(Double), 77076.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 16(Integer), 326.0(Double), 0.0(Double), 0.3(Double), 0.0(Double), 0.5(Double), 471.4(Double), 235.7(Double), 31.4(Double), 0.0(Double), 234400.0(Double), 73393.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 17(Integer), 441.0(Double), 0.0(Double), 0.4(Double), 0.0(Double), 0.6(Double), 547.7(Double), 328.6(Double), 30.6(Double), 0.0(Double), 245700.0(Double), 77903.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 18(Integer), 338.0(Double), 0.0(Double), 0.3(Double), 0.0(Double), 0.6(Double), 560.0(Double), 336.0(Double), 30.8(Double), 0.0(Double), 165000.0(Double), 52744.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33260(Integer), 92(Integer), 19(Integer), 550.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 0.8(Double), 542.6(Double), 434.1(Double), 31.2(Double), 0.0(Double), 284600.0(Double), 81621.0(Double), 01(String) [18:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 18(String), 35(String), 10.0(Float), 4922.5(Float), 5.0(Float), 1607434.0(Float), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 1(Integer), 456.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.8(Double), 566.4(Double), 453.1(Double), 29.8(Double), 0.0(Double), 271200.0(Double), 79182.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 2(Integer), 832.0(Double), 0.0(Double), 0.8(Double), 0.0(Double), 1.3(Double), 551.1(Double), 716.4(Double), 31.0(Double), 0.0(Double), 289700.0(Double), 87597.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 3(Integer), 328.0(Double), 0.0(Double), 0.3(Double), 0.0(Double), 0.6(Double), 545.5(Double), 327.3(Double), 30.6(Double), 0.0(Double), 276300.0(Double), 75677.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 4(Integer), 552.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.0(Double), 543.1(Double), 543.1(Double), 31.2(Double), 0.0(Double), 285600.0(Double), 86587.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 5(Integer), 611.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.0(Double), 551.6(Double), 551.6(Double), 31.3(Double), 0.0(Double), 279300.0(Double), 76010.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 6(Integer), 675.0(Double), 0.0(Double), 0.7(Double), 0.0(Double), 1.2(Double), 559.0(Double), 670.8(Double), 30.3(Double), 0.0(Double), 288800.0(Double), 89353.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 7(Integer), 614.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 0.9(Double), 555.3(Double), 499.8(Double), 31.2(Double), 0.0(Double), 286900.0(Double), 87556.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 8(Integer), 614.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.0(Double), 553.0(Double), 553.0(Double), 29.9(Double), 0.0(Double), 279300.0(Double), 77437.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 9(Integer), 503.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.8(Double), 544.5(Double), 435.6(Double), 29.9(Double), 0.0(Double), 286000.0(Double), 86984.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 10(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), -0.1(Double), 0.0(Double), 0.0(Double), 68056.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 11(Integer), 572.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.0(Double), 569.6(Double), 569.6(Double), 29.9(Double), 0.0(Double), 284600.0(Double), 84303.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 12(Integer), 451.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.7(Double), 562.1(Double), 393.5(Double), 29.6(Double), 0.0(Double), 256800.0(Double), 67471.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 13(Integer), 489.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.9(Double), 540.0(Double), 486.0(Double), 30.1(Double), 0.0(Double), 278700.0(Double), 83612.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 14(Integer), 661.0(Double), 0.0(Double), 0.7(Double), 0.0(Double), 1.0(Double), 545.8(Double), 545.8(Double), 30.2(Double), 0.0(Double), 273500.0(Double), 79651.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 15(Integer), 507.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.8(Double), 559.3(Double), 447.5(Double), 30.1(Double), 0.0(Double), 246200.0(Double), 70395.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 16(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), -0.1(Double), 0.0(Double), 0.0(Double), 87396.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 17(Integer), 589.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.0(Double), 530.3(Double), 530.3(Double), 30.3(Double), 0.0(Double), 271800.0(Double), 85040.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 18(Integer), 490.0(Double), 0.0(Double), 0.5(Double), 0.0(Double), 0.7(Double), 448.4(Double), 313.9(Double), 29.9(Double), 0.0(Double), 239900.0(Double), 72802.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 19(Integer), 431.0(Double), 0.0(Double), 0.4(Double), 0.0(Double), 0.7(Double), 535.5(Double), 374.9(Double), 29.5(Double), 0.0(Double), 237400.0(Double), 72489.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33261(Integer), 93(Integer), 20(Integer), 643.0(Double), 0.0(Double), 0.6(Double), 0.0(Double), 1.0(Double), 531.8(Double), 531.8(Double), 30.8(Double), 0.0(Double), 290500.0(Double), 89836.0(Double), 01(String) [18:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 18(String), 35(String), 4.8(Float), 1050.1(Float), 5.3(Float), 58079.0(Float), 01(String) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33262(Integer), 99(Integer), 1(Integer), 1200.0(Double), 0.0(Double), 1.2(Double), 0.2(Double), 1.5(Double), 527.1(Double), 790.6(Double), 57.7(Double), 74.0(Double), 261200.0(Double), 14442.0(Double), 01(String) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33262(Integer), 99(Integer), 2(Integer), 1200.0(Double), 0.0(Double), 1.2(Double), 6553.5(Double), 1.3(Double), 525.5(Double), 683.1(Double), 59.7(Double), 6476.6(Double), 264700.0(Double), 14661.0(Double), 01(String) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33262(Integer), 99(Integer), 3(Integer), 1200.0(Double), 0.0(Double), 1.2(Double), 0.2(Double), 1.5(Double), 518.8(Double), 778.2(Double), 57.2(Double), 78.0(Double), 260500.0(Double), 14351.0(Double), 01(String) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33262(Integer), 99(Integer), 4(Integer), 1200.0(Double), 0.0(Double), 1.2(Double), 6553.5(Double), 1.4(Double), 509.2(Double), 712.9(Double), 56.9(Double), 6474.6(Double), 263700.0(Double), 14625.0(Double), 01(String) [18:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [18:36:30] [DEBUG] controller.JsonController - ------------------------------------- [18:36:30] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [18:36:30] [DEBUG] controller.JsonController - ------------------------------------- [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [18:36:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:52:15] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [18:52:18] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:52:18] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :tokyo, login_channel : null [18:52:18] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:52:18] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:52:18] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [18:52:18] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [18:52:18] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : tokyo [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: tokyo, mappingList.size : 1 [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [18:52:18] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[tokyo] roles roles [0]ROLE_01 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String), 01(String), 16B3C4E439C9785384883BC04E551F05(String), PHONE(String) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:52:18] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [18:52:18] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [18:52:18] [DEBUG] controller.SignController - /ess/view.co [18:52:18] [DEBUG] controller.SignController - ....................................... [18:52:18] [DEBUG] controller.EssController - ----------------------------------------------- [18:52:18] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [18:52:18] [DEBUG] controller.EssController - ----------------------------------------------- [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-09(String), 80(Integer), 0(Integer), 2022-05-08(String), 80(Integer), 0(Integer), 2022-05-10(String), 61828(Integer) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 80(Integer), 2022-05-10(String), 80(Integer) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [18:52:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-04-26(String) [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-10(String), 80(Integer), 0(Integer), 2022-05-10(String) [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [18:52:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [18:52:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [18:52:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2022-05-10(String), 80(Integer), 1(Integer), 2022-05-10(String) [18:52:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer) [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:58:59] [DEBUG] controller.RestAPIController - callPmsFault :: [32] [121.176.121.99] 사천평화 is Fault PUSH [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 1(Integer), 61828(Integer), 2022-05-10(String), 18(String), 58(String), 2894098(Long), 2727321(Long), 190(Long), 0(Integer), 41(Integer), 40345(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 36633(Integer), 0(Integer), 190(Integer), 3932(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 916(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 20(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 32(Integer) [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [18:58:59] [DEBUG] service.CsService - [32:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 0(Integer), 61828(Integer), 2022-05-10(String), 18(String), 58(String), 2894098(Long), 2727321(Long), 190(Long), 0(Integer), 41(Integer), 40345(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 36633(Integer), 0(Integer), 190(Integer), 3932(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 916(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 20(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [18:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [18:58:59] [DEBUG] controller.RestAPIController - [32] smsMessage : 사천평화 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35971 [19:00:11] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [19:00:14] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [19:00:14] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :jinsan, login_channel : null [19:00:14] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: jinsan(String) [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:00:14] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [19:00:14] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [19:00:14] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [19:00:14] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co;jsessionid=294F47577F14141313D4B17282EA5402 [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : jinsan [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: jinsan(String) [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: jinsan(String) [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: jinsan, mappingList.size : 1 [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [19:00:14] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[jinsan] roles roles [0]ROLE_01 [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: jinsan(String), 01(String), 8B66B46F19A39BEFCEC4C5BCC00E3393(String), PHONE(String) [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:00:14] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [19:00:14] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [19:00:14] [DEBUG] controller.SignController - /ess/view.co [19:00:14] [DEBUG] controller.SignController - ....................................... [19:00:14] [DEBUG] controller.EssController - ----------------------------------------------- [19:00:14] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 97, param.plantSeq : 0 [19:00:14] [DEBUG] controller.EssController - ----------------------------------------------- [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 0(Integer), 2022-05-09(String), 97(Integer), 0(Integer), 2022-05-08(String), 97(Integer), 0(Integer), 2022-05-10(String), 61828(Integer) [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 2022-05-10(String), 97(Integer), 2022-05-10(String), 97(Integer) [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [19:00:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 01(String), 2022-04-26(String) [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 0(Integer), 2022-05-10(String), 97(Integer), 0(Integer), 2022-05-10(String) [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 97(Integer), 0(Integer), 97(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [19:00:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [19:00:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [19:00:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 97(Integer), 1(Integer), 2022-05-10(String), 97(Integer), 1(Integer), 2022-05-10(String) [19:00:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [19:01:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:01:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:01:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:01:44] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [19:01:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:01:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:01:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 19(String), 04(String), 0.0(Float), 4373.5(Float), 4.4(Float), 369547.0(Float), 01(String) [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33268(Integer), 101(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 988.7(Double), 0.0(Double), 34.5(Double), 0.0(Double), 3418826.9(Double), 226684.0(Double), 01(String) [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33268(Integer), 101(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1005.6(Double), 0.0(Double), 32.6(Double), 0.0(Double), 954624.0(Double), 142863.0(Double), 01(String) [19:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 19(String), 04(String), 0.0(Float), 4325.8(Float), 4.3(Float), 389918.0(Float), 01(String) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33269(Integer), 108(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 991.5(Double), 0.0(Double), 42.4(Double), 0.0(Double), 3391990.0(Double), 237764.0(Double), 01(String) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33269(Integer), 108(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1000.5(Double), 0.0(Double), 42.2(Double), 0.0(Double), 933850.0(Double), 152154.0(Double), 01(String) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 19(String), 04(String), 0.0(Float), 4504.6(Float), 4.5(Float), 406687.0(Float), 01(String) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33270(Integer), 109(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 991.3(Double), 0.0(Double), 33.2(Double), 0.0(Double), 3511030.0(Double), 247138.0(Double), 01(String) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33270(Integer), 109(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 999.8(Double), 0.0(Double), 33.6(Double), 0.0(Double), 993544.0(Double), 159549.0(Double), 01(String) [19:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 19(String), 04(String), 0.0(Float), 4248.1(Float), 4.3(Float), 323350.0(Float), 01(String) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33271(Integer), 106(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 973.5(Double), 0.0(Double), 33.7(Double), 0.0(Double), 3305082.0(Double), 200589.0(Double), 01(String) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33271(Integer), 106(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 985.2(Double), 0.0(Double), 33.7(Double), 0.0(Double), 943035.0(Double), 122761.0(Double), 01(String) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 19(String), 04(String), 0.0(Float), 4469.8(Float), 4.5(Float), 393324.0(Float), 01(String) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33272(Integer), 111(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 999.7(Double), 0.0(Double), 34.2(Double), 0.0(Double), 3485345.0(Double), 241176.0(Double), 01(String) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33272(Integer), 111(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 996.2(Double), 0.0(Double), 32.8(Double), 0.0(Double), 984449.0(Double), 152148.0(Double), 01(String) [19:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 19(String), 05(String), 1.1(Float), 492.8(Float), 4.9(Float), 46012.5(Float), 01(String) [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33273(Integer), 129(Integer), 1(Integer), 550.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 341.0(Double), 0.0(Double), 47.0(Double), 0.0(Double), 260300.0(Double), 24234.7(Double), 01(String) [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33273(Integer), 129(Integer), 2(Integer), 521.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 360.0(Double), 0.0(Double), 46.0(Double), 0.0(Double), 232500.0(Double), 21777.8(Double), 01(String) [19:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [19:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4220.9(Float), 4.2(Float), 377734.0(Float), 01(String) [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33274(Integer), 126(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 991.9(Double), 0.0(Double), 42.5(Double), 0.0(Double), 3355502.9(Double), 232387.0(Double), 01(String) [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33274(Integer), 126(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 992.1(Double), 0.0(Double), 41.2(Double), 0.0(Double), 865422.0(Double), 145347.0(Double), 01(String) [19:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4408.5(Float), 4.4(Float), 330301.0(Float), 01(String) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33275(Integer), 104(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 999.8(Double), 0.0(Double), 33.9(Double), 0.0(Double), 3406650.9(Double), 183662.0(Double), 01(String) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33275(Integer), 104(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1000.3(Double), 0.0(Double), 33.9(Double), 0.0(Double), 1001826.0(Double), 146639.0(Double), 01(String) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4541.0(Float), 4.5(Float), 388809.0(Float), 01(String) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33276(Integer), 103(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 998.1(Double), 0.0(Double), 33.3(Double), 0.0(Double), 3581330.1(Double), 241221.0(Double), 01(String) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33276(Integer), 103(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 998.5(Double), 0.0(Double), 32.7(Double), 0.0(Double), 959693.0(Double), 147588.0(Double), 01(String) [19:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 19(String), 05(String), 5.3(Float), 2783.8(Float), 7.0(Float), 68057.2(Float), 01(String) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33277(Integer), 128(Integer), 1(Integer), 1191.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 2.3(Double), 600.2(Double), 1386.4(Double), 28.7(Double), 10.0(Double), 615190.0(Double), 15137.6(Double), 01(String) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33277(Integer), 128(Integer), 2(Integer), 1132.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 2.3(Double), 594.4(Double), 1379.0(Double), 29.5(Double), 10.0(Double), 616010.0(Double), 15068.4(Double), 01(String) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33277(Integer), 128(Integer), 3(Integer), 1229.0(Double), 599.9(Double), 0.0(Double), -0.0(Double), 2.3(Double), 600.1(Double), 1404.3(Double), 29.8(Double), 645.4(Double), 621990.0(Double), 15116.0(Double), 01(String) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33277(Integer), 128(Integer), 4(Integer), 1210.0(Double), 599.9(Double), 0.0(Double), -0.0(Double), 2.3(Double), 603.5(Double), 1382.0(Double), 30.4(Double), 645.4(Double), 614100.0(Double), 14995.0(Double), 01(String) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33277(Integer), 128(Integer), 5(Integer), 551.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 0.8(Double), 586.7(Double), 498.7(Double), 32.9(Double), 645.4(Double), 316540.0(Double), 7740.3(Double), 01(String) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4413.0(Float), 4.5(Float), 389305.0(Float), 01(String) [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [19:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33278(Integer), 112(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1000.5(Double), 0.0(Double), 34.9(Double), 0.0(Double), 3544160.9(Double), 242226.0(Double), 01(String) [19:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33278(Integer), 112(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 998.7(Double), 0.0(Double), 33.9(Double), 0.0(Double), 868802.0(Double), 147079.0(Double), 01(String) [19:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 3959.5(Float), 4.0(Float), 361881.0(Float), 01(String) [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33279(Integer), 124(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 993.3(Double), 0.0(Double), 37.0(Double), 0.0(Double), 3057326.9(Double), 217380.0(Double), 01(String) [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33279(Integer), 124(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 979.8(Double), 0.0(Double), 35.6(Double), 0.0(Double), 902165.0(Double), 144501.0(Double), 01(String) [19:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4218.6(Float), 4.2(Float), 389499.0(Float), 01(String) [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33280(Integer), 120(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 993.4(Double), 0.0(Double), 31.8(Double), 0.0(Double), 3320396.0(Double), 236673.0(Double), 01(String) [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33280(Integer), 120(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 992.9(Double), 0.0(Double), 31.1(Double), 0.0(Double), 898160.0(Double), 152826.0(Double), 01(String) [19:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 3682.7(Float), 4.4(Float), 290240.0(Float), 01(String) [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33281(Integer), 110(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 948.5(Double), 0.0(Double), 34.9(Double), 0.0(Double), 2981042.0(Double), 182005.0(Double), 01(String) [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33281(Integer), 110(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 954.0(Double), 0.0(Double), 33.4(Double), 0.0(Double), 701645.0(Double), 108235.0(Double), 01(String) [19:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4019.2(Float), 4.0(Float), 367274.0(Float), 01(String) [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33282(Integer), 125(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 990.4(Double), 0.0(Double), 35.3(Double), 0.0(Double), 3174721.9(Double), 223604.0(Double), 01(String) [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33282(Integer), 125(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 993.9(Double), 0.0(Double), 36.5(Double), 0.0(Double), 844463.0(Double), 143670.0(Double), 01(String) [19:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4455.4(Float), 4.5(Float), 396176.0(Float), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33283(Integer), 105(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 987.6(Double), 0.0(Double), 33.6(Double), 0.0(Double), 3517891.1(Double), 242309.0(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33283(Integer), 105(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1000.4(Double), 0.0(Double), 32.1(Double), 0.0(Double), 937551.0(Double), 153867.0(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4375.9(Float), 4.4(Float), 416562.0(Float), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33284(Integer), 121(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1002.6(Double), 0.0(Double), 32.9(Double), 0.0(Double), 3407910.9(Double), 251183.0(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33284(Integer), 121(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1004.1(Double), 0.0(Double), 32.3(Double), 0.0(Double), 967956.0(Double), 165379.0(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 19(String), 05(String), 2.0(Float), 808.2(Float), 5.4(Float), 73600.6(Float), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33285(Integer), 127(Integer), 1(Integer), 618.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 372.0(Double), 0.0(Double), 49.0(Double), 0.0(Double), 270600.0(Double), 24755.2(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33285(Integer), 127(Integer), 2(Integer), 719.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 466.0(Double), 0.0(Double), 49.0(Double), 0.0(Double), 251600.0(Double), 22699.7(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33285(Integer), 127(Integer), 3(Integer), 686.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 1.0(Double), 340.0(Double), 340.0(Double), 49.0(Double), 0.0(Double), 286000.0(Double), 26145.7(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4392.1(Float), 4.4(Float), 389654.0(Float), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33286(Integer), 107(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 987.3(Double), 0.0(Double), 33.9(Double), 0.0(Double), 3408872.1(Double), 237378.0(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33286(Integer), 107(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 996.5(Double), 0.0(Double), 32.7(Double), 0.0(Double), 983185.0(Double), 152276.0(Double), 01(String) [19:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4501.0(Float), 4.5(Float), 299709.0(Float), 01(String) [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33287(Integer), 102(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 991.4(Double), 0.0(Double), 34.0(Double), 0.0(Double), 3526898.9(Double), 194166.0(Double), 01(String) [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33287(Integer), 102(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1009.9(Double), 0.0(Double), 33.5(Double), 0.0(Double), 974150.0(Double), 105543.0(Double), 01(String) [19:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4331.3(Float), 4.3(Float), 382800.0(Float), 01(String) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33288(Integer), 122(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1000.7(Double), 0.0(Double), 33.3(Double), 0.0(Double), 3363897.0(Double), 230893.0(Double), 01(String) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33288(Integer), 122(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1007.3(Double), 0.0(Double), 32.2(Double), 0.0(Double), 967361.0(Double), 151907.0(Double), 01(String) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 19(String), 05(String), 0.0(Float), 4450.6(Float), 4.5(Float), 377919.0(Float), 01(String) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33289(Integer), 113(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 995.2(Double), 0.0(Double), 32.8(Double), 0.0(Double), 3456126.0(Double), 228683.0(Double), 01(String) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33289(Integer), 113(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 999.0(Double), 0.0(Double), 30.9(Double), 0.0(Double), 994509.0(Double), 149236.0(Double), 01(String) [19:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 19(String), 05(String), 0.4(Float), 5286.9(Float), 5.7(Float), 1506235.0(Float), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 1(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 428.1(Double), 0.0(Double), 29.9(Double), 0.0(Double), 280200.0(Double), 73433.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 2(Integer), 52.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 533.0(Double), 53.3(Double), 29.7(Double), 0.0(Double), 286300.0(Double), 86719.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 3(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), 0.0(Double), 0.0(Double), 532300.0(Double), 75094.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 4(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 502.3(Double), 0.0(Double), 29.4(Double), 0.0(Double), 279200.0(Double), 78525.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 5(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 526.8(Double), 0.0(Double), 30.5(Double), 0.0(Double), 285900.0(Double), 88554.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 6(Integer), 54.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 447.5(Double), 44.8(Double), 28.8(Double), 0.0(Double), 286400.0(Double), 88421.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 7(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 384.0(Double), 0.0(Double), 29.1(Double), 0.0(Double), 259700.0(Double), 72326.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 8(Integer), 106.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.2(Double), 501.7(Double), 100.3(Double), 29.5(Double), 0.0(Double), 274100.0(Double), 83489.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 9(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 356.4(Double), 0.0(Double), 30.7(Double), 0.0(Double), 249700.0(Double), 71195.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 10(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 473.2(Double), 0.0(Double), 29.1(Double), 0.0(Double), 275700.0(Double), 84665.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 11(Integer), 53.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 372.1(Double), 37.2(Double), 29.5(Double), 0.0(Double), 273800.0(Double), 84894.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 12(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 331.9(Double), 0.0(Double), 29.8(Double), 0.0(Double), 274300.0(Double), 86339.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 13(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 470.4(Double), 0.0(Double), 29.2(Double), 0.0(Double), 277200.0(Double), 85554.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 14(Integer), 53.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 395.1(Double), 39.5(Double), 29.4(Double), 0.0(Double), 272100.0(Double), 84289.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 406.5(Double), 0.0(Double), 28.8(Double), 0.0(Double), 249800.0(Double), 77076.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 457.6(Double), 0.0(Double), 30.1(Double), 0.0(Double), 234500.0(Double), 73393.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 17(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 279.6(Double), 0.0(Double), 29.3(Double), 0.0(Double), 245800.0(Double), 77904.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 18(Integer), 52.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 366.8(Double), 36.7(Double), 29.3(Double), 0.0(Double), 165100.0(Double), 52744.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33290(Integer), 92(Integer), 19(Integer), 52.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 408.4(Double), 40.8(Double), 29.5(Double), 0.0(Double), 284800.0(Double), 81621.0(Double), 01(String) [19:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 19(String), 05(String), 0.8(Float), 5464.7(Float), 5.5(Float), 1607438.0(Float), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 1(Integer), 113.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.2(Double), 508.2(Double), 101.6(Double), 28.3(Double), 0.0(Double), 271400.0(Double), 79183.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 2(Integer), 163.0(Double), 0.0(Double), 0.2(Double), 0.0(Double), 0.3(Double), 544.8(Double), 163.4(Double), 29.4(Double), 0.0(Double), 290000.0(Double), 87598.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 3(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 366.4(Double), 0.0(Double), 28.8(Double), 0.0(Double), 276400.0(Double), 75677.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 4(Integer), 53.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 406.2(Double), 40.6(Double), 29.7(Double), 0.0(Double), 285800.0(Double), 86588.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 5(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 507.4(Double), 0.0(Double), 29.7(Double), 0.0(Double), 279500.0(Double), 76010.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 6(Integer), 163.0(Double), 0.0(Double), 0.2(Double), 0.0(Double), 0.3(Double), 425.9(Double), 127.8(Double), 28.9(Double), 0.0(Double), 289100.0(Double), 89353.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 7(Integer), 54.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 401.2(Double), 40.1(Double), 29.7(Double), 0.0(Double), 287100.0(Double), 87556.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 8(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 543.6(Double), 0.0(Double), 28.7(Double), 0.0(Double), 279500.0(Double), 77437.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 9(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 433.0(Double), 0.0(Double), 28.8(Double), 0.0(Double), 286200.0(Double), 86984.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 10(Integer), 54.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 390.5(Double), 39.1(Double), 29.0(Double), 0.0(Double), 263700.0(Double), 68056.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 11(Integer), 51.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 494.8(Double), 49.5(Double), 28.7(Double), 0.0(Double), 284800.0(Double), 84303.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 12(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 438.4(Double), 0.0(Double), 28.4(Double), 0.0(Double), 257000.0(Double), 67472.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 13(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 437.7(Double), 0.0(Double), 29.2(Double), 0.0(Double), 278800.0(Double), 83612.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 14(Integer), 55.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.1(Double), 492.2(Double), 49.2(Double), 29.4(Double), 0.0(Double), 273700.0(Double), 79651.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 15(Integer), 103.0(Double), 0.0(Double), 0.1(Double), 0.0(Double), 0.2(Double), 524.5(Double), 104.9(Double), 29.0(Double), 0.0(Double), 246400.0(Double), 70395.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 405.3(Double), 0.0(Double), 28.7(Double), 0.0(Double), 275100.0(Double), 87396.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 17(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 498.5(Double), 0.0(Double), 29.3(Double), 0.0(Double), 272000.0(Double), 85040.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 18(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 482.9(Double), 0.0(Double), 29.1(Double), 0.0(Double), 240000.0(Double), 72802.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 19(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 403.0(Double), 0.0(Double), 28.7(Double), 0.0(Double), 237500.0(Double), 72489.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33291(Integer), 93(Integer), 20(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 395.0(Double), 0.0(Double), 29.4(Double), 0.0(Double), 290700.0(Double), 89836.0(Double), 01(String) [19:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 19(String), 05(String), 1.8(Float), 1051.7(Float), 5.3(Float), 58080.0(Float), 01(String) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33292(Integer), 99(Integer), 1(Integer), 500.0(Double), 0.0(Double), 0.5(Double), 0.2(Double), 0.4(Double), 492.1(Double), 196.9(Double), 52.9(Double), 37.0(Double), 261600.0(Double), 14442.0(Double), 01(String) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33292(Integer), 99(Integer), 2(Integer), 400.0(Double), 0.0(Double), 0.4(Double), 6553.5(Double), 0.1(Double), 389.0(Double), 38.9(Double), 54.6(Double), 6519.6(Double), 265100.0(Double), 14661.0(Double), 01(String) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33292(Integer), 99(Integer), 3(Integer), 500.0(Double), 0.0(Double), 0.5(Double), 6553.5(Double), 0.4(Double), 437.4(Double), 174.9(Double), 52.6(Double), 6516.6(Double), 260900.0(Double), 14351.0(Double), 01(String) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33292(Integer), 99(Integer), 4(Integer), 400.0(Double), 0.0(Double), 0.4(Double), 0.2(Double), 0.4(Double), 382.8(Double), 153.1(Double), 52.5(Double), 37.0(Double), 264100.0(Double), 14626.0(Double), 01(String) [19:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:05:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:05:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:05:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:05:56] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [19:05:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:05:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:05:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2022-05-10(String), 2022-05-10(String) [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:07:02] [DEBUG] controller.PlantController - 발전소 정보 : 쿼리조회시간 : 47 [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and p.seq = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2022-03-21(String), 2022-05-10(String) [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, (select name from t_code where groupType ='device_etc' and code = d.typeCode) as typeName, c.name as modelName from t_device d, t_code c where d.plantSeq = ? and c.groupType = concat("device_", d.typeCode) and modelCode = c.code [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer) [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:07:02] [DEBUG] controller.PlantController - CS / Device : 쿼리조회시간 : 63 [19:07:02] [DEBUG] controller.PlantController - 코드 정보 : 쿼리조회시간 : 63 [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [19:07:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [19:07:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:07:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:07:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2022-05-10(String), 2022-05-10(String) [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:09:14] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 63 [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 87(Integer), 1(Integer), 1(Integer), 2022-05-09(String), 2022-05-08(String), 87(Integer), 1(Integer), 2022-05-10(String) [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 89 [19:09:14] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 94 [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:09:14] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 0 [19:09:14] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:09:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 89 [19:09:14] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [19:09:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:09:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 87(Integer) [19:09:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:09:15] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"87","hour":"15","temp":"25.4","cloud":"1","weatherCode":"01750250"},{"plantSeq":"87","hour":"14","temp":"23.9","cloud":"1","weatherCode":"01750250"},{"plantSeq":"87","hour":"13","temp":"24.7","cloud":"1","weatherCode":"01750250"},{"plantSeq":"87","hour":"12","temp":"23.5","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"11","temp":"18.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"10","temp":"13.0","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"09","temp":"11.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"08","temp":"9.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2022-05-10(String), 2022-05-10(String) [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:09:33] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 63 [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 87(Integer), 1(Integer), 1(Integer), 2022-04-25(String), 2022-04-24(String), 87(Integer), 1(Integer), 2022-04-26(String) [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 94 [19:09:33] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 93 [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:09:33] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 16 [19:09:33] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-04-26(String) [19:09:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [19:09:33] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [19:09:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:09:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-04-26(String), 87(Integer) [19:09:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:09:34] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"87","hour":"15","temp":"22","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"14","temp":"20","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"13","temp":"20","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"12","temp":"18","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"11","temp":"17","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"10","temp":"16","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"09","temp":"16","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"08","temp":"15","cloud":"9","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:10:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:10:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:10:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:10:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:10:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:10:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:10:50] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [19:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2022-05-10(String), 2022-05-10(String) [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:16:50] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 47 [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 87(Integer), 1(Integer), 1(Integer), 2022-05-09(String), 2022-05-08(String), 87(Integer), 1(Integer), 2022-05-10(String) [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 90 [19:16:50] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 94 [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:16:50] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 16 [19:16:50] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:16:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 90 [19:16:50] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 15 [19:16:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:16:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 87(Integer) [19:16:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:16:51] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"87","hour":"15","temp":"25.4","cloud":"1","weatherCode":"01750250"},{"plantSeq":"87","hour":"14","temp":"23.9","cloud":"1","weatherCode":"01750250"},{"plantSeq":"87","hour":"13","temp":"24.7","cloud":"1","weatherCode":"01750250"},{"plantSeq":"87","hour":"12","temp":"23.5","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"11","temp":"18.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"10","temp":"13.0","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"09","temp":"11.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"08","temp":"9.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:16:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:16:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2022-05-10(String), 2022-05-10(String) [19:16:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:16:59] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 47 [19:16:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:16:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 87(Integer), 1(Integer), 1(Integer), 2022-04-25(String), 2022-04-24(String), 87(Integer), 1(Integer), 2022-04-26(String) [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 94 [19:17:00] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 93 [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:17:00] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 0 [19:17:00] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-04-26(String) [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [19:17:00] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 32 [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-04-26(String), 87(Integer) [19:17:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:17:00] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"87","hour":"15","temp":"22","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"14","temp":"20","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"13","temp":"20","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"12","temp":"18","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"11","temp":"17","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"10","temp":"16","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"09","temp":"16","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"08","temp":"15","cloud":"9","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2022-05-10(String), 2022-05-10(String) [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:18:01] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 47 [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 87(Integer), 1(Integer), 1(Integer), 2022-05-06(String), 2022-05-05(String), 87(Integer), 1(Integer), 2022-05-07(String) [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 67 [19:18:01] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 62 [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:18:01] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 16 [19:18:01] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String) [19:18:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [19:18:01] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [19:18:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:18:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 87(Integer) [19:18:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:18:02] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"87","hour":"15","temp":"21.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"14","temp":"21.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"13","temp":"19.5","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"12","temp":"18.6","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"11","temp":"16.9","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"10","temp":"17.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"09","temp":"17.3","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"08","temp":"15.5","cloud":"1","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2022-05-10(String), 2022-05-10(String) [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:18:14] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 62 [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 87(Integer), 1(Integer), 1(Integer), 2022-05-06(String), 2022-05-05(String), 87(Integer), 1(Integer), 2022-05-07(String) [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 67 [19:18:14] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 63 [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:18:14] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 0 [19:18:14] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String) [19:18:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [19:18:14] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [19:18:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:18:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-07(String), 87(Integer) [19:18:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:18:15] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"87","hour":"15","temp":"21.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","hour":"14","temp":"21.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"13","temp":"19.5","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"12","temp":"18.6","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"11","temp":"16.9","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"10","temp":"17.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"09","temp":"17.3","cloud":"7","weatherCode":"01750250"},{"plantSeq":"87","hour":"08","temp":"15.5","cloud":"1","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.pvPower/p.supplyPower as pvPercent, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, count(seq) as count from t_pmsdata_2022 where pcsIdx=0 and inputDate = ? group by plantSeq ) d2 where d.plantSeq = d2.plantSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? ) d on p.seq = d.plantSeq ) p left join ( select inputHour as weatherHour, weatherCode, cloud from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ?) ) w on p.weatherCode = w.weatherCode order by p.pvPercent desc [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 2022-05-10(String) [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.geox, p.geoy, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) order by p.seq desc [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 81 [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, count(inputHour) as count from t_weather_2021 where inputYmd = ? group by inputHour order by inputHour desc [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:19:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(k.seq) as count from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_count.Kesco : 쿼리조회시간 : 0 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [19:19:32] [DEBUG] controller.MonitoringController - main_count.alarmBatt : 쿼리조회시간 : 0 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_count.faultPms : 쿼리조회시간 : 0 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [19:19:32] [DEBUG] controller.MonitoringController - main_data_count.pmsVo : 쿼리조회시간 : 0 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 10(Integer), 990(Integer), 10(Integer), 990(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_kesco k where seq = (select max(seq) from t_timetable_kesco k where k.inputDate = ? ) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_data_count.kescoVo : 쿼리조회시간 : 63 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_count.alarmTemp : 쿼리조회시간 : 63 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, inputHour, count(inputYmd) as count from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ? ) [19:19:32] [DEBUG] controller.MonitoringController - main_count.faultTemp : 쿼리조회시간 : 79 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and ( d.data20 < ? or d.data20 > ? or d.data21 < ? or d.data21 > ?) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 320(Integer), 160(Integer), 320(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_data_count.weatherVo : 쿼리조회시간 : 62 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, createDatetime, count(seq) as count from t_pmsdata_statistic_hour where inputDate=? and inputHour = (select max(inputHour) from t_pmsdata_statistic_hour where inputDate = ?) and pcsIdx=0 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_data_count.hourVo : 쿼리조회시간 : 16 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputMonth, inputDay, createDatetime, count(seq) as count from t_pmsdata_statistic_day where inputDate=? and pcsIdx=0; [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_data_count.dayVo : 쿼리조회시간 : 15 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_count.alarmCellTempCount : 쿼리조회시간 : 78 [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [19:19:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:19:32] [DEBUG] controller.MonitoringController - main_count.cs : 쿼리조회시간 : 63 [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [19:19:44] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 47 [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [19:19:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:19:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [19:19:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [19:19:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [19:19:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [19:19:45] [DEBUG] controller.JsonController - ------------------------------------- [19:19:45] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [19:19:45] [DEBUG] controller.JsonController - ------------------------------------- [19:19:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [19:19:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [19:19:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [19:19:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:19:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:19:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:19:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:19:46] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [19:19:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:19:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:19:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:19:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:19:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:19:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:19:49] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [19:19:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:19:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:19:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:23:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:23:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:23:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:23:24] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [19:23:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:23:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:23:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:23:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:23:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 2022-05-10(String), 2022-05-10(String) [19:23:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:23:29] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 121.176.121.99, port : 502, pcsIdx : 1, pcsMaker : 12 [19:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:25:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:25:13] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [19:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:25:20] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [19:25:23] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [19:25:23] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :wando, login_channel : null [19:25:23] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: wando(String) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:23] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [19:25:23] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [19:25:23] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [19:25:23] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/view.co [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : wando [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: wando(String) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: wando(String) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: wando, mappingList.size : 3 [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [19:25:23] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[wando] roles roles [0]ROLE_01 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: wando(String), 01(String), 000C26C39E884F735BAE6D375F860868(String), PHONE(String) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:25:23] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:23] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 14, param.plantSeq : 0 [19:25:23] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 0(Integer), 2022-05-09(String), 14(Integer), 0(Integer), 2022-05-08(String), 14(Integer), 0(Integer), 2022-05-10(String), 61831(Integer) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 2022-05-10(String), 14(Integer), 2022-05-10(String), 14(Integer) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 01(String), 2022-04-26(String) [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 0(Integer), 2022-05-10(String), 14(Integer), 0(Integer), 2022-05-10(String) [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 14(Integer), 0(Integer), 14(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 14(Integer), 1(Integer), 2022-05-10(String), 14(Integer), 1(Integer), 2022-05-10(String) [19:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [19:25:30] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:30] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 16 [19:25:30] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 2022-05-10(String), 2022-05-10(String) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:30] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:30] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 16, param.plantSeq : 16 [19:25:30] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 0(Integer), 2022-05-09(String), 16(Integer), 0(Integer), 2022-05-08(String), 16(Integer), 0(Integer), 2022-05-10(String), 61831(Integer) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 2022-05-10(String), 16(Integer), 2022-05-10(String), 16(Integer) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 01(String), 2022-04-26(String) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [19:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 0(Integer), 2022-05-10(String), 16(Integer), 0(Integer), 2022-05-10(String) [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 16(Integer), 0(Integer), 16(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 16(Integer), 1(Integer), 2022-05-10(String), 16(Integer), 1(Integer), 2022-05-10(String) [19:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [19:25:34] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:34] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 15 [19:25:34] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 2022-05-10(String), 2022-05-10(String) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:34] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:34] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 15, param.plantSeq : 15 [19:25:34] [DEBUG] controller.EssController - ----------------------------------------------- [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 0(Integer), 2022-05-09(String), 15(Integer), 0(Integer), 2022-05-08(String), 15(Integer), 0(Integer), 2022-05-10(String), 61831(Integer) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 2022-05-10(String), 15(Integer), 2022-05-10(String), 15(Integer) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 01(String), 2022-04-26(String) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [19:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 0(Integer), 2022-05-10(String), 15(Integer), 0(Integer), 2022-05-10(String) [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 15(Integer), 0(Integer), 15(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(Integer), 1(Integer), 2022-05-10(String), 15(Integer), 1(Integer), 2022-05-10(String) [19:25:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-05-10(String), 2022-05-10(String) [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:28:57] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 47 [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 89(Integer), 1(Integer), 1(Integer), 2022-05-09(String), 2022-05-08(String), 89(Integer), 1(Integer), 2022-05-10(String) [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 94 [19:28:57] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 93 [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:28:57] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 0 [19:28:57] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 91 [19:28:57] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 32 [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 89(Integer) [19:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:28:57] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"89","hour":"15","temp":"25.4","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"14","temp":"23.9","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"13","temp":"24.7","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"12","temp":"23.5","cloud":"5","weatherCode":"01750250"},{"plantSeq":"89","hour":"11","temp":"18.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"89","hour":"10","temp":"13.0","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"09","temp":"11.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"08","temp":"9.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-05-10(String), 2022-05-10(String) [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:30:27] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 47 [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 89(Integer), 1(Integer), 1(Integer), 2022-05-08(String), 2022-05-07(String), 89(Integer), 1(Integer), 2022-05-09(String) [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 103 [19:30:27] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 109 [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:30:27] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 0 [19:30:27] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [19:30:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [19:30:27] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [19:30:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:30:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String), 89(Integer) [19:30:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:30:28] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"89","hour":"15","temp":"24.0","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"14","temp":"24.7","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"13","temp":"22.4","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"12","temp":"21.5","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"11","temp":"20.3","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"10","temp":"16.7","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"09","temp":"13.6","cloud":"1","weatherCode":"01750250"},{"plantSeq":"89","hour":"08","temp":"11.0","cloud":"7","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-05-10(String), 2022-05-10(String) [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:30:46] [DEBUG] controller.PlantController - selectPmsPlantBySeq : 쿼리조회시간 : 47 [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.pcsQuantity, m.pcsQuantity * m.pcsVolume as supplyPcsPower, m.batteryMaker, m.batteryQuantity * m.batteryVolume as supplyBatteryPower, p.name as plantName, p.supplyPower, p.weatherCode from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s2.plantSeq = ? and s1.pcsIdx = ? and s2.pcsIdx = ? and s1.inputDate = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.plantSeq asc, d.pcsIdx asc, d.inputDate asc, d.inputHour asc, d.inputMinute asc [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 89(Integer), 1(Integer), 1(Integer), 2022-05-07(String), 2022-05-06(String), 89(Integer), 1(Integer), 2022-05-08(String) [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [19:30:46] [DEBUG] controller.PlantController - selectList : 쿼리조회시간 : 93 [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:30:46] [DEBUG] controller.PlantController - selectListActive : 쿼리조회시간 : 16 [19:30:46] [DEBUG] controller.PlantController - selectListTimetable : 쿼리조회시간 : 0 [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where k.inputDate = ? order by k.inputDate desc, k.inputHour desc, k.inputMinute desc [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-08(String) [19:30:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 102 [19:30:46] [DEBUG] controller.PlantController - code.memory.select : 쿼리조회시간 : 31 [19:30:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and p.seq = ? order by w.inputHour desc [19:30:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-08(String), 89(Integer) [19:30:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:30:47] [DEBUG] controller.JsonController - { "data" : [{"plantSeq":"89","hour":"15","temp":"16.5","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"14","temp":"15.9","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"13","temp":"15.8","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"12","temp":"16.0","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"11","temp":"15.3","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"10","temp":"15.2","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"09","temp":"12.6","cloud":"7","weatherCode":"01750250"},{"plantSeq":"89","hour":"08","temp":"10.0","cloud":"7","weatherCode":"01750250"},{"plantSeq":"end"}]} [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 19(String), 34(String), 0.0(Float), 4373.5(Float), 4.4(Float), 369547.0(Float), 01(String) [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33303(Integer), 101(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 656.5(Double), 0.0(Double), 32.9(Double), 0.0(Double), 3418826.9(Double), 226684.0(Double), 01(String) [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33303(Integer), 101(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 568.0(Double), 0.0(Double), 30.7(Double), 0.0(Double), 954624.0(Double), 142863.0(Double), 01(String) [19:34:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 19(String), 34(String), 0.0(Float), 4325.8(Float), 4.3(Float), 389918.0(Float), 01(String) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33304(Integer), 108(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 637.2(Double), 0.0(Double), 40.3(Double), 0.0(Double), 3391990.0(Double), 237764.0(Double), 01(String) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33304(Integer), 108(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 550.1(Double), 0.0(Double), 40.0(Double), 0.0(Double), 933850.0(Double), 152154.0(Double), 01(String) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 19(String), 34(String), 0.0(Float), 4504.6(Float), 4.5(Float), 406687.0(Float), 01(String) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33305(Integer), 109(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 626.4(Double), 0.0(Double), 32.0(Double), 0.0(Double), 3511030.0(Double), 247138.0(Double), 01(String) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33305(Integer), 109(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 546.1(Double), 0.0(Double), 32.2(Double), 0.0(Double), 993544.0(Double), 159549.0(Double), 01(String) [19:34:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 19(String), 34(String), 0.0(Float), 4248.1(Float), 4.3(Float), 323350.0(Float), 01(String) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33306(Integer), 106(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 583.9(Double), 0.0(Double), 32.4(Double), 0.0(Double), 3305082.0(Double), 200589.0(Double), 01(String) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33306(Integer), 106(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 506.7(Double), 0.0(Double), 32.2(Double), 0.0(Double), 943035.0(Double), 122761.0(Double), 01(String) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 19(String), 34(String), 0.0(Float), 4469.8(Float), 4.5(Float), 393324.0(Float), 01(String) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33307(Integer), 111(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 638.5(Double), 0.0(Double), 32.9(Double), 0.0(Double), 3485345.0(Double), 241176.0(Double), 01(String) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33307(Integer), 111(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 528.6(Double), 0.0(Double), 31.3(Double), 0.0(Double), 984449.0(Double), 152148.0(Double), 01(String) [19:34:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 19(String), 35(String), 0.9(Float), 493.2(Float), 4.9(Float), 46012.9(Float), 01(String) [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33308(Integer), 129(Integer), 1(Integer), 466.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 203.0(Double), 0.0(Double), 46.0(Double), 0.0(Double), 260500.0(Double), 24234.9(Double), 01(String) [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33308(Integer), 129(Integer), 2(Integer), 445.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 214.0(Double), 0.0(Double), 44.0(Double), 0.0(Double), 232700.0(Double), 21778.0(Double), 01(String) [19:35:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4220.9(Float), 4.2(Float), 377734.0(Float), 01(String) [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33309(Integer), 126(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 597.1(Double), 0.0(Double), 40.4(Double), 0.0(Double), 3355502.9(Double), 232387.0(Double), 01(String) [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33309(Integer), 126(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 488.4(Double), 0.0(Double), 38.7(Double), 0.0(Double), 865422.0(Double), 145347.0(Double), 01(String) [19:35:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4408.5(Float), 4.4(Float), 330301.0(Float), 01(String) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33310(Integer), 104(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 610.4(Double), 0.0(Double), 32.5(Double), 0.0(Double), 3406650.9(Double), 183662.0(Double), 01(String) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33310(Integer), 104(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 518.4(Double), 0.0(Double), 32.1(Double), 0.0(Double), 1001826.0(Double), 146639.0(Double), 01(String) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4541.0(Float), 4.5(Float), 388809.0(Float), 01(String) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33311(Integer), 103(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 658.9(Double), 0.0(Double), 32.0(Double), 0.0(Double), 3581330.1(Double), 241221.0(Double), 01(String) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33311(Integer), 103(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 483.0(Double), 0.0(Double), 31.2(Double), 0.0(Double), 959693.0(Double), 147588.0(Double), 01(String) [19:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 2784.5(Float), 7.0(Float), 68057.9(Float), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33312(Integer), 128(Integer), 1(Integer), 0.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 28.6(Double), 0.0(Double), 615330.0(Double), 15137.7(Double), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33312(Integer), 128(Integer), 2(Integer), 0.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 29.7(Double), 0.0(Double), 616150.0(Double), 15068.5(Double), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33312(Integer), 128(Integer), 3(Integer), 0.0(Double), 599.8(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 29.7(Double), 0.0(Double), 622150.0(Double), 15116.2(Double), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33312(Integer), 128(Integer), 4(Integer), 0.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 29.9(Double), 0.0(Double), 614260.0(Double), 14995.1(Double), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33312(Integer), 128(Integer), 5(Integer), 0.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 0.0(Double), 213.5(Double), 0.0(Double), 38.8(Double), 0.0(Double), 316600.0(Double), 7740.3(Double), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4413.0(Float), 4.5(Float), 389305.0(Float), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33313(Integer), 112(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 622.0(Double), 0.0(Double), 33.4(Double), 0.0(Double), 3544160.9(Double), 242226.0(Double), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33313(Integer), 112(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 494.9(Double), 0.0(Double), 32.4(Double), 0.0(Double), 868802.0(Double), 147079.0(Double), 01(String) [19:35:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 3959.5(Float), 4.0(Float), 361881.0(Float), 01(String) [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33314(Integer), 124(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 617.3(Double), 0.0(Double), 35.6(Double), 0.0(Double), 3057326.9(Double), 217380.0(Double), 01(String) [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33314(Integer), 124(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 467.5(Double), 0.0(Double), 34.1(Double), 0.0(Double), 902165.0(Double), 144501.0(Double), 01(String) [19:35:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4218.6(Float), 4.2(Float), 389499.0(Float), 01(String) [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33315(Integer), 120(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 596.0(Double), 0.0(Double), 30.6(Double), 0.0(Double), 3320396.0(Double), 236673.0(Double), 01(String) [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33315(Integer), 120(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 487.3(Double), 0.0(Double), 29.5(Double), 0.0(Double), 898160.0(Double), 152826.0(Double), 01(String) [19:35:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 3682.7(Float), 4.4(Float), 290240.0(Float), 01(String) [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33316(Integer), 110(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 546.4(Double), 0.0(Double), 33.7(Double), 0.0(Double), 2981042.0(Double), 182005.0(Double), 01(String) [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33316(Integer), 110(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 414.9(Double), 0.0(Double), 32.1(Double), 0.0(Double), 701645.0(Double), 108235.0(Double), 01(String) [19:35:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4019.2(Float), 4.0(Float), 367274.0(Float), 01(String) [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4455.4(Float), 4.5(Float), 396176.0(Float), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33317(Integer), 125(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 588.6(Double), 0.0(Double), 34.2(Double), 0.0(Double), 3174721.9(Double), 223604.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33318(Integer), 105(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 586.6(Double), 0.0(Double), 32.3(Double), 0.0(Double), 3517891.1(Double), 242309.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33317(Integer), 125(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 465.4(Double), 0.0(Double), 34.9(Double), 0.0(Double), 844463.0(Double), 143670.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33318(Integer), 105(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 492.0(Double), 0.0(Double), 30.8(Double), 0.0(Double), 937551.0(Double), 153867.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4375.9(Float), 4.4(Float), 416562.0(Float), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 19(String), 35(String), 1.4(Float), 809.1(Float), 5.4(Float), 73601.5(Float), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33319(Integer), 121(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 597.8(Double), 0.0(Double), 31.4(Double), 0.0(Double), 3407910.9(Double), 251183.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33319(Integer), 121(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 492.7(Double), 0.0(Double), 30.9(Double), 0.0(Double), 967956.0(Double), 165379.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33320(Integer), 127(Integer), 1(Integer), 469.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 251.0(Double), 0.0(Double), 47.0(Double), 0.0(Double), 270900.0(Double), 24755.5(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33320(Integer), 127(Integer), 2(Integer), 494.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 267.0(Double), 0.0(Double), 47.0(Double), 0.0(Double), 251900.0(Double), 22700.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33320(Integer), 127(Integer), 3(Integer), 476.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 243.0(Double), 0.0(Double), 47.0(Double), 0.0(Double), 286300.0(Double), 26146.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4392.1(Float), 4.4(Float), 389654.0(Float), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33321(Integer), 107(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 579.3(Double), 0.0(Double), 32.7(Double), 0.0(Double), 3408872.1(Double), 237378.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33321(Integer), 107(Integer), 2(Integer), 0.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 0.0(Double), 490.5(Double), 0.0(Double), 31.0(Double), 0.0(Double), 983185.0(Double), 152276.0(Double), 01(String) [19:35:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4501.0(Float), 4.5(Float), 299709.0(Float), 01(String) [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33322(Integer), 102(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 606.7(Double), 0.0(Double), 32.7(Double), 0.0(Double), 3526898.9(Double), 194166.0(Double), 01(String) [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33322(Integer), 102(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 499.5(Double), 0.0(Double), 31.9(Double), 0.0(Double), 974150.0(Double), 105543.0(Double), 01(String) [19:35:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4331.3(Float), 4.3(Float), 382800.0(Float), 01(String) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33323(Integer), 122(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 599.1(Double), 0.0(Double), 32.0(Double), 0.0(Double), 3363897.0(Double), 230893.0(Double), 01(String) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33323(Integer), 122(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 494.8(Double), 0.0(Double), 30.7(Double), 0.0(Double), 967361.0(Double), 151907.0(Double), 01(String) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 4450.6(Float), 4.5(Float), 377919.0(Float), 01(String) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33324(Integer), 113(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 609.1(Double), 0.0(Double), 31.6(Double), 0.0(Double), 3456126.0(Double), 228683.0(Double), 01(String) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33324(Integer), 113(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 463.1(Double), 0.0(Double), 29.5(Double), 0.0(Double), 994509.0(Double), 149236.0(Double), 01(String) [19:35:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 5033.2(Float), 5.5(Float), 1506236.0(Float), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 1(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 242.0(Double), 0.0(Double), 27.9(Double), 0.0(Double), 280200.0(Double), 73433.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 2(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 133.9(Double), 0.0(Double), 28.0(Double), 0.0(Double), 286300.0(Double), 86719.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 3(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 208.5(Double), 0.0(Double), 28.3(Double), 0.0(Double), 278600.0(Double), 75095.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 4(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 279200.0(Double), 78525.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 5(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 142.5(Double), 0.0(Double), 28.5(Double), 0.0(Double), 285900.0(Double), 88554.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 6(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 129.0(Double), 0.0(Double), 27.0(Double), 0.0(Double), 286400.0(Double), 88421.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 7(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 108.9(Double), 0.0(Double), 29.5(Double), 0.0(Double), 259700.0(Double), 72326.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 8(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 115.1(Double), 0.0(Double), 31.0(Double), 0.0(Double), 274100.0(Double), 83489.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 9(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 249700.0(Double), 71195.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 10(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 275700.0(Double), 84665.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 11(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 122.5(Double), 0.0(Double), 31.2(Double), 0.0(Double), 273800.0(Double), 84894.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 12(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 274300.0(Double), 86339.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 13(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 120.4(Double), 0.0(Double), 27.6(Double), 0.0(Double), 277200.0(Double), 85554.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 272100.0(Double), 84289.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 249800.0(Double), 77076.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 234500.0(Double), 73393.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 17(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 118.9(Double), 0.0(Double), 30.6(Double), 0.0(Double), 245800.0(Double), 77904.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 18(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 165100.0(Double), 52744.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33325(Integer), 92(Integer), 19(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 284800.0(Double), 81621.0(Double), 01(String) [19:35:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 19(String), 35(String), 1.73235248E8(Float), 5325.9(Float), 5.4(Float), 2763712.0(Float), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 1(Integer), 43.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.1(Double), 303.7(Double), 30.4(Double), 27.4(Double), 0.0(Double), 271400.0(Double), 79183.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 2(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 287.2(Double), 0.0(Double), 27.9(Double), 0.0(Double), 290000.0(Double), 87598.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 3(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 105.5(Double), 0.0(Double), 30.3(Double), 0.0(Double), 276400.0(Double), 75677.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 4(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 130.9(Double), 0.0(Double), 28.3(Double), 0.0(Double), 285800.0(Double), 86588.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 5(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 130.8(Double), 0.0(Double), 32.4(Double), 0.0(Double), 279500.0(Double), 76010.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 6(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 218.7(Double), 0.0(Double), 27.5(Double), 0.0(Double), 289100.0(Double), 89353.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 7(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 4405.7(Double), 8.6617608E7(Double), 1.4(Double), 0.0(Double), 202200.0(Double), 655365.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 8(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 121.8(Double), 0.0(Double), 31.3(Double), 0.0(Double), 279500.0(Double), 77437.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 9(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 329.1(Double), 0.0(Double), 28.4(Double), 0.0(Double), 287100.0(Double), 87556.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 10(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 108.1(Double), 0.0(Double), 29.1(Double), 0.0(Double), 263700.0(Double), 68056.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 11(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 128.9(Double), 0.0(Double), 31.1(Double), 0.0(Double), 284800.0(Double), 84303.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 12(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 4405.7(Double), 8.6617608E7(Double), 1.8(Double), 0.0(Double), 202200.0(Double), 655365.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 13(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 149.9(Double), 0.0(Double), 31.6(Double), 0.0(Double), 278800.0(Double), 83612.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 129.2(Double), 0.0(Double), 28.2(Double), 0.0(Double), 273700.0(Double), 79651.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 100.2(Double), 0.0(Double), 28.4(Double), 0.0(Double), 246400.0(Double), 70395.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 141.1(Double), 0.0(Double), 27.7(Double), 0.0(Double), 275100.0(Double), 87396.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 17(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 132.3(Double), 0.0(Double), 27.9(Double), 0.0(Double), 272000.0(Double), 85040.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 18(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 115.0(Double), 0.0(Double), 32.6(Double), 0.0(Double), 240000.0(Double), 72802.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 19(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 123.8(Double), 0.0(Double), 31.2(Double), 0.0(Double), 237500.0(Double), 72489.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33326(Integer), 93(Integer), 20(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 122.7(Double), 0.0(Double), 27.8(Double), 0.0(Double), 290700.0(Double), 89836.0(Double), 01(String) [19:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 19(String), 35(String), 0.0(Float), 1052.1(Float), 5.3(Float), 58080.0(Float), 01(String) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33327(Integer), 99(Integer), 1(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 261700.0(Double), 14442.0(Double), 01(String) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33327(Integer), 99(Integer), 2(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 265200.0(Double), 14661.0(Double), 01(String) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33327(Integer), 99(Integer), 3(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 261000.0(Double), 14351.0(Double), 01(String) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33327(Integer), 99(Integer), 4(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 264200.0(Double), 14626.0(Double), 01(String) [19:35:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.pvPower/p.supplyPower as pvPercent, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, count(seq) as count from t_pmsdata_2022 where pcsIdx=0 and inputDate = ? group by plantSeq ) d2 where d.plantSeq = d2.plantSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? ) d on p.seq = d.plantSeq ) p left join ( select inputHour as weatherHour, weatherCode, cloud from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ?) ) w on p.weatherCode = w.weatherCode order by p.pvPercent desc [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 2022-05-10(String) [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.geox, p.geoy, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) order by p.seq desc [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 81 [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, count(inputHour) as count from t_weather_2021 where inputYmd = ? group by inputHour order by inputHour desc [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:39:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(k.seq) as count from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_count.Kesco : 쿼리조회시간 : 0 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_count.faultPms : 쿼리조회시간 : 15 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_data_count.pmsVo : 쿼리조회시간 : 0 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 10(Integer), 990(Integer), 10(Integer), 990(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_count.alarmBatt : 쿼리조회시간 : 0 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_kesco k where seq = (select max(seq) from t_timetable_kesco k where k.inputDate = ? ) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_data_count.kescoVo : 쿼리조회시간 : 63 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, inputHour, count(inputYmd) as count from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ? ) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:39:26] [DEBUG] controller.MonitoringController - main_count.faultTemp : 쿼리조회시간 : 63 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_data_count.weatherVo : 쿼리조회시간 : 31 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, createDatetime, count(seq) as count from t_pmsdata_statistic_hour where inputDate=? and inputHour = (select max(inputHour) from t_pmsdata_statistic_hour where inputDate = ?) and pcsIdx=0 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_data_count.hourVo : 쿼리조회시간 : 31 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputMonth, inputDay, createDatetime, count(seq) as count from t_pmsdata_statistic_day where inputDate=? and pcsIdx=0; [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_data_count.dayVo : 쿼리조회시간 : 16 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_count.alarmTemp : 쿼리조회시간 : 93 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and ( d.data20 < ? or d.data20 > ? or d.data21 < ? or d.data21 > ?) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 320(Integer), 160(Integer), 320(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_count.alarmCellTempCount : 쿼리조회시간 : 63 [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [19:39:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [19:39:26] [DEBUG] controller.MonitoringController - main_count.cs : 쿼리조회시간 : 62 [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [19:39:28] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 47 [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [19:39:28] [DEBUG] controller.JsonController - ------------------------------------- [19:39:28] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [19:39:28] [DEBUG] controller.JsonController - ------------------------------------- [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [19:39:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [19:39:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:39:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:39:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:39:30] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [19:39:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:39:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:39:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:51:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:51:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [19:51:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [19:51:43] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [19:51:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [19:51:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [19:51:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:01:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [20:01:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 2022-05-10(String), 2022-05-10(String) [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:01:29] [DEBUG] controller.PlantController - 발전소 정보 : 쿼리조회시간 : 47 [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and p.seq = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 2022-03-21(String), 2022-05-10(String) [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 17 [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, (select name from t_code where groupType ='device_etc' and code = d.typeCode) as typeName, c.name as modelName from t_device d, t_code c where d.plantSeq = ? and c.groupType = concat("device_", d.typeCode) and modelCode = c.code [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer) [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [20:01:29] [DEBUG] controller.PlantController - CS / Device : 쿼리조회시간 : 63 [20:01:29] [DEBUG] controller.PlantController - 코드 정보 : 쿼리조회시간 : 63 [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [20:01:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [20:01:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [20:01:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 2022-05-10(String), 2022-05-10(String) [20:01:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_cs ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHms, csType, procType, procStatus, procMemo, pcsFaultStr, batteryFaultStr, updateId, updateDatetime, createId, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), ?, now() ) [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 1(Integer), 0(Integer), 2022-05-10(String), 20:02:18(String), 40(String), 90(String), 20(String), 5월 10일 오전 11시 이후 UPS 배터리 교체 작업 사업주 직접 확인 (String), -(String), -(String), admin03(String), admin03(String) [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:02:18] [DEBUG] controller.CsController - insertProc : 1건 입력 완료 [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus > 10 and c.procStatus < 90 and c.inputDate between ? and ? [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-03(String), 2022-05-10(String) [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus > 10 and c.procStatus < 90 and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc ) R1 LIMIT ?, ? [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-03(String), 2022-05-10(String), 0(Integer), 20(Integer) [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [20:02:18] [DEBUG] controller.CsController - selectList : 쿼리조회시간 : 16 [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [20:02:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.pvPower/p.supplyPower as pvPercent, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, count(seq) as count from t_pmsdata_2022 where pcsIdx=0 and inputDate = ? group by plantSeq ) d2 where d.plantSeq = d2.plantSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? ) d on p.seq = d.plantSeq ) p left join ( select inputHour as weatherHour, weatherCode, cloud from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ?) ) w on p.weatherCode = w.weatherCode order by p.pvPercent desc [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 2022-05-10(String) [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.geox, p.geoy, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) order by p.seq desc [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 81 [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, count(inputHour) as count from t_weather_2021 where inputYmd = ? group by inputHour order by inputHour desc [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [20:02:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(k.seq) as count from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_count.Kesco : 쿼리조회시간 : 0 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_data_count.pmsVo : 쿼리조회시간 : 0 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_count.faultPms : 쿼리조회시간 : 0 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 10(Integer), 990(Integer), 10(Integer), 990(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_kesco k where seq = (select max(seq) from t_timetable_kesco k where k.inputDate = ? ) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_count.alarmBatt : 쿼리조회시간 : 0 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_data_count.kescoVo : 쿼리조회시간 : 16 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, inputHour, count(inputYmd) as count from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ? ) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_count.faultTemp : 쿼리조회시간 : 63 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_data_count.weatherVo : 쿼리조회시간 : 78 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, createDatetime, count(seq) as count from t_pmsdata_statistic_hour where inputDate=? and inputHour = (select max(inputHour) from t_pmsdata_statistic_hour where inputDate = ?) and pcsIdx=0 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_data_count.hourVo : 쿼리조회시간 : 47 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputMonth, inputDay, createDatetime, count(seq) as count from t_pmsdata_statistic_day where inputDate=? and pcsIdx=0; [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-09(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_data_count.dayVo : 쿼리조회시간 : 0 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_count.alarmTemp : 쿼리조회시간 : 94 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and ( d.data20 < ? or d.data20 > ? or d.data21 < ? or d.data21 > ?) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 320(Integer), 160(Integer), 320(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_count.alarmCellTempCount : 쿼리조회시간 : 78 [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [20:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:02:21] [DEBUG] controller.MonitoringController - main_count.cs : 쿼리조회시간 : 47 [20:02:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:02:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [20:02:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [20:02:22] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 62 [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [20:02:23] [DEBUG] controller.JsonController - ------------------------------------- [20:02:23] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_89_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [20:02:23] [DEBUG] controller.JsonController - ------------------------------------- [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [20:02:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [20:02:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:02:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [20:02:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:02:25] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [20:02:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:02:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [20:02:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2022-05-10(String), 20(String), 04(String), 0.0(Float), 4373.5(Float), 4.4(Float), 369547.0(Float), 01(String) [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33328(Integer), 101(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 12.9(Double), 0.0(Double), 31.5(Double), 0.0(Double), 3418826.9(Double), 226684.0(Double), 01(String) [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33328(Integer), 101(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 5.9(Double), 0.0(Double), 28.8(Double), 0.0(Double), 954624.0(Double), 142863.0(Double), 01(String) [20:04:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2022-05-10(String), 20(String), 04(String), 0.0(Float), 4325.8(Float), 4.3(Float), 389918.0(Float), 01(String) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33329(Integer), 108(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 16.7(Double), 0.0(Double), 38.8(Double), 0.0(Double), 3391990.0(Double), 237764.0(Double), 01(String) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33329(Integer), 108(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 10.8(Double), 0.0(Double), 38.6(Double), 0.0(Double), 933850.0(Double), 152154.0(Double), 01(String) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2022-05-10(String), 20(String), 04(String), 0.0(Float), 4504.6(Float), 4.5(Float), 406687.0(Float), 01(String) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33330(Integer), 109(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 13.1(Double), 0.0(Double), 30.9(Double), 0.0(Double), 3511030.0(Double), 247138.0(Double), 01(String) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33330(Integer), 109(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 6.9(Double), 0.0(Double), 30.9(Double), 0.0(Double), 993544.0(Double), 159549.0(Double), 01(String) [20:04:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2022-05-10(String), 20(String), 04(String), 0.0(Float), 4248.1(Float), 4.3(Float), 323350.0(Float), 01(String) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33331(Integer), 106(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 14.0(Double), 0.0(Double), 31.2(Double), 0.0(Double), 3305082.0(Double), 200589.0(Double), 01(String) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33331(Integer), 106(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 7.8(Double), 0.0(Double), 30.9(Double), 0.0(Double), 943035.0(Double), 122761.0(Double), 01(String) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2022-05-10(String), 20(String), 04(String), 0.0(Float), 4469.8(Float), 4.5(Float), 393324.0(Float), 01(String) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33332(Integer), 111(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 17.1(Double), 0.0(Double), 31.8(Double), 0.0(Double), 3485345.0(Double), 241176.0(Double), 01(String) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33332(Integer), 111(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 3.2(Double), 0.0(Double), 29.9(Double), 0.0(Double), 984449.0(Double), 152148.0(Double), 01(String) [20:04:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 493.4(Float), 4.9(Float), 46013.1(Float), 01(String) [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33333(Integer), 129(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 260600.0(Double), 24235.0(Double), 01(String) [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33333(Integer), 129(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 232800.0(Double), 21778.1(Double), 01(String) [20:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4220.9(Float), 4.2(Float), 377734.0(Float), 01(String) [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33334(Integer), 126(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 14.1(Double), 0.0(Double), 38.8(Double), 0.0(Double), 3355502.9(Double), 232387.0(Double), 01(String) [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33334(Integer), 126(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 2.7(Double), 0.0(Double), 37.8(Double), 0.0(Double), 865422.0(Double), 145347.0(Double), 01(String) [20:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4408.5(Float), 4.4(Float), 330301.0(Float), 01(String) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33335(Integer), 104(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 13.7(Double), 0.0(Double), 31.3(Double), 0.0(Double), 3406650.9(Double), 183662.0(Double), 01(String) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33335(Integer), 104(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 5.6(Double), 0.0(Double), 30.6(Double), 0.0(Double), 1001826.0(Double), 146639.0(Double), 01(String) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4541.0(Float), 4.5(Float), 388809.0(Float), 01(String) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33336(Integer), 103(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 13.6(Double), 0.0(Double), 30.9(Double), 0.0(Double), 3581330.1(Double), 241221.0(Double), 01(String) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33336(Integer), 103(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 4.6(Double), 0.0(Double), 29.9(Double), 0.0(Double), 959693.0(Double), 147588.0(Double), 01(String) [20:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 2784.5(Float), 7.0(Float), 68057.9(Float), 01(String) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33337(Integer), 128(Integer), 1(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 26.2(Double), 0.0(Double), 615330.0(Double), 15137.7(Double), 01(String) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33337(Integer), 128(Integer), 2(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 26.7(Double), 0.0(Double), 616150.0(Double), 15068.5(Double), 01(String) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33337(Integer), 128(Integer), 3(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 27.0(Double), 0.0(Double), 622150.0(Double), 15116.2(Double), 01(String) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33337(Integer), 128(Integer), 4(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 27.2(Double), 0.0(Double), 614260.0(Double), 14995.1(Double), 01(String) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33337(Integer), 128(Integer), 5(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 38.8(Double), 0.0(Double), 316600.0(Double), 7740.3(Double), 01(String) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4413.0(Float), 4.5(Float), 389305.0(Float), 01(String) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33338(Integer), 112(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 11.9(Double), 0.0(Double), 32.1(Double), 0.0(Double), 3544160.9(Double), 242226.0(Double), 01(String) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33338(Integer), 112(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 6.8(Double), 0.0(Double), 31.1(Double), 0.0(Double), 868802.0(Double), 147079.0(Double), 01(String) [20:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 3959.5(Float), 4.0(Float), 361881.0(Float), 01(String) [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33339(Integer), 124(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 12.5(Double), 0.0(Double), 34.3(Double), 0.0(Double), 3057326.9(Double), 217380.0(Double), 01(String) [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33339(Integer), 124(Integer), 2(Integer), 0.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 32.6(Double), 0.0(Double), 902165.0(Double), 144501.0(Double), 01(String) [20:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4218.6(Float), 4.2(Float), 389499.0(Float), 01(String) [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33340(Integer), 120(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 15.5(Double), 0.0(Double), 29.4(Double), 0.0(Double), 3320396.0(Double), 236673.0(Double), 01(String) [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33340(Integer), 120(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 6.8(Double), 0.0(Double), 27.8(Double), 0.0(Double), 898160.0(Double), 152826.0(Double), 01(String) [20:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 3682.7(Float), 4.4(Float), 290240.0(Float), 01(String) [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33341(Integer), 110(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 10.4(Double), 0.0(Double), 32.6(Double), 0.0(Double), 2981042.0(Double), 182005.0(Double), 01(String) [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33341(Integer), 110(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 4.9(Double), 0.0(Double), 31.0(Double), 0.0(Double), 701645.0(Double), 108235.0(Double), 01(String) [20:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4019.2(Float), 4.0(Float), 367274.0(Float), 01(String) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4455.4(Float), 4.5(Float), 396176.0(Float), 01(String) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33342(Integer), 125(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 13.2(Double), 0.0(Double), 33.2(Double), 0.0(Double), 3174721.9(Double), 223604.0(Double), 01(String) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33343(Integer), 105(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 13.0(Double), 0.0(Double), 31.2(Double), 0.0(Double), 3517891.1(Double), 242309.0(Double), 01(String) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33342(Integer), 125(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 4.4(Double), 0.0(Double), 33.5(Double), 0.0(Double), 844463.0(Double), 143670.0(Double), 01(String) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33343(Integer), 105(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 5.0(Double), 0.0(Double), 29.4(Double), 0.0(Double), 937551.0(Double), 153867.0(Double), 01(String) [20:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4375.9(Float), 4.4(Float), 416562.0(Float), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 121(Integer) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33344(Integer), 121(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 12.7(Double), 0.0(Double), 30.3(Double), 0.0(Double), 3407910.9(Double), 251183.0(Double), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33344(Integer), 121(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 5.3(Double), 0.0(Double), 29.5(Double), 0.0(Double), 967956.0(Double), 165379.0(Double), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 809.4(Float), 5.4(Float), 73601.8(Float), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33345(Integer), 127(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 271000.0(Double), 24755.6(Double), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33345(Integer), 127(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 252000.0(Double), 22700.1(Double), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33345(Integer), 127(Integer), 3(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 286400.0(Double), 26146.1(Double), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4392.1(Float), 4.4(Float), 389654.0(Float), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33346(Integer), 107(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 11.7(Double), 0.0(Double), 31.5(Double), 0.0(Double), 3408872.1(Double), 237378.0(Double), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33346(Integer), 107(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 5.5(Double), 0.0(Double), 29.5(Double), 0.0(Double), 983185.0(Double), 152276.0(Double), 01(String) [20:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4501.0(Float), 4.5(Float), 299709.0(Float), 01(String) [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33347(Integer), 102(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 11.1(Double), 0.0(Double), 31.5(Double), 0.0(Double), 3526898.9(Double), 194166.0(Double), 01(String) [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33347(Integer), 102(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 4.7(Double), 0.0(Double), 30.4(Double), 0.0(Double), 974150.0(Double), 105543.0(Double), 01(String) [20:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4331.3(Float), 4.3(Float), 382800.0(Float), 01(String) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33348(Integer), 122(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 9.1(Double), 0.0(Double), 31.0(Double), 0.0(Double), 3363897.0(Double), 230893.0(Double), 01(String) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33348(Integer), 122(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 5.6(Double), 0.0(Double), 29.3(Double), 0.0(Double), 967361.0(Double), 151907.0(Double), 01(String) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 4450.6(Float), 4.5(Float), 377919.0(Float), 01(String) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33349(Integer), 113(Integer), 1(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 12.1(Double), 0.0(Double), 30.5(Double), 0.0(Double), 3456126.0(Double), 228683.0(Double), 01(String) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33349(Integer), 113(Integer), 2(Integer), 0.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 6.6(Double), 0.0(Double), 28.1(Double), 0.0(Double), 994509.0(Double), 149236.0(Double), 01(String) [20:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 5033.2(Float), 5.5(Float), 1506236.0(Float), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 1(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 280200.0(Double), 73433.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 2(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 286300.0(Double), 86719.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 3(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 278600.0(Double), 75095.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 4(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 279200.0(Double), 78525.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 5(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 285900.0(Double), 88554.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 6(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 286400.0(Double), 88421.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 7(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 259700.0(Double), 72326.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 8(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 274100.0(Double), 83489.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 9(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 249700.0(Double), 71195.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 10(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 275700.0(Double), 84665.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 11(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 273800.0(Double), 84894.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 12(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 274300.0(Double), 86339.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 13(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 277200.0(Double), 85554.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 272100.0(Double), 84289.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 249800.0(Double), 77076.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 234500.0(Double), 73393.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 17(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 245800.0(Double), 77904.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 18(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 165100.0(Double), 52744.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33350(Integer), 92(Integer), 19(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 284800.0(Double), 81621.0(Double), 01(String) [20:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 5464.7(Float), 5.5(Float), 1607438.0(Float), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 1(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 271400.0(Double), 79183.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 2(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 290000.0(Double), 87598.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 3(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 276400.0(Double), 75677.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 4(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 285800.0(Double), 86588.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 5(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 279500.0(Double), 76010.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 6(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 289100.0(Double), 89353.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 7(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 287100.0(Double), 87556.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 8(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 279500.0(Double), 77437.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 9(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 286200.0(Double), 86984.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 10(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 263700.0(Double), 68056.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 11(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 284800.0(Double), 84303.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 12(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 257000.0(Double), 67472.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 13(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 278800.0(Double), 83612.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 273700.0(Double), 79651.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 246400.0(Double), 70395.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 275100.0(Double), 87396.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 17(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 272000.0(Double), 85040.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 18(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 240000.0(Double), 72802.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 19(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 237500.0(Double), 72489.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33351(Integer), 93(Integer), 20(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 290700.0(Double), 89836.0(Double), 01(String) [20:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2022-05-10(String), 20(String), 05(String), 0.0(Float), 1052.1(Float), 5.3(Float), 58080.0(Float), 01(String) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33352(Integer), 99(Integer), 1(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 261700.0(Double), 14442.0(Double), 01(String) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33352(Integer), 99(Integer), 2(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 265200.0(Double), 14661.0(Double), 01(String) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33352(Integer), 99(Integer), 3(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 261000.0(Double), 14351.0(Double), 01(String) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2022 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 33352(Integer), 99(Integer), 4(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 264200.0(Double), 14626.0(Double), 01(String) [20:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:09:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:09:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [20:09:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:09:47] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [20:09:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:09:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [20:09:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:10:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:10:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [20:10:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:10:14] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [20:10:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:10:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [20:10:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:11:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:11:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [20:11:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:11:21] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [20:11:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:11:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [20:11:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:11:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:11:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [20:11:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:11:48] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [20:11:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:11:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [20:11:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:14:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:14:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [20:14:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:14:31] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 47 [20:14:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:14:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [20:14:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:42:21] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [20:42:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [20:42:33] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :gwangil, login_channel : null [20:42:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:42:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [20:42:33] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [20:42:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [20:42:33] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : gwangil [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: gwangil, mappingList.size : 1 [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [20:42:33] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[gwangil] roles roles [0]ROLE_01 [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String), 01(String), 862EB1AD28DE18957D108BBBF1D50FE6(String), PHONE(String) [20:42:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [20:42:33] [DEBUG] controller.EssController - ----------------------------------------------- [20:42:33] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [20:42:33] [DEBUG] controller.EssController - ----------------------------------------------- [20:42:34] [DEBUG] controller.EssController - ----------------------------------------------- [20:42:34] [DEBUG] controller.EssController - /index.co called [20:42:34] [DEBUG] controller.EssController - ----------------------------------------------- [20:42:34] [DEBUG] controller.EssController - ----------------------------------------------- [20:42:34] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 42, param.plantSeq : 0 [20:42:34] [DEBUG] controller.EssController - ----------------------------------------------- [20:42:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [20:42:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-09(String), 42(Integer), 0(Integer), 2022-05-08(String), 42(Integer), 0(Integer), 2022-05-10(String), 61836(Integer) [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-10(String), 42(Integer), 2022-05-10(String), 42(Integer) [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [20:42:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-04-26(String) [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-10(String), 42(Integer), 0(Integer), 2022-05-10(String) [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2022-05-10(String), 42(Integer), 1(Integer), 2022-05-10(String) [20:42:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [20:42:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [20:42:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-04-26(String) [20:42:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [20:42:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [20:42:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [20:42:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [20:42:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [20:42:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2022-05-10(String), 42(Integer), 0(Integer), 2022-05-10(String) [20:42:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [20:42:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [20:42:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [20:42:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [20:42:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [20:42:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2022-05-10(String), 42(Integer), 1(Integer), 2022-05-10(String) [20:42:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 20 [20:44:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:44:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [20:44:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [20:44:02] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 78 [20:44:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [20:44:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [20:44:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [21:20:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:20:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [21:20:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [21:20:28] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [21:20:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:20:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [21:20:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [21:31:34] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [21:31:39] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:31:39] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :tk2340, login_channel : null [21:31:39] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:31:39] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:31:39] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [21:31:39] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:31:39] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : tk2340 [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: tk2340, mappingList.size : 1 [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:31:39] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[tk2340] roles roles [0]ROLE_01 [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String), 01(String), A804EAFEDFA3E7A6D5A423BD1EF12429(String), PHONE(String) [21:31:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:31:39] [DEBUG] controller.EssController - ----------------------------------------------- [21:31:39] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, param : code=404 [21:31:39] [DEBUG] controller.EssController - ----------------------------------------------- [21:31:41] [DEBUG] controller.EssController - ----------------------------------------------- [21:31:41] [DEBUG] controller.EssController - /index.co called [21:31:41] [DEBUG] controller.EssController - ----------------------------------------------- [21:31:41] [DEBUG] controller.EssController - ----------------------------------------------- [21:31:41] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [21:31:41] [DEBUG] controller.EssController - ----------------------------------------------- [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-09(String), 41(Integer), 0(Integer), 2022-05-08(String), 41(Integer), 0(Integer), 2022-05-10(String), 61838(Integer) [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-10(String), 41(Integer), 2022-05-10(String), 41(Integer) [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [21:31:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [21:31:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [21:31:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-04-26(String) [21:31:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:31:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [21:31:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [21:31:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [21:31:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [21:31:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2022-05-10(String), 41(Integer), 0(Integer), 2022-05-10(String) [21:31:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:31:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [21:31:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [21:31:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [21:31:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [21:31:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2022-05-10(String), 41(Integer), 1(Integer), 2022-05-10(String) [21:31:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:31:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:31:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [21:31:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [21:31:52] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [21:31:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:31:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [21:31:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [21:31:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [21:31:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-05-10(String), 2022-05-10(String) [21:31:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:31:57] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 221.144.132.35, port : 502, pcsIdx : 1, pcsMaker : 12 [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer) [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:42:51] [DEBUG] controller.RestAPIController - callPmsFault :: [89] [221.144.132.35] 영월 우진 is Fault PUSH [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 1(Integer), 61838(Integer), 2022-05-10(String), 21(String), 42(String), 8325580(Long), 7867540(Long), 0(Long), 0(Integer), 120(Integer), 3220(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 8(Integer), 10382(Integer), 0(Integer), 0(Integer), 4466(Integer), 0(Integer), 0(Integer), 155(Integer), 951(Integer), 0(Integer), 8445(Integer), 0(Integer), 254(Integer), 207(Integer), 35(Integer), 35(Integer), 3(Integer), 1(Integer), 256(Integer), 17(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 4(Integer), 261(Integer), 217(Integer), 237(Integer), 0(Integer), 0(Integer), 322(Integer), 387(Integer), 347(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 256(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 89(Integer) [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:42:51] [DEBUG] service.CsService - [89:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 0(Integer), 61838(Integer), 2022-05-10(String), 21(String), 42(String), 8325580(Long), 7867540(Long), 0(Long), 0(Integer), 120(Integer), 3220(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 8(Integer), 10382(Integer), 0(Integer), 0(Integer), 4466(Integer), 0(Integer), 0(Integer), 155(Integer), 951(Integer), 0(Integer), 8445(Integer), 0(Integer), 254(Integer), 207(Integer), 35(Integer), 35(Integer), 3(Integer), 1(Integer), 256(Integer), 17(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 4(Integer), 261(Integer), 217(Integer), 237(Integer), 0(Integer), 0(Integer), 322(Integer), 387(Integer), 347(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 256(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:42:51] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:42:51] [DEBUG] controller.RestAPIController - [89] smsMessage : 영월 우진 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35941 [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer) [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:43:43] [DEBUG] controller.RestAPIController - callPmsFault :: [32] [121.176.121.99] 사천평화 is Fault PUSH [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 1(Integer), 61838(Integer), 2022-05-10(String), 21(String), 43(String), 2894098(Long), 2728713(Long), 85(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37339(Integer), 0(Integer), 85(Integer), 3942(Integer), 0(Integer), 0(Integer), 200(Integer), 947(Integer), 0(Integer), 7050(Integer), 0(Integer), 232(Integer), 205(Integer), 35(Integer), 35(Integer), 0(Integer), 1(Integer), 0(Integer), 908(Integer), 1(Integer), 16384(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 32(Integer) [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:43:43] [DEBUG] service.CsService - [32:1] CS가 이미 접수되었습니다. pcs: 1,16384,0,0, bms : 1,0,0,0 [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 0(Integer), 61838(Integer), 2022-05-10(String), 21(String), 43(String), 2894098(Long), 2728713(Long), 85(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37339(Integer), 0(Integer), 85(Integer), 3942(Integer), 0(Integer), 0(Integer), 200(Integer), 947(Integer), 0(Integer), 7050(Integer), 0(Integer), 232(Integer), 205(Integer), 35(Integer), 35(Integer), 0(Integer), 1(Integer), 0(Integer), 908(Integer), 1(Integer), 16384(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:43:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:43:43] [DEBUG] controller.RestAPIController - [32] smsMessage : 사천평화 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35911 [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer) [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:43:55] [DEBUG] controller.RestAPIController - callPmsFault :: [32] [121.176.121.99] 사천평화 is Fault PUSH [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 1(Integer), 61838(Integer), 2022-05-10(String), 21(String), 43(String), 2894098(Long), 2728713(Long), 75(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37340(Integer), 0(Integer), 75(Integer), 3931(Integer), 0(Integer), 0(Integer), 200(Integer), 947(Integer), 0(Integer), 7051(Integer), 0(Integer), 232(Integer), 205(Integer), 35(Integer), 35(Integer), 0(Integer), 0(Integer), 0(Integer), 140(Integer), 512(Integer), 16384(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 32(Integer) [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:43:55] [DEBUG] service.CsService - [32:1] CS가 이미 접수되었습니다. pcs: 512,16384,0,0, bms : 0,0,0,0 [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 0(Integer), 61838(Integer), 2022-05-10(String), 21(String), 43(String), 2894098(Long), 2728713(Long), 75(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37340(Integer), 0(Integer), 75(Integer), 3931(Integer), 0(Integer), 0(Integer), 200(Integer), 947(Integer), 0(Integer), 7051(Integer), 0(Integer), 232(Integer), 205(Integer), 35(Integer), 35(Integer), 0(Integer), 0(Integer), 0(Integer), 140(Integer), 512(Integer), 16384(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:43:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:43:55] [DEBUG] controller.RestAPIController - [32] smsMessage : 사천평화 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35881 [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer) [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:44:27] [DEBUG] controller.RestAPIController - callPmsFault :: [32] [121.176.121.99] 사천평화 is Fault PUSH [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 1(Integer), 61838(Integer), 2022-05-10(String), 21(String), 44(String), 2894098(Long), 2728713(Long), 83(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37340(Integer), 0(Integer), 83(Integer), 3938(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 140(Integer), 512(Integer), 16384(Integer), 0(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 32(Integer) [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:44:27] [DEBUG] service.CsService - [32:1] CS가 이미 접수되었습니다. pcs: 512,16384,0,0, bms : 0,0,0,0 [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 0(Integer), 61838(Integer), 2022-05-10(String), 21(String), 44(String), 2894098(Long), 2728713(Long), 83(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37340(Integer), 0(Integer), 83(Integer), 3938(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 140(Integer), 512(Integer), 16384(Integer), 0(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:44:27] [DEBUG] controller.RestAPIController - [32] smsMessage : 사천평화 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35851 [21:47:11] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [21:47:11] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [21:47:11] [DEBUG] controller.SignController - /ess/view.co [21:47:11] [DEBUG] controller.SignController - ....................................... [21:47:11] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:11] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [21:47:11] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-09(String), 80(Integer), 0(Integer), 2022-05-08(String), 80(Integer), 0(Integer), 2022-05-10(String), 61838(Integer) [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 80(Integer), 2022-05-10(String), 80(Integer) [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [21:47:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-04-26(String) [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-10(String), 80(Integer), 0(Integer), 2022-05-10(String) [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [21:47:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [21:47:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [21:47:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2022-05-10(String), 80(Integer), 1(Integer), 2022-05-10(String) [21:47:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: update t_login_2021 set updateTime = curtime() where id = ? and sessionId= ? [21:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String), 16B3C4E439C9785384883BC04E551F05(String) [21:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:47:15] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:15] [DEBUG] controller.EssController - /index.co called [21:47:15] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:15] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [21:47:17] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:47:17] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :tokyo, login_channel : null [21:47:17] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:17] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:47:17] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [21:47:17] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:47:17] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : tokyo [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String) [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: tokyo, mappingList.size : 1 [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:47:17] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[tokyo] roles roles [0]ROLE_01 [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String), 01(String), E2FAAD5B93845F3CEE22274E11F29A23(String), PHONE(String) [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:47:17] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [21:47:17] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [21:47:17] [DEBUG] controller.SignController - /ess/view.co [21:47:17] [DEBUG] controller.SignController - ....................................... [21:47:17] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:17] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [21:47:17] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-09(String), 80(Integer), 0(Integer), 2022-05-08(String), 80(Integer), 0(Integer), 2022-05-10(String), 61838(Integer) [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-10(String), 80(Integer), 2022-05-10(String), 80(Integer) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-04-26(String) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2022-05-10(String), 80(Integer), 0(Integer), 2022-05-10(String) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [21:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [21:47:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [21:47:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2022-05-10(String), 80(Integer), 1(Integer), 2022-05-10(String) [21:47:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:47:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: update t_login_2021 set updateTime = curtime() where id = ? and sessionId= ? [21:47:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tokyo(String), E2FAAD5B93845F3CEE22274E11F29A23(String) [21:47:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:47:29] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:29] [DEBUG] controller.EssController - /index.co called [21:47:29] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:29] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [21:47:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:47:32] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :yeongsin, login_channel : null [21:47:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsin(String) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:47:32] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [21:47:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [21:47:32] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : yeongsin [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsin(String) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsin(String) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user :: yeongsin, mappingList.size : 2 [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [21:47:32] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[yeongsin] roles roles [0]ROLE_01 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeongsin(String), 01(String), 84976B97D4F45A3ED0B5CC3227A5E41E(String), PHONE(String) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:47:32] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [21:47:32] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [21:47:32] [DEBUG] controller.SignController - /ess/view.co [21:47:32] [DEBUG] controller.SignController - ....................................... [21:47:32] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:32] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 92, param.plantSeq : 0 [21:47:32] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 0(Integer), 2022-05-09(String), 92(Integer), 0(Integer), 2022-05-08(String), 92(Integer), 0(Integer), 2022-05-10(String), 61838(Integer) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-10(String), 92(Integer), 2022-05-10(String), 92(Integer) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [21:47:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-04-26(String) [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 0(Integer), 2022-05-10(String), 92(Integer), 0(Integer), 2022-05-10(String) [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 92(Integer), 0(Integer), 92(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 1(Integer), 2022-05-10(String), 92(Integer), 1(Integer), 2022-05-10(String) [21:47:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:47:38] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:38] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 93 [21:47:38] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 2022-05-10(String) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:38] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:38] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 93, param.plantSeq : 93 [21:47:38] [DEBUG] controller.EssController - ----------------------------------------------- [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String), 2022-05-10(String) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2022 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 0(Integer), 2022-05-09(String), 93(Integer), 0(Integer), 2022-05-08(String), 93(Integer), 0(Integer), 2022-05-10(String), 61838(Integer) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-10(String), 93(Integer), 2022-05-10(String), 93(Integer) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2022-05-03(String), 2022-05-10(String), 0(Integer), 5(Integer) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select * from t_price where inputYmd <= ? order by seq desc, typeCode desc ) R1 LIMIT 0, 2 [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 01(String), 2022-04-26(String) [21:47:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 0(Integer), 2022-05-10(String), 93(Integer), 0(Integer), 2022-05-10(String) [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.*, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 93(Integer), 0(Integer), 93(Integer), 0(Integer), 2022-05-01(String), 2022-05-10(String) [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 1(Integer), 2022-05-10(String), 93(Integer), 1(Integer), 2022-05-10(String) [21:47:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 21 [21:47:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [21:47:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-04-26(String) [21:47:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:47:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [21:47:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2022-05-10(String), 2022-05-10(String) [21:47:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer) [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:49:58] [DEBUG] controller.RestAPIController - callPmsFault :: [32] [121.176.121.99] 사천평화 is Fault PUSH [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 1(Integer), 61838(Integer), 2022-05-10(String), 21(String), 49(String), 2894098(Long), 2728713(Long), 95(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37348(Integer), 0(Integer), 95(Integer), 3927(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 140(Integer), 512(Integer), 49152(Integer), 0(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 32(Integer) [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:49:58] [DEBUG] service.CsService - [32:1] CS가 이미 접수되었습니다. pcs: 512,49152,0,0, bms : 0,0,0,0 [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 0(Integer), 61838(Integer), 2022-05-10(String), 21(String), 49(String), 2894098(Long), 2728713(Long), 95(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37348(Integer), 0(Integer), 95(Integer), 3927(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 140(Integer), 512(Integer), 49152(Integer), 0(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:49:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:49:58] [DEBUG] controller.RestAPIController - [32] smsMessage : 사천평화 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35821 [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer) [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:57:33] [DEBUG] controller.RestAPIController - callPmsFault :: [89] [221.144.132.35] 영월 우진 is Fault PUSH [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 1(Integer), 61838(Integer), 2022-05-10(String), 21(String), 57(String), 8325580(Long), 7867540(Long), 0(Long), 0(Integer), 120(Integer), 3220(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 8(Integer), 10382(Integer), 0(Integer), 0(Integer), 4453(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 17(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 4(Integer), 253(Integer), 221(Integer), 237(Integer), 0(Integer), 0(Integer), 330(Integer), 387(Integer), 350(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 89(Integer) [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [21:57:33] [DEBUG] service.CsService - [89:1] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 0(Integer), 61838(Integer), 2022-05-10(String), 21(String), 57(String), 8325580(Long), 7867540(Long), 0(Long), 0(Integer), 120(Integer), 3220(Integer), 127(Integer), 2508(Integer), 0(Integer), 0(Integer), 8(Integer), 10382(Integer), 0(Integer), 0(Integer), 4453(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 1(Integer), 0(Integer), 17(Integer), 1(Integer), 0(Integer), 0(Integer), 0(Integer), 89(Integer), 4(Integer), 253(Integer), 221(Integer), 237(Integer), 0(Integer), 0(Integer), 330(Integer), 387(Integer), 350(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [21:57:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [21:57:33] [DEBUG] controller.RestAPIController - [89] smsMessage : 영월 우진 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35791 [22:10:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [22:10:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer) [22:10:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [22:10:48] [DEBUG] controller.RestAPIController - callPmsFault :: [32] [121.176.121.99] 사천평화 is Fault PUSH [22:10:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [22:10:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [22:10:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 1(Integer), 61839(Integer), 2022-05-10(String), 22(String), 10(String), 2894098(Long), 2728713(Long), 89(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37380(Integer), 0(Integer), 89(Integer), 3951(Integer), 0(Integer), 0(Integer), 206(Integer), 947(Integer), 0(Integer), 7060(Integer), 0(Integer), 233(Integer), 204(Integer), 35(Integer), 35(Integer), 0(Integer), 0(Integer), 0(Integer), 140(Integer), 512(Integer), 16384(Integer), 0(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 32(Integer) [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [22:10:49] [DEBUG] service.CsService - [32:1] CS가 이미 접수되었습니다. pcs: 512,16384,0,0, bms : 0,0,0,0 [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 0(Integer), 61839(Integer), 2022-05-10(String), 22(String), 10(String), 2894098(Long), 2728713(Long), 89(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37380(Integer), 0(Integer), 89(Integer), 3951(Integer), 0(Integer), 0(Integer), 206(Integer), 947(Integer), 0(Integer), 7060(Integer), 0(Integer), 233(Integer), 204(Integer), 35(Integer), 35(Integer), 0(Integer), 0(Integer), 0(Integer), 140(Integer), 512(Integer), 16384(Integer), 0(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [22:10:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [22:10:49] [DEBUG] controller.RestAPIController - [32] smsMessage : 사천평화 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35761 [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer) [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [22:11:34] [DEBUG] controller.RestAPIController - callPmsFault :: [32] [121.176.121.99] 사천평화 is Fault PUSH [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 1(Integer), 61839(Integer), 2022-05-10(String), 22(String), 11(String), 2894098(Long), 2728713(Long), 87(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37381(Integer), 0(Integer), 87(Integer), 3946(Integer), 0(Integer), 0(Integer), 206(Integer), 947(Integer), 0(Integer), 7061(Integer), 0(Integer), 233(Integer), 204(Integer), 35(Integer), 35(Integer), 3(Integer), 0(Integer), 0(Integer), 396(Integer), 513(Integer), 16384(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 32(Integer) [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [22:11:34] [DEBUG] service.CsService - [32:1] CS가 이미 접수되었습니다. pcs: 513,16384,0,0, bms : 0,0,0,0 [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2022 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 0(Integer), 61839(Integer), 2022-05-10(String), 22(String), 11(String), 2894098(Long), 2728713(Long), 87(Long), 0(Integer), 41(Integer), 41737(Integer), 44(Integer), 10514(Integer), 0(Integer), 0(Integer), 0(Integer), 37381(Integer), 0(Integer), 87(Integer), 3946(Integer), 0(Integer), 0(Integer), 206(Integer), 947(Integer), 0(Integer), 7061(Integer), 0(Integer), 233(Integer), 204(Integer), 35(Integer), 35(Integer), 3(Integer), 0(Integer), 0(Integer), 396(Integer), 513(Integer), 16384(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [22:11:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [22:11:34] [DEBUG] controller.RestAPIController - [32] smsMessage : 사천평화 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: 35731 [22:18:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [22:18:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [22:18:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [22:18:27] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [22:18:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [22:18:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [22:18:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 2022-05-10(String), 2022-05-10(String) [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [22:19:13] [DEBUG] controller.PlantController - 발전소 정보 : 쿼리조회시간 : 47 [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and p.seq = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 2022-03-21(String), 2022-05-10(String) [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, (select name from t_code where groupType ='device_etc' and code = d.typeCode) as typeName, c.name as modelName from t_device d, t_code c where d.plantSeq = ? and c.groupType = concat("device_", d.typeCode) and modelCode = c.code [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer) [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [22:19:13] [DEBUG] controller.PlantController - CS / Device : 쿼리조회시간 : 63 [22:19:13] [DEBUG] controller.PlantController - 코드 정보 : 쿼리조회시간 : 63 [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [22:19:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [22:19:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [22:19:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 2022-05-10(String), 2022-05-10(String) [22:19:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [22:26:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [22:26:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [22:26:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [22:26:15] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 47 [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 12 [22:26:17] [DEBUG] controller.JsonController - ------------------------------------- [22:26:17] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [22:26:17] [DEBUG] controller.JsonController - ------------------------------------- [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [22:26:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_cs ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHms, csType, procType, procStatus, procMemo, pcsFaultStr, batteryFaultStr, updateId, updateDatetime, createId, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), ?, now() ) [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 32(Integer), 1(Integer), 0(Integer), 2022-05-10(String), 23:25:14(String), 40(String), 10(String), 70(String), SDI 솔라 문제랙 교체 및 네트워크 불량건은 구덕스 업체에서 설치한 아이피타임 공유기 에 대하여 삼성보고 후 일정수립 조치 하기로 함(String), -(String), -(String), admin03(String), admin03(String) [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [23:25:14] [DEBUG] controller.CsController - insertProc : 1건 입력 완료 [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus > 10 and c.procStatus < 90 and c.inputDate between ? and ? [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-03(String), 2022-05-10(String) [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus > 10 and c.procStatus < 90 and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc ) R1 LIMIT ?, ? [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-03(String), 2022-05-10(String), 0(Integer), 20(Integer) [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [23:25:14] [DEBUG] controller.CsController - selectList : 쿼리조회시간 : 0 [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.* from t_plant p where 1=1 and p.plantStatus = ? order by p.seq desc [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String) [23:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 0(Integer), 2022-05-10(String), 0(Integer) [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [23:25:18] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 63 [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2022 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String) [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String) [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, k.* from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? order by k.inputDate desc, k.inputHour desc, k.plantSeq asc [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 00(String) [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 83 [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2022 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [23:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2022-05-10(String), 2022-05-10(String), 01(String), 0(Integer), 10(Integer) [23:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [23:25:19] [DEBUG] controller.JsonController - ------------------------------------- [23:25:19] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"end"}]} [23:25:19] [DEBUG] controller.JsonController - ------------------------------------- [23:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [23:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [23:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2022-05-10(String), 2022-05-10(String) [23:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [23:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [23:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [23:25:20] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [23:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [23:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [23:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [23:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [23:25:22] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 62 [23:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [23:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [23:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [23:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [23:25:24] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [23:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [23:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [23:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [23:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-05-10(String), 2022-05-10(String) [23:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [23:25:37] [DEBUG] controller.PmsController - connectPmsAjax ---------------->> ip : 221.144.132.35, port : 502, pcsIdx : 1, pcsMaker : 12 [23:25:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2022-05-10(String), 2022-05-10(String) [23:25:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [23:25:50] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 63 [23:25:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2022 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2022 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [23:25:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2022-05-10(String), 2022-05-10(String) [23:25:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-05-10(String), 2022-05-10(String) [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [23:25:55] [DEBUG] controller.PlantController - 발전소 정보 : 쿼리조회시간 : 62 [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and p.seq = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-03-21(String), 2022-05-10(String) [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, (select name from t_code where groupType ='device_etc' and code = d.typeCode) as typeName, c.name as modelName from t_device d, t_code c where d.plantSeq = ? and c.groupType = concat("device_", d.typeCode) and modelCode = c.code [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer) [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [23:25:55] [DEBUG] controller.PlantController - CS / Device : 쿼리조회시간 : 78 [23:25:55] [DEBUG] controller.PlantController - 코드 정보 : 쿼리조회시간 : 78 [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, c.name as clientTypeName from t_client a, t_code c where c.groupType='client_type' and a.clientType = c.code and a.clientType = ? order by name asc [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 90(String) [23:25:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 22 [23:25:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2022 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [23:25:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 89(Integer), 2022-05-10(String), 2022-05-10(String) [23:25:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1