Commit 8452fa7e authored by 黄奎's avatar 黄奎

页面修改

parent 1312fb5f
...@@ -26,9 +26,9 @@ namespace Edu.Repository.Course ...@@ -26,9 +26,9 @@ namespace Edu.Repository.Course
var parameters = new DynamicParameters(); var parameters = new DynamicParameters();
StringBuilder builder = new StringBuilder(); StringBuilder builder = new StringBuilder();
builder.AppendFormat(@" builder.AppendFormat(@"
SELECT A.* SELECT A.*,B.SName AS SchoolName
FROM RB_Class_Room AS A FROM RB_Class_Room AS A LEFT JOIN rb_school AS B ON A.School_Id=B.SId
WHERE 1=1 WHERE 1=1
"); ");
if (query != null) if (query != null)
{ {
......
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