@model CRM.Core.Model.Entity.WX_SZZYORDER
@{
Layout = null;
}
@*
*@
@**@
@**@
@{
if (ViewBag.businesstype == "smallAmount")
{
投教产品服务回访确认书
}
else
{
投资顾问服务回访确认书
}
}
@if (ViewBag.code == null || ViewBag.code == "")
{
参数错误
}
else
{
string code = ViewBag.code.ToString();
Html.RenderPartial(code);
}