zengtx 2 rokov pred
rodič
commit
45870d23aa

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/openApi/service/impl/PurchaseWarehousingServiceImpl.java

@@ -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")+"");
         }