This commit is contained in:
2024-02-23 13:55:10 +08:00
parent 5c40cf5edd
commit 222b1bec9e
5 changed files with 32 additions and 2 deletions

View File

@@ -370,6 +370,9 @@
where
t2.del_flag = '0'
and t2.station_id = #{stationId,jdbcType=VARCHAR}
<if test="memberFlag != null and memberFlag != ''">
and t2.member_flag = #{memberFlag,jdbcType=VARCHAR}
</if>
<!--数据范围过滤-->
<if test="stationDeptIds != null and stationDeptIds.size() != 0">
and t1.dept_id in