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