1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-17 06:09:50 +02:00
This commit is contained in:
lxsang
2020-06-07 15:20:21 +02:00
parent fe4b1adb3b
commit 66bcfa83b0
3 changed files with 14 additions and 3 deletions

View File

@ -71,7 +71,6 @@ function DBHelper:find(tbl, cond)
sel = table.concat(cond.fields, ",")
--print(sel)
end
--print(cnd)
local data = sqlite.select(self.db, tbl, sel, cnd)
if data == nil then return nil end
local a = {}