Commit d7784935 authored by unset's avatar unset

完善接口信息

parent 217889b7
......@@ -23,8 +23,10 @@
<if test="title != null and title != ''">
and iai.title like concat('%', #{title}, '%')
</if>
and iai.is_del = 0
</where>
order by upd_time DESC
order by iai.upd_time DESC
</select>
</mapper>
\ No newline at end of file
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