|
@@ -428,7 +428,7 @@ public class PurchaseWarehousingServiceImpl extends ServiceImpl<PurchaseWarehous
|
|
|
}
|
|
|
}else{
|
|
|
//失败
|
|
|
- log.info(resturn.getJSONObject(0).get("Description")+"");
|
|
|
+ log.info("入库单报错:"+resturn.getJSONObject(0).get("Description")+"");
|
|
|
throw new RuntimeException(resturn.getJSONObject(0).get("Description")+"");
|
|
|
}
|
|
|
|
|
@@ -897,7 +897,7 @@ public class PurchaseWarehousingServiceImpl extends ServiceImpl<PurchaseWarehous
|
|
|
// }
|
|
|
// }
|
|
|
}else{
|
|
|
- log.info(resturn.getJSONObject(0).get("Description")+"");
|
|
|
+ log.info("调拨单报错:"+resturn.getJSONObject(0).get("Description")+"");
|
|
|
//失败
|
|
|
throw new RuntimeException(resturn.getJSONObject(0).get("Description")+"");
|
|
|
}
|