Showing
1 changed file
with
2 additions
and
2 deletions
@@ -4,14 +4,14 @@ | @@ -4,14 +4,14 @@ | ||
4 | <resultMap id="BaseResultMap" type="com.yoho.unions.dal.model.UnionShareBigDataClick" > | 4 | <resultMap id="BaseResultMap" type="com.yoho.unions.dal.model.UnionShareBigDataClick" > |
5 | <id column="id" property="id" jdbcType="INTEGER" /> | 5 | <id column="id" property="id" jdbcType="INTEGER" /> |
6 | <result column="date_id" property="dateId" jdbcType="INTEGER" /> | 6 | <result column="date_id" property="dateId" jdbcType="INTEGER" /> |
7 | - <result column="usershare_union_type" property="userShareUnionType" jdbcType="VARCHAR" /> | 7 | + <result column="usershare_union_type" property="usershareUnionType" jdbcType="VARCHAR" /> |
8 | <result column="click_visit" property="clickVisit" jdbcType="INTEGER" /> | 8 | <result column="click_visit" property="clickVisit" jdbcType="INTEGER" /> |
9 | <result column="click_uv" property="clickUv" jdbcType="INTEGER" /> | 9 | <result column="click_uv" property="clickUv" jdbcType="INTEGER" /> |
10 | </resultMap> | 10 | </resultMap> |
11 | <sql id="Base_Column_List" > | 11 | <sql id="Base_Column_List" > |
12 | id, date_id, usershare_union_type, click_visit, click_uv | 12 | id, date_id, usershare_union_type, click_visit, click_uv |
13 | </sql> | 13 | </sql> |
14 | - <select id="selectByUnionTypeAndDate" resultMap="BaseResultMap" parameterType="java.lang.String" > | 14 | + <select id="selectByUnionTypeAndDate" resultMap="BaseResultMap" > |
15 | select | 15 | select |
16 | <include refid="Base_Column_List" /> | 16 | <include refid="Base_Column_List" /> |
17 | from app_ad_union_usershare_click | 17 | from app_ad_union_usershare_click |
-
Please register or login to post a comment