|
@@ -326,6 +326,7 @@ func (this *ActivityController) ActivityListNew() {
|
|
}
|
|
}
|
|
if sourceIndustry != nil {
|
|
if sourceIndustry != nil {
|
|
resp.IndustrialManagementId = sourceIndustry.IndustrialManagementId
|
|
resp.IndustrialManagementId = sourceIndustry.IndustrialManagementId
|
|
|
|
+ resp.ChartPermissionId = sourceIndustry.ChartPermissionId
|
|
resp.IsJump = true
|
|
resp.IsJump = true
|
|
// 研选产业不跳资源包
|
|
// 研选产业不跳资源包
|
|
if sourceIndustry.ChartPermissionId == utils.CHART_PERMISSION_ID_YANXUAN {
|
|
if sourceIndustry.ChartPermissionId == utils.CHART_PERMISSION_ID_YANXUAN {
|