|
|
@@ -17,6 +17,8 @@ import java.util.ArrayList;
|
|
|
import java.util.List;
|
|
|
import java.util.Properties;
|
|
|
|
|
|
+import static com.mes.ui.MesClient.user_menu;
|
|
|
+
|
|
|
public class DataUtil {
|
|
|
public static final Logger log = LoggerFactory.getLogger(DataUtil.class);
|
|
|
|
|
|
@@ -318,7 +320,7 @@ public class DataUtil {
|
|
|
log.info("服务器端需要Base64编码的参数: testPressure='{}'->'{}', leakVal='{}'->'{}', testTime='{}'->'{}', title='{}'->'{}'"
|
|
|
, qmParam.getTestPressure(), testPressureBase64, qmParam.getLeakVal(), leakValBase64
|
|
|
, qmParam.getCsDuration(), testTimeBase64, MesClient.mes_gw_des, titleBase64);
|
|
|
-
|
|
|
+ user=user_menu.getText().toString();
|
|
|
String params = "__ajax=json&oprno="+ URLEncoder.encode(oprno != null ? oprno : "", "UTF-8")
|
|
|
+"&lineSn="+URLEncoder.encode(lineSn != null ? lineSn : "", "UTF-8")
|
|
|
+"&sn="+URLEncoder.encode(sn != null ? sn : "", "UTF-8")
|