|
@@ -1,31 +1,22 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
-<mapper namespace="com.usky.website.mapper.TArticleMapper">
|
|
|
-
|
|
|
- <!-- 通用查询映射结果 -->
|
|
|
- <resultMap id="BaseResultMap" type="com.usky.website.domain.TArticle">
|
|
|
- <id column="id" property="id" />
|
|
|
- <result column="author" property="author" />
|
|
|
- <result column="content" property="content" />
|
|
|
- <result column="hits" property="hits" />
|
|
|
- <result column="htmlfilepath" property="htmlfilepath" />
|
|
|
- <result column="ispublication" property="ispublication" />
|
|
|
- <result column="isrecommend" property="isrecommend" />
|
|
|
- <result column="istop" property="istop" />
|
|
|
- <result column="koname" property="koname" />
|
|
|
- <result column="categoryid" property="categoryid" />
|
|
|
- <result column="image" property="image" />
|
|
|
- <result column="ishot" property="ishot" />
|
|
|
- <result column="istui" property="istui" />
|
|
|
- <result column="iscai" property="iscai" />
|
|
|
- <result column="lmtitle" property="lmtitle" />
|
|
|
- <result column="zhaiyao" property="zhaiyao" />
|
|
|
- <result column="title" property="title" />
|
|
|
- <result column="metadescription" property="metadescription" />
|
|
|
- <result column="metakeywords" property="metakeywords" />
|
|
|
- <result column="createdate" property="createdate" />
|
|
|
- <result column="modifydate" property="modifydate" />
|
|
|
- <result column="version" property="version" />
|
|
|
- </resultMap>
|
|
|
-
|
|
|
-</mapper>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
+<mapper namespace="com.usky.website.mapper.SiteArticleMapper">
|
|
|
+
|
|
|
+ <!-- 通用查询映射结果 -->
|
|
|
+ <resultMap id="BaseResultMap" type="com.usky.website.domain.SiteArticle">
|
|
|
+ <id column="id" property="id" />
|
|
|
+ <result column="title" property="title" />
|
|
|
+ <result column="author" property="author" />
|
|
|
+ <result column="content" property="content" />
|
|
|
+ <result column="hits" property="hits" />
|
|
|
+ <result column="htmlfilepath" property="htmlfilepath" />
|
|
|
+ <result column="istop" property="istop" />
|
|
|
+ <result column="categoryid" property="categoryid" />
|
|
|
+ <result column="image" property="image" />
|
|
|
+ <result column="lmtitle" property="lmtitle" />
|
|
|
+ <result column="zhaiyao" property="zhaiyao" />
|
|
|
+ <result column="createdate" property="createdate" />
|
|
|
+ <result column="modifydate" property="modifydate" />
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
+</mapper>
|