Commit 6a55077a by 陶光胜

Merge branch 'developer' into 'master'

投诉建议查询加上企业id

See merge request !7
parents 00ffda5c d0c18887
......@@ -274,7 +274,7 @@
<select id="listProblem" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from tab_problem
from tab_problem where enterprise_id = #{enterpriseId}
<where>
<if test="null != problemIds and problemIds.length &gt; 0">
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