Commit 08c7f823 by fudahua

删除接口

parent e996e075
......@@ -534,6 +534,7 @@
<include refid="Base_Column_List_short" />
from tab_haoban_department
where wx_enterprise_id = #{wxEnterpriseId} and status_flag = 1
order by sort asc
</select>
<select id="searchDepartment" resultMap="BaseResultMap" >
......@@ -542,6 +543,6 @@
from tab_haoban_department
where wx_enterprise_id = #{wxEnterpriseId} and status_flag = 1
and department_name likelike CONCAT('%',#{search},'%')
order by sort asc
</select>
</mapper>
\ No newline at end of file
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