SELECT mername,typeId FROM merchant WHERE FIND_IN_SET(typeId,‘0,300008’); 字符串需要使用英文逗号隔开,注意字符串两端不需要再添加引号和括号。