|
|
@@ -30,10 +30,9 @@ public class MesRevice {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- String qret = "OK";
|
|
|
- MesClient.getUser();
|
|
|
- DataUtil.sendQuality(MesClient.nettyClient,sn,qret,MesClient.user20);
|
|
|
+ String qret = "OK";
|
|
|
+ MesClient.getUser();
|
|
|
+ DataUtil.sendQuality(MesClient.nettyClient,sn,qret,MesClient.user20);
|
|
|
// // 自动提交OK结果
|
|
|
// String barcode36 = MesClient.getBarcode(sn);
|
|
|
// if(!barcode36.isEmpty()){
|