@@ -52,6 +52,9 @@
<if test="vo.userId != null and vo.userId.trim != ''">
and u.user_id = #{vo.userId}
</if>
+ <if test="vo.sopId != null">
+ and j.sop_id = #{vo.sopId}
+ </if>
</where>
GROUP BY j.id
ORDER BY j.id DESC