Parcourir la source

显示时间调整-1

abiao il y a 3 ans
Parent
commit
151ad0a792
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      go/gopath/src/fohow.com/apps/models/order_model/order.go

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

@@ -759,7 +759,7 @@ func UpdateSaleNums(saleProducts map[int64]int64) bool {
 
 func GetDistrictOrders(tcBl, page, perPage int64, tcArea string) (orders []*Order) {
 
-	beginSql := "select order_id,contact,paied_time, "
+	beginSql := "select order_id,contact,paied_at, "
 
 	var excuteSql, areaSql string