| | |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationId; |
| | | |
| | | @TableField(exist = false) |
| | | private Integer powerId; |
| | | |
| | | @TableField(exist = false) |
| | | private String battgroupName; |
| | | |
| | |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationId; |
| | | |
| | | @TableField(exist = false) |
| | | private Integer powerId; |
| | | |
| | | @TableField(exist = false) |
| | | private String devName; |
| | | |
| | |
| | | |
| | | <select id="getBattTinfStatistic" resultType="com.whyc.pojo.db_batt_testdata.BatttestdataInf"> |
| | | select tb_batttestdata_inf.* |
| | | ,tb_station_inf.station_name,tb_station_inf.provice,tb_station_inf.city,tb_station_inf.country,tb_station_inf.full_name,tb_batt_inf.battgroup_name |
| | | ,tb_station_inf.station_name,tb_station_inf.provice,tb_station_inf.city,tb_station_inf.country,tb_station_inf.full_name |
| | | ,tb_batt_inf.battgroup_name,tb_batt_inf.power_id,tb_batt_inf.station_id |
| | | from db_batt_testdata.tb_batttestdata_inf,db_station.tb_station_inf,db_station.tb_batt_inf |
| | | <where> |
| | | tb_batttestdata_inf.battgroup_id=tb_batt_inf.battgroup_id |
| | |
| | | <select id="getDeviceStateStatistic" resultType="com.whyc.pojo.db_ram_db.DeviceState"> |
| | | select tb_device_state.* |
| | | ,tb_station_inf.station_name,tb_station_inf.provice,tb_station_inf.city,tb_station_inf.country,tb_station_inf.full_name,tb_batt_inf.dev_name |
| | | ,tb_batt_inf.power_id,tb_batt_inf.station_id |
| | | from db_ram_db.tb_device_state,db_station.tb_station_inf,db_station.tb_batt_inf |
| | | <where> |
| | | tb_device_state.dev_id=tb_batt_inf.dev_id |