|
@@ -86,6 +86,7 @@ public class JyPlatformServiceImpl extends ServiceImpl<IJyPlatformMapper, JyPlat
|
|
|
if(jyPlatform == null){
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
+ param.setPlatformAddress(jyPlatform.getPlatformAddress());
|
|
|
JyPlatform jyPlatform2 = this.getByIdCard(param.getIdCard());
|
|
|
if(jyPlatform2 != null && !jyPlatform2.getId().equals(jyPlatform.getId())){
|
|
|
throw new BusinessException(ResultCode.ID_CARD_EXIT);
|