Commit 58db4b7a by zhiwj

咨询建议列表

parent 090e8ad0
......@@ -344,6 +344,7 @@
from tab_problem t1
left join ( select problem_id, count(*) problemCount from tab_problem_reply where status <> 0 GROUP BY problem_id ) t3 on t1.problem_id = t3.problem_id
where t1.member_id = #{memberId}
order by create_time desc
</select>
<select id="getMaliciousStatusByMemberIdBeforeHours" resultMap="BaseResultMap">
select
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment