Commit 92e4a736 by 庄冰

aaa

parent caaf5097
......@@ -45,10 +45,10 @@ class Template extends APIBase {
// case "updateSwitchStatus"://修改模板启用状态
// opResult = await this.templateinfoSve.updateSwitchStatus(pobj);
// break;
case "findAndCountAll"://模板列表查询
pobj.actionBody.company_id = pobj.company_id;
opResult = await this.templateinfoSve.findAndCountAll(pobj.actionBody);
break;
// case "findAndCountAll"://模板列表查询
// pobj.actionBody.company_id = pobj.company_id;
// opResult = await this.templateinfoSve.findAndCountAll(pobj.actionBody);
// break;
case "findOneByCode"://模板查询
opResult = await this.templateinfoSve.getTemplateInfoByCode(pobj);
break;
......
......@@ -134,9 +134,9 @@ class TemplatelinkService extends ServiceBase {
}
}
ab.link_url_pc = this.templateLinkUrl+"?id="+ab.template_id+"&source="+ab.channel_code+"&device=pc&event="+ab.else_channel_param+
"&business="+ab.business_type_code+"&type="+ab.lauch_type_code+"for="+ab.marketing_subject_code;
"&business="+ab.business_type_code+"&type="+ab.lauch_type_code+"&for="+ab.marketing_subject_code;
ab.link_url_mobile = this.templateLinkUrl+"?id="+ab.template_id+"&source="+ab.channel_code+"&device=mobile&event="+ab.else_channel_param+
"&business="+ab.business_type_code+"&type="+ab.lauch_type_code+"for="+ab.marketing_subject_code;
"&business="+ab.business_type_code+"&type="+ab.lauch_type_code+"&for="+ab.marketing_subject_code;
return ab;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment