From b0cce93617ea3d4940f1304f2150d8481e1b8a2b Mon Sep 17 00:00:00 2001
From: 上海郢昱 <15922366+miu-haiqing@user.noreply.gitee.com>
Date: 星期一, 07 九月 2026 15:33:20 +0800
Subject: [PATCH] 不合格处理:OA回调新增结束标识字段,每个节点审批结束都更新一次流程信息

---
 basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java b/basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java
index feb76f2..5c2bd2b 100644
--- a/basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java
+++ b/basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java
@@ -17,14 +17,22 @@
 
     IPage<StandardTemplate> selectStandardTemplatePageList(Page page, @Param("ew") QueryWrapper<StandardTemplate> ew);
 
-    StandardTemplate getStandTempIdByName(String name);
+    StandardTemplate getStandTempIdByName(@Param("name") String name);
 
     /**
      * 鏌ヨ鍘嬬缉鍚庣殑鏁版嵁
      * @param templateId
      * @return
      */
-    String selectCompressThing(Integer templateId);
+    String selectCompressThing(@Param("templateId") Integer templateId);
+
+    /**
+     * 缁戝畾璇ユā鏉挎楠岄」鍙傛暟缁熻
+     *
+     * @param templateId
+     * @return
+     */
+    int countBindTemplateItemParameter(@Param("templateId") Integer templateId);
 }
 
 

--
Gitblit v1.9.3