@@ -15,6 +15,7 @@ import java.util.List;
* @date 2022-02-17
*/
public interface UserCertificateMapper extends BaseMapper<UserCertificate> {
+ @InterceptorIgnore(tenantLine = "true")
Long selectMaxId();
List<UserCertificateVo> selectList(UserCertificateQueryBo bo);
@InterceptorIgnore(tenantLine = "true")