This commit is contained in:
邹宗楠
2025-10-21 09:28:02 +08:00
parent d47b95353c
commit b21995c8b9
2 changed files with 2 additions and 16 deletions

View File

@@ -93,9 +93,6 @@ func PrintOrderByOrder4Store(ctx *jxcontext.Context, order *model.GoodsOrder, st
}
printResult, err = handler.PrintOrder(ctx, store, storeDetail, order, printType, afs)
if storeID == 805216 {
globals.SugarLogger.Debugf("805216--------err := %v", err)
}
if err == nil {
dao.SetOrderPrintFlag(db, ctx.GetUserName(), order.VendorOrderID, order.VendorID, true)
}