Commit 22a5a237 by zhiwj

查询按and

parent 2210ae24
...@@ -540,8 +540,8 @@ ...@@ -540,8 +540,8 @@
and evaluate_time <= #{endTime} and evaluate_time <= #{endTime}
</if> </if>
<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 "> <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 ( and
1=1 1=1 (
<if test="badEvaluateStatus != null or goodEvaluateStatus != null or reviewStatus != null or topHotStatus != null or maliciousStatus != null"> <if test="badEvaluateStatus != null or goodEvaluateStatus != null or reviewStatus != null or topHotStatus != null or maliciousStatus != null">
( (
<if test="badEvaluateStatus != null "> <if test="badEvaluateStatus != 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