Commit 153c5191 by zhiwj

修改bug

parent 3ff7388c
......@@ -178,7 +178,7 @@
FROM
tab_evaluate_quick t1
WHERE
enterprise_id = #{enterpriseId}
enterprise_id = #{enterpriseId} and status = 1
<if test="tagType != null ">
and tag_type = #{tagType}
</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