Commit d0c18887 by 陶光胜

投诉建议查询加上企业id

parent 4ecefa4b
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
<select id="listProblem" resultMap="BaseResultMap"> <select id="listProblem" resultMap="BaseResultMap">
select select
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from tab_problem from tab_problem where enterprise_id = #{enterpriseId}
<where> <where>
<if test="null != problemIds and problemIds.length &gt; 0"> <if test="null != problemIds and problemIds.length &gt; 0">
and problem_id in and problem_id in
......
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