|
@@ -88,7 +88,7 @@
|
|
and (suho.linkman like concat('%',#{queryProperties},'%')
|
|
and (suho.linkman like concat('%',#{queryProperties},'%')
|
|
or suho.phone like concat('%',#{queryProperties},'%'))
|
|
or suho.phone like concat('%',#{queryProperties},'%'))
|
|
</if>
|
|
</if>
|
|
- <if test="reportStatus != null and reportStatus != '' and reportStatus != 2">
|
|
|
|
|
|
+ <if test="reportStatus != null and reportStatus != '' and reportStatus != 2 and reportStatus != 3">
|
|
and msr.report_status=#{reportStatus}
|
|
and msr.report_status=#{reportStatus}
|
|
</if>
|
|
</if>
|
|
<if test="reportStatus == 2">
|
|
<if test="reportStatus == 2">
|