Commit 16a5e466 by 魏文甫

Merge branch 'wei_master' into '105'

update

See merge request !31
2 parents 23334da1 1ab83cf0
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
t.is_delete = 0 AND t.auth_status=2 AND t.type=2 t.is_delete = 0 AND t.auth_status=2 AND t.type=2
AND t.relation_id = #{courseId,jdbcType=BIGINT} AND t.relation_id = #{courseId,jdbcType=BIGINT}
ORDER BY ORDER BY
t.id DESC t.id ASC
LIMIT #{start,jdbcType=INTEGER},#{pageSize,jdbcType=INTEGER} LIMIT #{start,jdbcType=INTEGER},#{pageSize,jdbcType=INTEGER}
</select> </select>
<select id="commentListTotal" resultType="java.lang.Integer"> <select id="commentListTotal" resultType="java.lang.Integer">
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
t.is_delete = 0 AND t.auth_status=2 AND t.type=1 t.is_delete = 0 AND t.auth_status=2 AND t.type=1
AND t.relation_id = #{informationId,jdbcType=BIGINT} AND t.relation_id = #{informationId,jdbcType=BIGINT}
ORDER BY ORDER BY
t.id DESC t.id ASC
LIMIT #{start,jdbcType=INTEGER},#{pageSize,jdbcType=INTEGER} LIMIT #{start,jdbcType=INTEGER},#{pageSize,jdbcType=INTEGER}
</select> </select>
<select id="informationCommentListTotal" resultType="java.lang.Integer"> <select id="informationCommentListTotal" resultType="java.lang.Integer">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!