lyhzzz 9 달 전
부모
커밋
ec2d3c51aa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/fdkankan/manage/service/impl/JyPlatformServiceImpl.java

+ 1 - 0
src/main/java/com/fdkankan/manage/service/impl/JyPlatformServiceImpl.java

@@ -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);