|
|
@@ -180,7 +180,7 @@ public class GetStockBillFromU8 extends ServiceController {
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
YUNl_DB.runSqlUpdate("update RdRecord set ErrTimes=isnull(ErrTimes,0)+1,failreason='" + e.getMessage() + "' where ID =" + id + " and billtype='10' ");
|
|
|
- logger.info("产品入库单ID{}同步失败", cInvCodeRow.toJsonObject());
|
|
|
+ logger.info("产品入库单ID{}同步失败", cInvCodeRow.toJsonObject(), e);
|
|
|
}
|
|
|
}
|
|
|
}
|