更新渠道管理

This commit is contained in:
CaIon
2023-12-05 18:15:40 +08:00
parent a539b200e1
commit f9495e91ea
9 changed files with 1256 additions and 1102 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ func UpdateChannelBalance(c *gin.Context) {
}
func updateAllChannelsBalance() error {
channels, err := model.GetAllChannels(0, 0, true)
channels, err := model.GetAllChannels(0, 0, true, false)
if err != nil {
return err
}