Преглед на файлове

修改渠道号初始化逻辑

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