|
|
|
@ -120,6 +120,9 @@ |
|
|
|
<if test="parentIdList != null and parentIdList.size() > 0"> |
|
|
|
AND pa.id IN <foreach collection="parentIdList" item="item" open="(" separator="," close=")">#{item}</foreach> |
|
|
|
</if> |
|
|
|
<if test="companyIdList != null and companyIdList.size() > 0"> |
|
|
|
AND base.company_id IN <foreach collection="companyIdList" item="item" open="(" separator="," close=")">#{item}</foreach> |
|
|
|
</if> |
|
|
|
</sql> |
|
|
|
|
|
|
|
<!-- 分页查询级别列表 --> |
|
|
|
|