Browse Source

解决Bug

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/3373/head
zouap 2 years ago
parent
commit
0b4e310366
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      models/user_business_analysis.go

+ 2
- 1
models/user_business_analysis.go View File

@@ -785,8 +785,9 @@ func isUserYearData(tableName string) bool {
if currentTimeNow.Year() >= 2023 {
return false
}
return true
}
return true
return false
}

func getBonusMap() map[string]map[string]int {


Loading…
Cancel
Save