1
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
// QueryOrderDeductionRecord 查询订单扣除记录
|
||||
func QueryOrderDeductionRecord(db *DaoDB, printNo string, orderNo string) (bool, error) {
|
||||
sql := `SELECT * FROM print_bill_record WHERE print_no = ? AND order_no = ? AND created_at > ? AND created_at < ?`
|
||||
sql := `SELECT * FROM print_bill_record WHERE print_no = ? AND order_id = ? AND created_at > ? AND created_at < ?`
|
||||
|
||||
globals.SugarLogger.Debugf("QueryOrderDeductionRecord============ : %s , %s", printNo, orderNo)
|
||||
timeNow := time.Now()
|
||||
|
||||
Reference in New Issue
Block a user