|
@@ -527,12 +527,12 @@ public class SysUserSignCertServiceImpl implements SysUserSignCertService {
|
|
.eq(SysUserExtRecord::getUserId, userId)
|
|
.eq(SysUserExtRecord::getUserId, userId)
|
|
.eq(SysUserExtRecord::getDelFlag, DelEnum.NOT_DEL.val()));
|
|
.eq(SysUserExtRecord::getDelFlag, DelEnum.NOT_DEL.val()));
|
|
if (userExtRecord == null) {
|
|
if (userExtRecord == null) {
|
|
|
|
+ log.warn("{}用户的userExtRecord为空", userId);
|
|
if (!SubjectLocation.REN_LI_JIA.equals(userSignCertDTO.getSubjectLocation())
|
|
if (!SubjectLocation.REN_LI_JIA.equals(userSignCertDTO.getSubjectLocation())
|
|
&& !SubjectLocation.JIANG_XI.equals(userSignCertDTO.getSubjectLocation())) {
|
|
&& !SubjectLocation.JIANG_XI.equals(userSignCertDTO.getSubjectLocation())) {
|
|
// 人力家、正启之星-江西 不校验userExtRecord
|
|
// 人力家、正启之星-江西 不校验userExtRecord
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- log.warn("{}用户的userExtRecord为空", userId);
|
|
|
|
}
|
|
}
|
|
// 查询dept
|
|
// 查询dept
|
|
SysDept dept = sysDeptService.getById(sysUser.getDeptId());
|
|
SysDept dept = sysDeptService.getById(sysUser.getDeptId());
|