소스 검색

/、topic

release_toaliyun_real
xhxu 4 년 전
부모
커밋
61054e5f60
1개의 변경된 파일과 10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxTopic.java

+ 10
- 0
mallinkService/src/main/java/com/iformall/domain/po/WxTopic.java 파일 보기

@@ -86,6 +86,16 @@ public class WxTopic extends TenantEntity {
return Constant.mainPageUrl;
if(EnumWxTopicType.SPECIAL_TOPIC.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=td&id="+id;
if(EnumWxTopicType.FLASH_SALE.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=rb";
if(EnumWxTopicType.PRESS.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=mb";
if(EnumWxTopicType.GROUP.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=ms";
if(EnumWxTopicType.CARD_MULTIMCH.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=dc";
if(EnumWxTopicType.CREDIT.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=jf";
return Constant.mainPageUrl;
}



불러오는 중...
취소
저장