|
|
@@ -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)
|