示例#1
0
 /// <summary>
 /// 删除店铺管理日志
 /// </summary>
 public ActionResult DelStoreAdminLog(int[] logIdList)
 {
     MallAdminLogs.DeleteMallAdminLogById(logIdList);
     AddMallAdminLog("删除店铺管理日志", "删除店铺管理日志,日志ID为:" + CommonHelper.IntArrayToString(logIdList));
     return(PromptView("店铺管理日志删除成功"));
 }