feat(mill): 添加生产计划完成功能并修改服务器端口

- 在 MillProductionPlanService 中新增 completePlan 方法用于完成计划
- 在 MillProductionPlanController 中新增 complete 接口用于完成计划操作
- 实现完成计划业务逻辑:更新计划状态为完成并创建生产实绩记录
- 修改 application.yml 配置文件将服务器端口从 8080 改为 8090
- 修改 pom.xml 文件将 artifactId 从 ruoyi-admin 改为 double-rack
- 集成事务管理确保数据一致性
This commit is contained in:
2026-05-06 15:04:20 +08:00
parent 10f2f75a3a
commit 55ccb0c5c6
5 changed files with 62 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8080
port: 8090
servlet:
# 应用的访问路径
context-path: /