This commit is contained in:
邹宗楠
2022-08-29 11:29:49 +08:00
parent 311fd827af
commit 09756520db

View File

@@ -173,7 +173,7 @@ func TestPrint(c *gin.Context, appID int, tokenInfo *model.TokenInfo, printNo st
OrderNo: orderNo,
Content: content,
MsgID: msgID,
ContentEncryption: "",
ContentEncryption: "1",
}
err = dao.Insert(db, printMsg)
return msgID, err