1
This commit is contained in:
@@ -213,7 +213,7 @@ func TestPrint(appID int, tokenInfo *model.TokenInfo, printNo string, orderNo in
|
|||||||
printMsg := &model.PrintMsg{
|
printMsg := &model.PrintMsg{
|
||||||
CreatedAt: &now,
|
CreatedAt: &now,
|
||||||
UpdatedAt: &now,
|
UpdatedAt: &now,
|
||||||
LastOperator: tokenInfo.User.Name,
|
LastOperator: "暂无",
|
||||||
DeletedAt: &utils.DefaultTimeValue,
|
DeletedAt: &utils.DefaultTimeValue,
|
||||||
PrintNo: printNo,
|
PrintNo: printNo,
|
||||||
OrderNo: orderNo,
|
OrderNo: orderNo,
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ func TestPrint(c *gin.Context, appID int, tokenInfo *model.TokenInfo, printNo st
|
|||||||
printMsg := &model.PrintMsg{
|
printMsg := &model.PrintMsg{
|
||||||
CreatedAt: &now,
|
CreatedAt: &now,
|
||||||
UpdatedAt: &now,
|
UpdatedAt: &now,
|
||||||
LastOperator: tokenInfo.User.Name,
|
LastOperator: "暂无",
|
||||||
DeletedAt: &utils.DefaultTimeValue,
|
DeletedAt: &utils.DefaultTimeValue,
|
||||||
PrintNo: printNo,
|
PrintNo: printNo,
|
||||||
OrderNo: orderNo,
|
OrderNo: orderNo,
|
||||||
|
|||||||
Reference in New Issue
Block a user