This commit is contained in:
邹宗楠
2026-02-09 16:57:13 +08:00
parent 6ee6222377
commit 70465e283e
2 changed files with 11 additions and 8 deletions

View File

@@ -147,9 +147,6 @@ func PrintRefundOrCancelOrder(ctx *jxcontext.Context, printType int, order *mode
storeDetail, _ := dao.GetStoreDetail(db, storeID, order.VendorID, order.VendorOrgCode)
printResult, err = handler.PrintCancelOrRefundOrder(ctx, printType, store, storeDetail, order)
globals.SugarLogger.Debugf("------printResult :=printType: %d ,storeID := %d", printType, storeDetail.ID)
globals.SugarLogger.Debugf("------printResult := %s", utils.Format4Output(printResult, false))
globals.SugarLogger.Debugf("------err := %v", err)
if err == nil {
dao.SetOrderPrintFlag(db, ctx.GetUserName(), order.VendorOrderID, order.VendorID, true)
}