lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/CalibrationOrderController.java
@@ -981,8 +981,8 @@ * qsw 2024-3-15 */ @GetMapping("getTwoMaintenancePlanList") public Result<?> getTwoMaintenancePlanList() { List<Map<String, Object>> twoMaintenancePlanList = calibrationOrderService.getTwoMaintenancePlanList(); public Result<?> getTwoMaintenancePlanList(String productionCode) { List<Map<String, Object>> twoMaintenancePlanList = calibrationOrderService.getTwoMaintenancePlanList(productionCode); return Result.ok(); }