소스 검색

格式化

xormplus 10 년 전
부모
커밋
72b4bdf062
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  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>