lyhzzz 9 ヶ月 前
コミット
ec2d3c51aa

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