@@ -19,7 +19,7 @@
#{item}
</foreach>
<if test="designUserId!=null">
- abd t1.user_id = #{designUserId}
+ and t1.user_id = #{designUserId}
</if>
order by t1.create_time desc
</select>