Commit d7784935 authored by unset's avatar unset

完善接口信息

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