首页接口修改
This commit is contained in:
parent
d498d9e069
commit
aa72ad2c37
|
|
@ -115,7 +115,7 @@
|
|||
</select>
|
||||
<!--首页-二级页面-分公司数据-->
|
||||
<select id="getCompanyData" resultType="java.util.Map">
|
||||
SELECT bp.bmname AS `id`,
|
||||
SELECT DISTINCT bp.bmname AS `id`,
|
||||
bp.bmname AS `name`
|
||||
FROM bm_project bp
|
||||
WHERE is_active = '1'
|
||||
|
|
|
|||
Loading…
Reference in New Issue