王佳豪
2021-06-16 0ac4ebea411ca9852fd5b382cf6b9fd65a302d95
src/main/java/com/zy/common/service/erp/task/ErpScheduler.java
@@ -30,7 +30,7 @@
 * Created by vincent on 2020/11/27
 */
@Slf4j
@Component
//@Component
public class ErpScheduler {
    @Autowired
@@ -203,6 +203,8 @@
                if (!outStockMainService.insert(result.get(i))) {
                    log.info("出库通知主表OutStockBill同步失败");
                };
            } else {
            }
        }
    }