[F] Fix sql syntax error

matching
Azalea 2024-12-26 12:19:19 -05:00
parent f39ccf7629
commit c78c4689f1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class UserCMissionProgress : Chu3UserEntity() {
@Column(name = "mission_id")
@JsonIgnore
var missionId = 0
@Column(name = "`order`")
var order = 0
var stage = 0
var progress = 0