|
@@ -655,8 +655,6 @@ public class TmstruckMeasureCommissionServiceImpl implements ITmstruckMeasureCom
|
|
|
boolean success = (boolean) hashMap.get("success");
|
|
|
System.out.println(hashMap.get("msg"));
|
|
|
if(success){
|
|
|
- return 1;
|
|
|
- }else{
|
|
|
try {
|
|
|
if(map.get("orderType") != null && DataChange.dataToBigDecimal(map.get("orderType")).intValue() == 1) {
|
|
|
Object weight = hashMap.get("weight");
|
|
@@ -686,6 +684,9 @@ public class TmstruckMeasureCommissionServiceImpl implements ITmstruckMeasureCom
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
+ return 1;
|
|
|
+ }else{
|
|
|
+
|
|
|
}
|
|
|
}else{
|
|
|
System.out.println("委托发送失败:" + jsonData);
|