|
@@ -143,14 +143,14 @@ public class TmsshipLoadShipResultServiceImpl implements ITmsshipLoadShipResultS
|
|
|
tmsshipLoadShipResult.setResultIsclear(resultIsClear);
|
|
|
if (resultIsClear.equals("清场")){
|
|
|
wmshboundFeign.clearWmshGridMaterial(gmMap);
|
|
|
- }else {
|
|
|
- //调用出库
|
|
|
- idMap.put("resultTonnage", resultActualInstallations);
|
|
|
- Map<String, Object> resTfulResult = wmshboundFeign.addResult(idMap);
|
|
|
- if (DataChange.dataToBigDecimal(resTfulResult.get("code")).intValue()!=200) {
|
|
|
- String data = (String) resTfulResult.get("data");
|
|
|
- return data;
|
|
|
- }
|
|
|
+// }else {
|
|
|
+// //调用出库
|
|
|
+// idMap.put("resultTonnage", resultActualInstallations);
|
|
|
+// Map<String, Object> resTfulResult = wmshboundFeign.addResult(idMap);
|
|
|
+// if (DataChange.dataToBigDecimal(resTfulResult.get("code")).intValue()!=200) {
|
|
|
+// String data = (String) resTfulResult.get("data");
|
|
|
+// return data;
|
|
|
+// }
|
|
|
}
|
|
|
String resultNumber = noUtil.setResultNo("ZC",resultEntryId);
|
|
|
tmsshipLoadShipResult.setResultId(resultId);
|