aa
This commit is contained in:
@@ -34,6 +34,7 @@ type StatisticsReportForOrdersList struct {
|
|||||||
OperatorName2 string `json:"operatorName2"`
|
OperatorName2 string `json:"operatorName2"`
|
||||||
OperatorName3 string `json:"operatorName3"`
|
OperatorName3 string `json:"operatorName3"`
|
||||||
|
|
||||||
|
Address string "address"
|
||||||
CityName string `json:"cityName"`
|
CityName string `json:"cityName"`
|
||||||
Status int `json:"status"`
|
Status int `json:"status"`
|
||||||
Tel1 string `orm:"size(32);index" json:"tel1"`
|
Tel1 string `orm:"size(32);index" json:"tel1"`
|
||||||
@@ -54,6 +55,7 @@ func GetStatisticsReportForOrders(db *DaoDB, storeIDs []int, fromDate time.Time,
|
|||||||
SELECT
|
SELECT
|
||||||
c.id store_id,
|
c.id store_id,
|
||||||
c.name store_name,
|
c.name store_name,
|
||||||
|
c.address,
|
||||||
s.order_counts,
|
s.order_counts,
|
||||||
s.sale_price,
|
s.sale_price,
|
||||||
s.actual_pay_price,
|
s.actual_pay_price,
|
||||||
|
|||||||
Reference in New Issue
Block a user