|
@@ -97,10 +97,10 @@
|
|
|
<where>
|
|
|
del_flag = false
|
|
|
<if test="searchParams.policyId != null">
|
|
|
- and policy_id like #{searchParams.policyId}
|
|
|
+ and policy_id=#{searchParams.policyId}
|
|
|
</if>
|
|
|
<if test="searchParams.jobsId != null">
|
|
|
- and jobs_id like #{searchParams.jobsId}
|
|
|
+ and jobs_id=#{searchParams.jobsId}
|
|
|
</if>
|
|
|
</where>
|
|
|
<foreach item="sort" collection="sortList" open="order by" separator=",">
|