소스 검색

u8单据同步优化

shenjingwei 4 달 전
부모
커밋
d98af92a48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
                 }
                 }
             }
             }
         }
         }