Commit 461ddb8e by zhiwj

添加门店日志

parent 0b32d083
......@@ -191,5 +191,6 @@
<if test="content != null and content != '' ">
and content like concat('%', #{content}, '%')
</if>
order by create_time desc
</select>
</mapper>
\ No newline at end of file
......@@ -191,5 +191,6 @@
<if test="content != null and content != '' ">
and content like concat('%', #{content}, '%')
</if>
order by create_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