Commit 0d1bc7cc by zhangxingmin

push

parent 17ef35d9
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</if> </if>
<if test="request.policyNo != null and request.policyNo != ''"> <if test="request.policyNo != null and request.policyNo != ''">
and pr.policy_no = #{request.policyNo} and pr.policy_no like concat('%', #{request.policyNo}, '%')
</if> </if>
and pr.is_deleted = 0 and pr.is_deleted = 0
</where> </where>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment