|
@@ -558,7 +558,7 @@
|
|
|
left join lawenforcement_person lp on lr.id = lp.record_id
|
|
|
<where>
|
|
|
<if test="jobName != null and jobName != ''">
|
|
|
- and job_name = #{jobName}
|
|
|
+ and job_name LIKE concat('%', #{jobName}, '%')
|
|
|
</if>
|
|
|
<if test="creatorId != null and creatorId !=''">
|
|
|
and lp.person_id = #{creatorId}
|