This commit is contained in:
suyl
2021-07-22 10:28:17 +08:00
parent a8fac9e339
commit 8060bc5c85

View File

@@ -383,6 +383,7 @@ func doPrint2(printMsgChan chan interface{}) (err error) {
for {
select {
case obj, _ := <-printMsgChan:
fmt.Println("qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq", utils.Format4Output(obj, true))
printMsg, ok := obj.(*model.PrintMsg)
if ok {
var (