fengweiqiang 5 years ago
parent
commit
27ecac5d55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      udpfileocr/main.go

+ 1 - 1
udpfileocr/main.go

@@ -130,7 +130,7 @@ func processUdpMsg(act byte, data []byte, ra *net.UDPAddr) {
 							<-ChanB
 							continue
 						}
-						save(bson.ObjectIdHex(ObjectId), attk, &v, &fileinfo, &updateNum)
+						save(bson.ObjectIdHex(ObjectId), attk, data, &fileinfo, &updateNum)
 						<-ChanB
 					}
 				}