Commit 1ab83cf0 by 魏文甫

update

1 parent ebf62b78
...@@ -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!