feat:人员类型统计

ln_ry20250512
wangxy 4 days ago
parent 8d8175bb67
commit 44eec8083b

@ -198,6 +198,9 @@
<if test="smPost!=null and smPost!=''">
AND sm_post = #{smPost}
</if>
<if test="applyStatus!=null and applyStatus!=''">
AND apply_status = #{applyStatus}
</if>
AND apply_status in ('5','6','7','8')
<!-- 数据范围过滤 -->
${params.dataScope}

Loading…
Cancel
Save