|
@@ -582,6 +582,7 @@ public class TmstruckMeasureCommissionServiceImpl implements ITmstruckMeasureCom
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|
|
jsonObject.put("data", sendMap);
|
|
jsonObject.put("data", sendMap);
|
|
String jsonData = null;
|
|
String jsonData = null;
|
|
|
|
+
|
|
try {
|
|
try {
|
|
jsonData = HTTPRequestUtils.send(daGangUrl, jsonObject, "utf-8");
|
|
jsonData = HTTPRequestUtils.send(daGangUrl, jsonObject, "utf-8");
|
|
} catch (IOException e) {
|
|
} catch (IOException e) {
|