From f2b5d3f2d8a40ebc568bcba296f4a38d85eeb107 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: Wed, 05 Feb 2025 13:23:16 +0800
Subject: [PATCH] 增加查询是否生成财政缴款码
---
exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudyAuthMapper.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudyAuthMapper.java b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudyAuthMapper.java
index c5530f5..7b84fee 100644
--- a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudyAuthMapper.java
+++ b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudyAuthMapper.java
@@ -12,4 +12,7 @@
@Mapper
public interface ThStudyAuthMapper extends BaseMapper<ThStudyAuth> {
List<String> getUuidByStudyDetaiId(@Param("studyDetaiId") String studyDetaiId);
+
+ List<ThStudyAuth> getByStudyDetaiUuids(@Param("studyUuids") List<String> studyUuids);
+ Integer insertBatch(@Param("list") List<ThStudyAuth> list);
}
--
Gitblit v1.9.2