|
@@ -1,6 +1,6 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
2
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
3
|
|
-<mapper namespace="dao.TpAnnouncementMapper" >
|
|
3
|
+<mapper namespace="com.community.huiju.dao.TpAnnouncementMapper" >
|
4
|
4
|
<resultMap id="BaseResultMap" type="com.community.huiju.model.TpAnnouncement" >
|
5
|
5
|
<id column="id" property="id" jdbcType="INTEGER" />
|
6
|
6
|
<result column="community_id" property="communityId" jdbcType="INTEGER" />
|
|
@@ -21,7 +21,7 @@
|
21
|
21
|
sort, view_count, set_up_carousel, status, create_user, create_date, update_user,
|
22
|
22
|
update_date
|
23
|
23
|
</sql>
|
24
|
|
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
|
|
24
|
+ <select id="selectByPrimaryKey" resultMap="BaseResultMap">
|
25
|
25
|
select
|
26
|
26
|
<include refid="Base_Column_List" />
|
27
|
27
|
from tp_announcement
|