|
@@ -364,7 +364,7 @@ public class CommonUserServiceImpl extends ServiceImpl<CommonUserMapper, CommonU
|
|
|
if (userDO.getStatus() == 0) {
|
|
|
throw new AppServiceException(ExceptionDefinition.USER_CAN_NOT_ACTICE);
|
|
|
}
|
|
|
- else if(commonUser.getCid() != null && !commonUser.getCid().isEmpty(){
|
|
|
+ else if(commonUser.getCid() != null && !commonUser.getCid().isEmpty()){
|
|
|
userDO.setCid(commonUser.getCid());
|
|
|
}
|
|
|
if (commonUser.getPhone() != null) {
|