From 3d1f2e7ca1c97801a3d28f257b0e3d40d9c9878e Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 21 Jan 2026 13:59:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E9=9D=9E=E5=AE=9E=E9=AA=8C?= =?UTF-8?q?=E8=A1=A8=E5=8D=95]=E8=AE=A1=E5=88=92=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/StudyFormPlanController.java | 2 +- .../service/impl/StudyFormApplyServiceImpl.java | 33 ---------------------- .../utils/pdf/template/TemplateBaseUtil.java | 4 +-- .../utils/pdf/template/gsp/MBMJYLQSQD.java | 21 ++++++++++++-- 4 files changed, 22 insertions(+), 38 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormPlanController.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormPlanController.java index 4895db7..3f0e157 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormPlanController.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormPlanController.java @@ -117,7 +117,7 @@ public class StudyFormPlanController extends BaseController * 保存 */ @PostMapping("/bc") - @RequiresPermissions(value={"business:studyFormPre:bj","business:nonTrialFormPre:xz"}, logical= Logical.OR) + @RequiresPermissions(value={"business:studyFormPlan:bj","business:studyFormPlan:xz"}, logical= Logical.OR) public AjaxResult bc(@RequestBody StudyFormPlan studyFormPlan) { return AjaxResult.success(studyFormPlanService.bc(studyFormPlan)); } diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java index 778ad17..8c5a881 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java @@ -258,24 +258,6 @@ public class StudyFormApplyServiceImpl extends ServiceImpl