This commit is contained in:
2025-04-16 22:59:21 +08:00
parent 47407b4fd2
commit bdfac00b17
2 changed files with 11 additions and 12 deletions

View File

@@ -286,7 +286,6 @@ _.router.post('/activity', async function (req, res, next) {
*/
_.router.post('/search', async function (req, res, next) {
var keyword = req.body.keyword;
console.log("keyword ", keyword)
var data = await _.db.query({
sql: `SELECT * from wares where wares_title LIKE "%${keyword}%"`,