Compare commits

..

No commits in common. "466880a26acc99c323727e3de1355d1cb791e032" and "950000689d1c861018e3a7e90c4f897cb5cc6a2a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ public class UserQueryExe {
UserE userCheck = new UserE();
BeanUtils.copyProperties(userDO, userCheck);
UserExpandInfoDO userExpandInfoDO = userExpandInfoRepository.getInfoByPhone(userDO.getPhone());
Boolean b = userCheck.checkUserInfoComplete(userCheck,userExpandInfoDO==null?null:userExpandInfoDO.getFlowFlag());
Boolean b = userCheck.checkUserInfoComplete(userCheck,userExpandInfoDO.getFlowFlag());
userLoginCO.setIsInfoComplete(b);