Просмотр исходного кода

Merge branch 'master' of http://git.hiwavo.com/Fohow/fohow_api

abiao лет назад: 3
Родитель
Сommit
e98a0b0aa6
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      go/gopath/src/fohow.com/apps/models/order_model/order.go

+ 0 - 2
go/gopath/src/fohow.com/apps/models/order_model/order.go

@@ -830,10 +830,8 @@ func GetDistrictOrdersCount(tcBl int64, tcArea string) int64 {
 	//pay支付时间
 	d := time.Now()
 	beginDay := helper.GetFirstDateOfMonth(d)
-	fmt.Println(beginDay.Unix())
 	beginTime := beginDay.Unix()
 	endDay := helper.GetLastDateOfMonth(d)
-	fmt.Println(endDay.Unix())
 	endTime := endDay.Unix()
 
 	sql := excuteSql + fmt.Sprintf(" and  paied_at > %d and paied_at < %d and  status in ('processing','complete','dispatch') order by paied_at desc", beginTime, endTime)