feat: 添加beatleader相关查询
This commit is contained in:
@@ -267,12 +267,12 @@ func (ss *ssQuery) SaveRecord(cmdData CommandData) {
|
||||
_, err = tx.NamedExec(`INSERT INTO ssRecordData
|
||||
(score_id, ss_id, name, country, song_name, song_sub_name, song_author_name,
|
||||
song_hash, cover_image, difficulty_raw, pp, stars, weight, modifiers,
|
||||
multiplier, bad_cuts, missed_notes, max_combo, score, max_score,
|
||||
multiplier,rank, bad_cuts, missed_notes, max_combo, score, max_score,
|
||||
full_combo, device_hmd, device_controller_left, device_controller_right,
|
||||
generated_time)
|
||||
VALUES (:score_id, :ss_id, :name, :country, :song_name, :song_sub_name,
|
||||
:song_author_name, :song_hash, :cover_image, :difficulty_raw, :pp, :stars,
|
||||
:weight, :modifiers, :multiplier, :bad_cuts, :missed_notes, :max_combo,
|
||||
:weight, :modifiers, :multiplier, :rank,:bad_cuts, :missed_notes, :max_combo,
|
||||
:score, :max_score, :full_combo, :device_hmd, :device_controller_left,
|
||||
:device_controller_right, :generated_time)`, dataLite)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user