首页接口修改

This commit is contained in:
cwchen 2025-01-21 10:00:33 +08:00
parent d498d9e069
commit aa72ad2c37
1 changed files with 1 additions and 1 deletions

View File

@ -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'