排查充電電量放電電量爲何無效的問題

排查充電電量放電電量爲何無效的問題?

HistoryDataQueryService
HistoryDataQueryController
BBAHistoryDataQueryController

historyDataQueryList-bba.jsp

/phgdrh049pa sftp (10.110.37.120)/root/opt/tomcat/webapps/platform/WEB-INF/classes/com/thinkgem/jeesite/modules/monitor/service

Failure executing javac, but could not parse the error:

通過 IntelliJ IDEA 工具的 Bulid–>Make Project ,Rebulid Projdec 運行後,可以執行mvn package命令

‭7FFFFFF‬ 134217727
4294967295

signal_realtime_charging_electric_quantity

只需要在sys_dict表中增加一條配置無效的數據即可

INSERT INTO `hondartm`.`sys_dict` (`id`, `value`, `label`, `labelEn`, `type`
	, `description`, `sort`, `parent_id`, `create_by`, `create_date`
	, `update_by`, `update_date`, `remarks`, `del_flag`)
VALUES ('0df13df2df2df23dfdf23df23df', '4294967295', '無效', 'Invalid', 'signal_realtime_charging_electric_quantity'
	, '充電電量', '10', '0', '1', '2020-06-17 14:19:15'
	, '1', '2020-06-17 14:19:24', NULL, '0');

INSERT INTO `hondartm`.`sys_dict` (`id`, `value`, `label`, `labelEn`, `type`
	, `description`, `sort`, `parent_id`, `create_by`, `create_date`
	, `update_by`, `update_date`, `remarks`, `del_flag`)
VALUES ('65gdfdghs5vg66df7676df76df78', '4294967295', '無效', 'Invalid', 'signal_realtime_discharge_electric_quantity'
	, '放電電流', '10', '0', '1', '2020-06-17 14:17:46'
	, '1', '2020-06-17 14:17:53', NULL, '0');

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章