SELECT * from ahhs_product_info where product_name NOT RLIKE '([u4e00-u9fa5])+' ;
SELECT * from ahhs_product_info where product_name NOT RLIKE '([\u4e00-\u9fa5])+' ;