|
@@ -560,8 +560,8 @@
|
|
|
<if test="jobName != null and jobName != ''">
|
|
|
and job_name LIKE concat('%', #{jobName}, '%')
|
|
|
</if>
|
|
|
- <if test="creatorId != null and creatorId !=''">
|
|
|
- and lp.person_id = #{creatorId}
|
|
|
+ <if test="personCode != null and personCode !=''">
|
|
|
+ and lp.person_code = #{personCode}
|
|
|
</if>
|
|
|
<if test="recordStatus != null and recordStatus != ''">
|
|
|
<if test="recordStatus == 'lawenforcement_type_1'">
|