Procházet zdrojové kódy

u8单据同步优化

shenjingwei před 6 měsíci
rodič
revize
d98af92a48
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {
                 } catch (Exception e) {
                     YUNl_DB.runSqlUpdate("update RdRecord set ErrTimes=isnull(ErrTimes,0)+1,failreason='" + e.getMessage() + "' where ID =" + id + " and billtype='10' ");
                     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);
                 }
                 }
             }
             }
         }
         }