Commit a1383956 by 徐高华

群加gic企业id参数

parent 1c85232a
......@@ -79,7 +79,7 @@
<if test="status==2">
and b.status_flag = 0
</if>
<if test="departmentIdList != null and departmentIdList.size() > 0">
<if test="(departmentIdList != null and departmentIdList.size() > 0 ) or (null != paramsEnterpriseId and ''!=paramsEnterpriseId)">
group by a.staff_id
</if>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment