去除食谱生成的时间限制,小程序获取案例接口
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user