Commit 2b880cc4 by zhiwj

查询按and

parent b06f2f47
......@@ -560,13 +560,13 @@
</if>
)
</if>
<if test="badEvaluateStatus == null and goodEvaluateStatus == null and reviewStatus == null and topHotStatus == null and maliciousStatus == null">
1=0
</if>
or (
<if test="goodsCompute == null and storeCompute == null and serviceCompute == null">
1=0
</if>
<!-- <if test="badEvaluateStatus == null and goodEvaluateStatus == null and reviewStatus == null and topHotStatus == null and maliciousStatus == null">-->
<!-- 1=0-->
<!-- </if>-->
and (
<!-- <if test="goodsCompute == null and storeCompute == null and serviceCompute == null">-->
<!-- 1=0-->
<!-- </if>-->
<if test="goodsCompute != null or storeCompute != null or serviceCompute != null">
1=1
<if test="goodsCompute != null and goodsCompute != '' and goodsScore != null ">
......
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