Browse Source

u8单据同步优化

shenjingwei 5 months ago
parent
commit
d98af92a48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/custom/service/GetStockBillFromU8.java

+ 1 - 1
src/custom/service/GetStockBillFromU8.java

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