Преглед на файлове

orders list add wait commend

abiao преди 4 години
родител
ревизия
8896722f10
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      go/gopath/src/fohow.com/apps/controllers/order_controller/order_controller.go

+ 2 - 0
go/gopath/src/fohow.com/apps/controllers/order_controller/order_controller.go

@@ -554,6 +554,8 @@ func (self *OrderController) WaitCommendList() {
 		}
 		if commend {
 			latestOrders = append(latestOrders, item)
+		} else {
+			count = count - 1
 		}
 	}
 	type Ret struct {