Skip to content

Commit

Permalink
append history query
Browse files Browse the repository at this point in the history
  • Loading branch information
cproof committed Apr 23, 2024
1 parent 0b02a20 commit ac25a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class TestHistoryRepositoryImpl implements TestHistoryRepository {

private final JdbcTemplate jdbcTemplate;
private final static String GET_TEST_HISTORY = "SELECT DISTINCT"
+ " t.uuid, time, timezone, speed_upload, speed_download, ping_median, lte_rsrp, signal_strength, dual_sim, sim_count, network_type, nt.group_name network_type_group_name, l.loop_uuid loop_uuid,"
+ " t.uuid, t.open_test_uuid, time, timezone, speed_upload, speed_download, ping_median, lte_rsrp, signal_strength, dual_sim, sim_count, network_type, nt.group_name network_type_group_name, l.loop_uuid loop_uuid,"
+ " COALESCE(adm.fullname, t.model) model"
+ " FROM test t"
+ " LEFT JOIN device_map adm ON adm.codename=t.model"
Expand Down

0 comments on commit ac25a2f

Please sign in to comment.