|
|
|
@ -124,7 +124,7 @@ |
|
|
|
resultMap="BasedataPatrolPointResult"> |
|
|
|
<include refid="selectBasedataPatrolPointVo"/> |
|
|
|
<where> |
|
|
|
<if test="patrolPointCode != null and patrolPointCode != ''">and patrol_point_code like concat('%', #{patrolPointCode}, '%')</if> |
|
|
|
<if test="patrolPointCode != null and patrolPointCode != ''">and patrol_point_code like concat('%|', #{patrolPointCode})</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
|
|
|
|
|