|
|
|
@@ -43,7 +43,6 @@ |
|
|
|
<result column="subs_subscribe" jdbcType="TINYINT" property="subsSubscribe"/> |
|
|
|
<result column="subs_subscribe_time" jdbcType="TIMESTAMP" property="subsSubscribeTime"/> |
|
|
|
<result column="subs_subscribe_scene" jdbcType="VARCHAR" property="subsSubscribeScene"/> |
|
|
|
<result column="credit" jdbcType="INTEGER" property="credit"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
@@ -54,7 +53,7 @@ |
|
|
|
`login_count`, `extra_info`, `is_subscribe`, |
|
|
|
`open_app_id`, |
|
|
|
`mp_open_id`,`mp_app_id`,`mp_subscribe`,`mp_subscribe_time`,`mp_subscribe_scene`, |
|
|
|
`subs_open_id`,`subs_app_id`,`subs_subscribe`,`subs_subscribe_time`,`subs_subscribe_scene`,`credit` |
|
|
|
`subs_open_id`,`subs_app_id`,`subs_subscribe`,`subs_subscribe_time`,`subs_subscribe_scene` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
@@ -196,10 +195,6 @@ |
|
|
|
and `subs_app_id` = #{subsAppId} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != credit "> |
|
|
|
and `credit` = #{credit} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != ids "> |
|
|
|
and id in |
|
|
|
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")"> |
|
|
|
|