我在测项目的时候发现打开多个页面的时候,去模糊查询数据的时候,SQL语句并没有获取到前端传过来的数据。但是精准的数据它又可以获取到
<if test="enterpriseName !=null and enterpriseName!=''"> and enterprise_name like CONCAT('%',#{enterpriseName},'%') </if>
是我这段SQL语句有问题吗?
我在测项目的时候发现打开多个页面的时候,去模糊查询数据的时候,SQL语句并没有获取到前端传过来的数据。但是精准的数据它又可以获取到
<if test="enterpriseName !=null and enterpriseName!=''"> and enterprise_name like CONCAT('%',#{enterpriseName},'%') </if>
是我这段SQL语句有问题吗?