Commit f211fcd4 authored by 黄奎's avatar 黄奎

页面修改

parent 27d74142
......@@ -492,6 +492,7 @@ WHERE 1=1
}
}
builder.AppendFormat(" order by A.{0} asc", nameof(RB_Class_ViewModel.OpenTime));
Common.Plugin.LogHelper.WriteInfo("GetClassProductPageList::" + builder.ToString());
return GetPage<RB_Class_ViewModel>(pageIndex, pageSize, out rowsCount, builder.ToString(), parameters).ToList();
}
......
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