From f5eb81d50b6def3ceeb10c5ded0de9661d456c69 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 11 Jan 2024 10:06:37 +0800
Subject: [PATCH] 制证时间导出、小程序用户导出
---
src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.java b/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.java
index 12ced06..92a3413 100644
--- a/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.java
+++ b/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.java
@@ -66,5 +66,5 @@
* @param id 用户id
* @return
*/
- int getAccreditationRecordsByUserIdAuditCount(@Param("userId") String id);
+ int getAccreditationRecordsByUserIdAuditCount(@Param("userId") String id,@Param("type") Integer type);
}
--
Gitblit v1.9.3