去除食谱生成的时间限制,小程序获取案例接口

This commit is contained in:
xiezhijun
2021-03-18 18:48:28 +08:00
parent f58668f01c
commit 9cc0ad82cd
4 changed files with 10 additions and 3 deletions

View File

@ -43,6 +43,9 @@
<if test="customerName != null and customerName != ''">
and sc.name like concat('%', #{customerName}, '%')
</if>
<if test="wxShow != null">
and scc.wx_show = #{wxShow}
</if>
order by id desc
</select>