岗位列表添加参数公司id

This commit is contained in:
zk
2026-07-31 15:58:30 +08:00
parent f6927c3327
commit ce801c1cf7
4 changed files with 9 additions and 2 deletions
@@ -149,6 +149,10 @@
#{type}
</foreach>
</if>
<!-- 筛选条件:公司ID -->
<if test="companyId != null">
AND j.company_id = #{companyId}
</if>
ORDER BY j.id DESC
</select>