Commit c5ca994b by xugaojun

fix:组织架构加好友查询问题修复

parent 6750b671
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
from tab_haoban_friend_setting from tab_haoban_friend_setting
limit #{offset}, #{limit} limit #{offset}, #{limit}
</select> </select>
<select id="getByWxEnterpriseId" resultType="com.gic.haoban.manage.service.entity.TabHaobanFriendSetting"> <select id="getByWxEnterpriseId" resultMap="TabHaobanFriendSettingMap">
select select
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
from tab_haoban_friend_setting where wx_enterprise_id = #{wxEnterpriseId} and delete_flag = 0 from tab_haoban_friend_setting where wx_enterprise_id = #{wxEnterpriseId} and delete_flag = 0
......
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