Commit e78c748b by 陶光胜

投诉建议查询加上企业id

parent 3d9e9cd5
...@@ -974,7 +974,7 @@ ...@@ -974,7 +974,7 @@
select select
count(*) count(*)
from tab_evaluate from tab_evaluate
where status = 1 where status = 1 and enterprise_id=#{enterpriseId}
<if test="quickReplyType == 1"> <if test="quickReplyType == 1">
and bad_evaluate_status = 1 and bad_evaluate_status = 1
</if> </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