1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user