|
@@ -659,7 +659,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
if (Validator.isEmpty(userVo.getRealName()) || Validator.isEmpty(userVo.getIdCard()) || Validator.isEmpty(userVo.getTelPhone())) {
|
|
if (Validator.isEmpty(userVo.getRealName()) || Validator.isEmpty(userVo.getIdCard()) || Validator.isEmpty(userVo.getTelPhone())) {
|
|
return "用户信息缺失";
|
|
return "用户信息缺失";
|
|
}
|
|
}
|
|
- userVo.setRealName(userVo.getRealName().replaceAll(" ", ""));
|
|
|
|
|
|
+ userVo.setRealName(ToolsUtils.removeAllTrim(userVo.getRealName()));
|
|
if(fullName.contains("继续教育")&&fullName.contains("施工现场专业人员")){
|
|
if(fullName.contains("继续教育")&&fullName.contains("施工现场专业人员")){
|
|
return pushSevenOfficialInfo(bo,userVo,orderGoods,goods);
|
|
return pushSevenOfficialInfo(bo,userVo,orderGoods,goods);
|
|
}
|
|
}
|