We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544a8dc + b01b27f commit 4c282b0Copy full SHA for 4c282b0
server/service/system/sys_dictionary_detail.go
@@ -205,7 +205,7 @@ func (dictionaryDetailService *DictionaryDetailService) GetSysDictionaryDetailIn
205
if err != nil {
206
return
207
}
208
- err = db.Limit(limit).Offset(offset).Order("sort").Find(&sysDictionaryDetails).Error
+ err = db.Limit(limit).Offset(offset).Order("sort").Order("id").Find(&sysDictionaryDetails).Error
209
return sysDictionaryDetails, total, err
210
211
0 commit comments