zouyu
2026-05-07 25ca0715b47090fc79527910cbb4cf7ea9b3e1f2
inspect-server/src/main/java/com/ruoyi/inspect/aspect/PushIfsPartPropsRecordAspect.java
@@ -91,10 +91,10 @@
                            throw new RuntimeException("库存物料批次属性更新失败:"+result.getMessage());
                        }
                        log.info("KJNS域外购订单免检同步库存物料批次属性到IFS->{}", result);
                        oneByContract.setId(null);
                        oneByContract.setIfsInventoryId(ifsInventoryId);
                        ifsPartPropsRecordService.save(oneByContract);
                    }
                    oneByContract.setId(null);
                    oneByContract.setIfsInventoryId(ifsInventoryId);
                    ifsPartPropsRecordService.save(oneByContract);
                }
            }
        }