Browse Source

格式化

xormplus 10 năm trước cách đây
mục cha
commit
72b4bdf062
1 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 7 7
      test/sql/oracle/studygolang.xml

+ 7 - 7
test/sql/oracle/studygolang.xml

@@ -1,9 +1,9 @@
 <sqlMap>
-<sql id="selectAllArticle">
-select id,title,createdatetime,content 
-from article where id in (?1,?2)
-</sql>
-<sql id="selectStudentById1">
-select * from article where id=?id
-</sql>
+	<sql id="selectAllArticle">
+		select id,title,createdatetime,content 
+		from article where id in (?1,?2)
+	</sql>
+	<sql id="selectStudentById1">
+		select * from article where id=?id
+	</sql>
 </sqlMap>