if (userBLL.Add(userModel))
{
BAOLI.Common.jsHint.Refresh("记录被成功添加!");
//取出新记录id
int userid = userBLL.GetMaxId() - 1;
Response.Redirect("/manage/orders/ordersadd.aspx?userid=" + userid + "");
}
{
BAOLI.Common.jsHint.Refresh("记录被成功添加!");
//取出新记录id
int userid = userBLL.GetMaxId() - 1;
Response.Redirect("/manage/orders/ordersadd.aspx?userid=" + userid + "");
}
1483

被折叠的 条评论
为什么被折叠?



