Commit aedd4eb8 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents f67a71d9 b9e32446
......@@ -125,6 +125,7 @@
<if test="enterpriseId != null ">
and enterprise_id = #{enterpriseId}
</if>
limit 1
</select>
<!--List<Map<String,Integer>> countByResourceIds(List<Integer> resourceIds);-->
<select id="countByResourceIds" resultType="java.util.HashMap">
......
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