<iftest="badEvaluateStatus != null or goodEvaluateStatus != null or reviewStatus != null or topHotStatus != null or maliciousStatus != null or goodsCompute != null or storeCompute != null or serviceCompute != null ">
and (
1=1
<iftest="badEvaluateStatus != null or goodEvaluateStatus != null or reviewStatus != null or topHotStatus != null or maliciousStatus != null">
( 1=1
(
<iftest="badEvaluateStatus != null ">
and bad_evaluate_status = #{badEvaluateStatus}
</if>
...
...
@@ -567,8 +568,8 @@
<!-- <if test="goodsCompute == null and storeCompute == null and serviceCompute == null">-->
<!-- 1=0-->
<!-- </if>-->
1=1
<iftest="goodsCompute != null or storeCompute != null or serviceCompute != null">
1=1
<iftest="goodsCompute != null and goodsCompute != '' and goodsScore != null ">