mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user