@ -209,7 +209,7 @@ func QueryEmptyMomentCopyGoodsList(c *gin.Context) {
where := ""
if len(p.Keyword) > 0 {
where = fmt.Sprintf("goods_name like %%%v%%", p.Keyword)
where = fmt.Sprintf("goods_name like '%%%v%%'", p.Keyword)
// where = fmt.Sprintf("MATCH(goods_name) AGAINST ('%v*' IN BOOLEAN MODE)", p.Keyword)
}