1
This commit is contained in:
@@ -3,7 +3,6 @@ package dao
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/business/partner"
|
||||
"sort"
|
||||
"strings"
|
||||
"time"
|
||||
@@ -1181,7 +1180,7 @@ func GetStoreAcctExpendLastCreateWayBillFee(db *DaoDB, vendorOrderID string) (ex
|
||||
AND a.type = ?
|
||||
`
|
||||
sqlParams := []interface{}{
|
||||
partner.StoreAcctTypeExpendCreateWaybillEx,
|
||||
20, // partner.StoreAcctTypeExpendCreateWaybillEx 零食运费
|
||||
}
|
||||
if vendorOrderID != "" {
|
||||
sql += " AND a.vendor_order_id = ?"
|
||||
|
||||
Reference in New Issue
Block a user