...
|
...
|
@@ -151,7 +151,7 @@ |
|
|
activity_id, sort, status,
|
|
|
create_time, update_time)
|
|
|
select #{uid,jdbcType=INTEGER},
|
|
|
#{userType,jdbcType=TINYINT}, #{activityId,jdbcType=INTEGER}, ifnull(max(sort), 0) + 1, #{status,jdbcType=TINYINT}, UNIX_TIMESTAMP(), UNIX_TIMESTAMP() from
|
|
|
#{userType,jdbcType=TINYINT}, #{activityId,jdbcType=INTEGER}, ifnull(max(sort), 0) + 1, #{status,jdbcType=TINYINT}, #{createTime,jdbcType=INTEGER}, #{updateTime,jdbcType=INTEGER} from
|
|
|
drawline_user_queue where activity_id = #{activityId,jdbcType=INTEGER}
|
|
|
</insert>
|
|
|
<select id="selectCountBy" resultType="java.lang.Integer">
|
...
|
...
|
|