Commit ade7aaae69ccfacf2e8d99c73ffc1452bfecfbc8

Authored by 王富生
1 parent 33225946

提交模糊查询

src/main/resources/mybatis/smapper/AsraDailySmapper.xml
@@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
56 and a.project_id=#{projectId} 56 and a.project_id=#{projectId}
57 </if> 57 </if>
58 <if test="opName != null and opName !=''"> 58 <if test="opName != null and opName !=''">
59 - and a.asar_op_name=#{opName} 59 + and a.asar_op_name like CONCAT('%',#{opName},'%')
60 </if> 60 </if>
61 GROUP BY 61 GROUP BY
62 a.project_id, 62 a.project_id,