Commit c4078104 authored by fangxinjiang's avatar fangxinjiang

事业部&事业部条线-fxj

parent c7dc2161
...@@ -136,12 +136,12 @@ ...@@ -136,12 +136,12 @@
</select> </select>
<!-- 获取事业部--> <!-- 获取事业部-->
<select id="getDivisions" resultType="com.yifu.cloud.plus.v1.yifu.permission.vo.SysDivisionVo"> <select id="getDivisions" resultType="com.yifu.cloud.plus.v1.yifu.permission.vo.SysDivisionVo">
select fd_shiyebu as 'name' from ekp_shenhepeizhi_table select DISTINCT(fd_shiyebu) as 'name' from ekp_shenhepeizhi_table
</select> </select>
<!-- 获取事业部条线--> <!-- 获取事业部条线-->
<select id="getDivisionLines" resultType="com.yifu.cloud.plus.v1.yifu.permission.vo.SysDivisionLineVo"> <select id="getDivisionLines" resultType="com.yifu.cloud.plus.v1.yifu.permission.vo.SysDivisionLineVo">
select fd_tiaoxian as 'name' from ekp_shenhepeizhi_table select DISTINCT(fd_tiaoxian) as 'name' from ekp_shenhepeizhi_table
</select> </select>
</mapper> </mapper>
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