org.springframework.jdbc.UncategorizedSQLException:
Error querying database. Cause: java.sql.SQLException: Syntax error in regular expression on line 1, character 1.
The error may involve com.luxuryadmin.mapper.pro.ProProductMapper.listProProductByVoProductQueryParam-Inline
The error occurred while setting parameters
参数错误,检查你传入的名称和使用的是否一致
正则表表达式语法错误吧,正则表达式里 ? 表示匹配一次或0次,

会不会是这里出错了呢????
你这个错误提示,是正则错误,把组合后的sql打印出来看看吧