he2802 hai 1 ano
pai
achega
3bb9e7230d

+ 1 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/mapper/UserCertificateMapper.java

@@ -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")