This commit is contained in:
邹宗楠
2025-04-18 13:42:00 +08:00
parent 58363054ea
commit 625ddfe495
2 changed files with 3 additions and 4 deletions

View File

@@ -645,7 +645,6 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS
tasksch.ManageTask(task).Run()
if !isAsync {
if result, err := task.GetResult(0); err == nil {
globals.SugarLogger.Debugf("--------result:= %s", utils.Format4Output(result, false))
hint = jxutils.TaskResult2Hint(result)
}
} else {

View File

@@ -74,7 +74,7 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
地址: %s<BR>
<BR>
客户备注: <BR>
<B>%s</B><BR>
<BOLD>%s</BOLD><BR>
<BR>
<BR>
@@ -161,8 +161,8 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
电话: %s<BR>
地址: %s<BR>
<BR>
<B>客户备注: <BR></B>
<B>%s</B><BR>
<BOLD>客户备注: <BR></BOLD>
<BOLD>%s</BOLD><BR>
<BR>
<BR>