From 4d054fdbc3f0bc07d9890be6cc5ca1339b7b833c Mon Sep 17 00:00:00 2001 From: sk1551 <15175617877@163.com> Date: Mon, 9 Nov 2020 11:37:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B8=B8=E6=88=8F=E6=95=B0?= =?UTF-8?q?=E5=AD=A6=E8=AE=A1=E5=88=92=E5=88=9B=E5=BB=BA=E6=A0=87=E9=A2=98?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/benyi/controller/ByMathTermplanController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByMathTermplanController.java b/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByMathTermplanController.java index 257be9ecd..33affa065 100644 --- a/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByMathTermplanController.java +++ b/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByMathTermplanController.java @@ -114,7 +114,7 @@ public class ByMathTermplanController extends BaseController byMathTermplan.setSchoolid(SecurityUtils.getLoginUser().getUser().getDept().getDeptId()); byMathTermplan.setCreateuserid(SecurityUtils.getLoginUser().getUser().getUserId()); byMathTermplan.setClassid(classId); - byMathTermplan.setName(byClassService.selectByClassById(classId).getBjmc() + "-主题整合学期计划"); + byMathTermplan.setName(byClassService.selectByClassById(classId).getBjmc() + "-游戏数学学期计划"); // 自动创建游戏数学学期计划明细 ByMathTermplanitem byMathTermplanitem = null; @@ -166,10 +166,10 @@ public class ByMathTermplanController extends BaseController } /** - * 提交主题整合学期计划 + * 提交游戏数学学期计划 */ @PreAuthorize("@ss.hasPermi('benyi:themetermplan:edit')") - @Log(title = "主题整合学期计划", businessType = BusinessType.UPDATE) + @Log(title = "游戏数学学期计划", businessType = BusinessType.UPDATE) @PostMapping("/check/{id}") public AjaxResult check(@PathVariable String id) { ByMathTermplan byMathTermplan = new ByMathTermplan();