Procházet zdrojové kódy

修改渠道号初始化逻辑

syh před 5 roky
rodič
revize
2b6b2e1426

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