소스 검색

fix:渠道ID修改

zack 1 개월 전
부모
커밋
78e45c5d7f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      yt-ios-lemon/lemon-ios-service/src/main/java/com/ytpm/lemonios/service/impl/DitchServiceImpl.java

+ 0 - 1
yt-ios-lemon/lemon-ios-service/src/main/java/com/ytpm/lemonios/service/impl/DitchServiceImpl.java

@@ -31,7 +31,6 @@ public class DitchServiceImpl implements DitchService {
         ytDitch.setDitchName(app.getAppName());
         ytDitch.setUserId(app.getUserId());
         ytDitch.setAppId(app.getAppId());
-        ytDitch.setDitchId(app.getDitchId());
         ytDitch.setAppType(app.getAppType().toString());
         ytDitch.setIsDelete(0);
         ytDitch.setCreateTime(new Date());