Commit 8fe77922 by wangming

banner

1 parent 7892f4ea
...@@ -255,6 +255,7 @@ ...@@ -255,6 +255,7 @@
LEFT JOIN t_kzy_user u ON c.user_id=u.id LEFT JOIN t_kzy_user u ON c.user_id=u.id
WHERE c.is_delete=0 AND WHERE c.is_delete=0 AND
c.type=2 AND c.relation_id = #{id,jdbcType=BIGINT} c.type=2 AND c.relation_id = #{id,jdbcType=BIGINT}
ORDER BY c.auth_status ASC,c.create_dt ASC
</select> </select>
<select id="commentInformationList" resultType="java.util.HashMap" parameterType="java.util.HashMap"> <select id="commentInformationList" resultType="java.util.HashMap" parameterType="java.util.HashMap">
...@@ -273,5 +274,6 @@ ...@@ -273,5 +274,6 @@
LEFT JOIN t_kzy_user u ON c.user_id=u.id LEFT JOIN t_kzy_user u ON c.user_id=u.id
WHERE c.is_delete=0 AND WHERE c.is_delete=0 AND
c.type=1 AND c.relation_id = #{id,jdbcType=BIGINT} c.type=1 AND c.relation_id = #{id,jdbcType=BIGINT}
ORDER BY c.auth_status ASC,c.create_dt ASC
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!