sfd
2025-05-21 e3bd647305c6f4e1c8c901741932deda10a8db34
aps-modules/aps-core/src/main/java/com/aps/core/controller/mainPlan/ApsGasPipelineMoController.java
@@ -53,8 +53,8 @@
    @PostMapping("/importData")
    public AjaxResult importData(MultipartFile file) throws Exception {
        int i = apsGasPipelineMoService.batchInsertGasPipelineMo(file);
        return  toAjax(i);
        apsGasPipelineMoService.batchInsertGasPipelineMo(file);
        return  toAjax(true);
    }
    /**