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 a1dfc36 + d40b1ba commit b01b27fCopy full SHA for b01b27f
server/service/system/sys_dictionary_detail.go
@@ -83,7 +83,7 @@ func (dictionaryDetailService *DictionaryDetailService) GetSysDictionaryDetailIn
83
if err != nil {
84
return
85
}
86
- err = db.Limit(limit).Offset(offset).Order("sort").Find(&sysDictionaryDetails).Error
+ err = db.Limit(limit).Offset(offset).Order("sort").Order("id").Find(&sysDictionaryDetails).Error
87
return sysDictionaryDetails, total, err
88
89
0 commit comments