1
This commit is contained in:
@@ -39,9 +39,11 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if len(vendorOrderIdList) == 0 {
|
if len(vendorOrderIdList) == 0 {
|
||||||
|
globals.SugarLogger.Debugf("--------------------------------------")
|
||||||
globals.SugarLogger.Debugf("commentOrder name list := %s", utils.Format4Output(commentOrder, false))
|
globals.SugarLogger.Debugf("commentOrder name list := %s", utils.Format4Output(commentOrder, false))
|
||||||
globals.SugarLogger.Debugf("foodNameList name list := %s", utils.Format4Output(foodNameList, false))
|
globals.SugarLogger.Debugf("foodNameList name list := %s", utils.Format4Output(foodNameList, false))
|
||||||
globals.SugarLogger.Debugf("jxStoreId name list := %s", utils.Format4Output(jxStoreId, false))
|
globals.SugarLogger.Debugf("jxStoreId name list := %s", utils.Format4Output(jxStoreId, false))
|
||||||
|
globals.SugarLogger.Debugf("--------------------------------------")
|
||||||
}
|
}
|
||||||
|
|
||||||
sql2 := `SELECT * FROM order_sku_financial WHERE vendor_order_id = ? AND is_afs_order = 0 AND vendor_id = 1 `
|
sql2 := `SELECT * FROM order_sku_financial WHERE vendor_order_id = ? AND is_afs_order = 0 AND vendor_id = 1 `
|
||||||
|
|||||||
Reference in New Issue
Block a user