This commit is contained in:
邹宗楠
2022-11-17 17:53:13 +08:00
parent b0dfd93d6c
commit 5f3152a95b
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ func TestPrint(appID int, tokenInfo *model.TokenInfo, printNo string, orderNo in
printMsg := &model.PrintMsg{
CreatedAt: &now,
UpdatedAt: &now,
LastOperator: tokenInfo.User.Name,
LastOperator: "暂无",
DeletedAt: &utils.DefaultTimeValue,
PrintNo: printNo,
OrderNo: orderNo,

View File

@@ -167,7 +167,7 @@ func TestPrint(c *gin.Context, appID int, tokenInfo *model.TokenInfo, printNo st
printMsg := &model.PrintMsg{
CreatedAt: &now,
UpdatedAt: &now,
LastOperator: tokenInfo.User.Name,
LastOperator: "暂无",
DeletedAt: &utils.DefaultTimeValue,
PrintNo: printNo,
OrderNo: orderNo,