aps-modules/aps-core/src/main/java/com/aps/core/controller/mainPlan/ApsMaterialProductGroupManagementController.java
@@ -53,9 +53,11 @@ @PostMapping("/importData") public AjaxResult importData(MultipartFile file) throws Exception { int i = apsMaterialProductGroupManagementService.batchInsertApsMaterialProductGroupManagement(file); return toAjax(i); apsMaterialProductGroupManagementService.batchInsertApsMaterialProductGroupManagement(file); return toAjax(true); } /** * 导出物料产品组数据管理列表 */