|
@@ -240,7 +240,7 @@
|
|
|
<if test="po.score != null">
|
|
<if test="po.score != null">
|
|
|
and a.score=#{po.score}
|
|
and a.score=#{po.score}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="po.score != null">
|
|
|
|
|
|
|
+ <if test="po.status != null">
|
|
|
and a.status=#{po.status}
|
|
and a.status=#{po.status}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="po.replySts != null">
|
|
<if test="po.replySts != null">
|