使用建表以后 字段類(lèi)型使用 string
; 表單屬性使用 文本框
; 查詢(xún)類(lèi)型使用 普通查詢(xún)
或者 范圍查詢(xún)
; 然后一鍵生成菜單
都不可以實(shí)現(xiàn)模糊查詢(xún) like
;
DEBUG發(fā)現(xiàn) 走的接口是select
方法的querystring
; 查看$where
只顯示a=x
而不是a=['like', b]
沒(méi)找到方案, 求助應(yīng)該怎么實(shí)現(xiàn)