|
@@ -66,7 +66,7 @@
|
|
|
and sort = 4 order by number DESC
|
|
|
) as uof group by uof.user_opinion_id
|
|
|
) as uof on uof.user_opinion_id = uo.id
|
|
|
- where uo.is_deleted = 0;
|
|
|
+ where uo.is_deleted = 0
|
|
|
</select>
|
|
|
|
|
|
<select id="queryCurrentUserOpinionList" resultMap="userOpinionResultMap">
|