소스 검색

修改渠道号初始化逻辑

syh 5 년 전
부모
커밋
2b6b2e1426
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/KuaishouChannelRegInfo.java

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/KuaishouChannelRegInfo.java

@@ -37,7 +37,7 @@ public class KuaishouChannelRegInfo {
 
     public KuaishouChannelRegInfo(KuaishouChannelRegInfoEntity regInfoEntity) {
         this.stateDate = regInfoEntity.getStateDate();
-        this.channelCode = regInfoEntity.getChannelCode() + "_" + regInfoEntity.getChildChannelCode();
+        this.channelCode = regInfoEntity.getChannelCode();
         this.regNum = regInfoEntity.getRegNum();
         this.perfectDataRate = regInfoEntity.getPerfectDataRate();
         this.maleRatio = regInfoEntity.getMaleRatio();