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