|
@@ -452,7 +452,7 @@ public class SysUserSignCertServiceImpl implements SysUserSignCertService {
|
|
|
SysUserExtRecord userExtRecord = sysUserExtRecordService.getOne(Wrappers.<SysUserExtRecord>lambdaQuery()
|
|
|
.eq(SysUserExtRecord::getUserId, userId)
|
|
|
.eq(SysUserExtRecord::getDelFlag, DelEnum.NOT_DEL.val()));
|
|
|
- if (userExtRecord == null) {
|
|
|
+ if (userExtRecord == null && !SubjectLocation.REN_LI_JIA.equals(userSignCertDTO.getSubjectLocation())) {
|
|
|
return false;
|
|
|
}
|
|
|
// 查询dept
|