->where('sort',0)->where('status = ?',[1])->where('FIND_IN_SET(?,flag)',[18])
WHERE `sort` = '1' AND ( status = '18' ) AND ( FIND_IN_SET(0,flag) )