岗位列表添加参数公司id
This commit is contained in:
@@ -149,6 +149,10 @@
|
||||
#{type}
|
||||
</foreach>
|
||||
</if>
|
||||
<!-- 筛选条件:公司ID -->
|
||||
<if test="companyId != null">
|
||||
AND j.company_id = #{companyId}
|
||||
</if>
|
||||
ORDER BY j.id DESC
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user