hzd hace 2 días
padre
commit
b5a51a21a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/com/mes/ui/MesClient.java

+ 1 - 1
src/com/mes/ui/MesClient.java

@@ -568,7 +568,7 @@ public class MesClient extends JFrame {
             //刷新界面
             mesClientFrame.repaint();
 
-            if(!tcp_connect_flag) {
+            if(!tcp_connect_flag) {
                 MesClient.setMenuStatus("设备未连接Mes服务器",-1);
 //                JOptionPane.showMessageDialog(mesClientFrame,"设备未连接Mes服务器","提示窗口", JOptionPane.INFORMATION_MESSAGE);
                 return;