|
@@ -63,7 +63,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="inspectors != null and inspectors != ''"> and inspectors = #{inspectors}</if>
|
|
|
<if test="applicantDept != null and applicantDept != ''"> and applicant_dept = #{applicantDept}</if>
|
|
|
<if test="applicantTeam != null and applicantTeam != ''"> and applicant_team = #{applicantTeam}</if>
|
|
|
- <if test="description != null and description != ''"> and description = #{description}</if>
|
|
|
+ <if test="description != null and description != ''"> and description like concat(concat('%', #{description}), '%') </if>
|
|
|
<if test="unsafeStatus != null "> and unsafe_status = #{unsafeStatus}</if>
|
|
|
<if test="unsafeAction != null "> and unsafe_action = #{unsafeAction}</if>
|
|
|
<if test="applyDate != null "> and apply_date = #{applyDate}</if>
|