美团门店订单账单信息收集(配送费以及定时保险费)
This commit is contained in:
@@ -129,7 +129,6 @@ func AutoSettingFakeDelivery() {
|
||||
return
|
||||
}
|
||||
}
|
||||
globals.SugarLogger.Debugf("===============riderListInfo= : %s", riderKey)
|
||||
randNumber, _ := rand.Int(rand.Reader, big.NewInt(int64(len(riderListInfo[riderKey]))))
|
||||
randTime := randNumber.Int64()
|
||||
if randTime < 0 {
|
||||
|
||||
@@ -173,7 +173,7 @@ func (c *OrderManager) GetOrderInfo(ctx *jxcontext.Context, vendorOrderID string
|
||||
`
|
||||
}
|
||||
sql += `
|
||||
t1.*, t2.status waybill_status, t2.courier_name, t2.courier_mobile, t2.desired_fee,
|
||||
t1.*, t2.status waybill_status, t2.courier_name, t2.courier_mobile, t2.desired_fee,t2.punctual_fee,
|
||||
CAST(t1.consignee_lng AS DECIMAL(15,6))/1000000 float_lng,
|
||||
CAST(t1.consignee_lat AS DECIMAL(15,6))/1000000 float_lat,
|
||||
ts.brand_id
|
||||
|
||||
Reference in New Issue
Block a user