Commit dcc47aaf by Joneq

修改动态分数统计

parent 33b232b6
Showing with 6 additions and 2 deletions
...@@ -60,7 +60,9 @@ func main() { ...@@ -60,7 +60,9 @@ func main() {
logic.LogWrite("统计所有动态任务开始","_dong_main",1) logic.LogWrite("统计所有动态任务开始","_dong_main",1)
svc := service.New() svc := service.New()
for k,_ := range model_dong{
sortSlice := []int{35,36,37,38,39,40,41,42,43,44,45,48,999}
for _,k := range sortSlice{
if k == -1 || k == 0 { if k == -1 || k == 0 {
continue; continue;
} }
......
...@@ -61,7 +61,9 @@ func main() { ...@@ -61,7 +61,9 @@ func main() {
logic.LogWrite("统计所有动态任务开始","_dong_main",1) logic.LogWrite("统计所有动态任务开始","_dong_main",1)
svc := service.New() svc := service.New()
for k,_ := range model_dong{
sortSlice := []int{35,36,37,38,39,40,41,42,43,44,45,48,999}
for _,k := range sortSlice{
if k == -1 || k == 0 { if k == -1 || k == 0 {
continue; continue;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment