This commit is contained in:
邹宗楠
2022-12-30 11:15:20 +08:00
parent 47bac8d2d9
commit 24b4c31037

View File

@@ -170,7 +170,7 @@ func (t *TcpClient) changePrintMsg(data string, orderNo int64, printNo string) (
func (t *TcpClient) HandleTcpMessages(printNo string) {
var (
db = dao.GetDB()
offset, pageSize = 0, 1
offset, pageSize = 0, 10
)
if !t.isExistMsg(printNo) {
return