Commit 346bf2ee by 陶光胜

Merge branch 'developer' into 'master'

投诉建议查询加上企业id

See merge request !9
parents c61878ec e78c748b
......@@ -974,7 +974,7 @@
select
count(*)
from tab_evaluate
where status = 1
where status = 1 and enterprise_id=#{enterpriseId}
<if test="quickReplyType == 1">
and bad_evaluate_status = 1
</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