Commit 8fe77922 by wangming

banner

1 parent 7892f4ea
......@@ -255,6 +255,7 @@
LEFT JOIN t_kzy_user u ON c.user_id=u.id
WHERE c.is_delete=0 AND
c.type=2 AND c.relation_id = #{id,jdbcType=BIGINT}
ORDER BY c.auth_status ASC,c.create_dt ASC
</select>
<select id="commentInformationList" resultType="java.util.HashMap" parameterType="java.util.HashMap">
......@@ -273,5 +274,6 @@
LEFT JOIN t_kzy_user u ON c.user_id=u.id
WHERE c.is_delete=0 AND
c.type=1 AND c.relation_id = #{id,jdbcType=BIGINT}
ORDER BY c.auth_status ASC,c.create_dt ASC
</select>
</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!