Commit fd17eaa2 by zhiwj

修改sql

parent dc608026
......@@ -85,7 +85,7 @@
<if test="badEvaluateStatus != null or goodEvaluateStatus != null or reviewStatus != null or topHotStatus != null or maliciousStatus != null or goodsCompute != null or storeCompute != null or serviceCompute != null ">
and (
<if test="badEvaluateStatus != null or goodEvaluateStatus != null or reviewStatus != null or topHotStatus != null or maliciousStatus != null">
( 1=0
( 1=1
<if test="badEvaluateStatus != null ">
and bad_evaluate_status = #{badEvaluateStatus}
</if>
......
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