From a551d06d4a400894ccbcddca20b6b1b68a309ed2 Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期五, 12 七月 2024 13:15:56 +0800 Subject: [PATCH] 修改流程卡删除方式,修改报表样式添加排产计划报表 --- north-glass-erp/src/main/java/com/example/erp/mapper/pp/ProductionSchedulingMapper.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ProductionSchedulingMapper.java b/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ProductionSchedulingMapper.java index 905bf0c..f589fc5 100644 --- a/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ProductionSchedulingMapper.java +++ b/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ProductionSchedulingMapper.java @@ -20,7 +20,7 @@ Boolean insertSelective(String schedulingId, String orderId, String orderNumber,String technologyNumber, String processes, Integer schedulingQuantity, LocalDate scheduledStartTime, LocalDate planEndTime, String notes); - Boolean examineSchedulingMp(String schedulingId, String userName); + Boolean examineSchedulingMp(String schedulingId, String userName, Integer schedulingQuantity, String notes); Boolean deleteSchedulingMp(String schedulingId); -- Gitblit v1.8.0