mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
如果查询订单状态只有异常的情况下,排除个人桩的异常订单
This commit is contained in:
@@ -1988,6 +1988,12 @@
|
||||
#{stationDeptId}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="excludeStationIdList != null and excludeStationIdList.size() != 0">
|
||||
and t1.station_id not in
|
||||
<foreach close=")" collection="excludeStationIdList" item="excludeStationId" open="(" separator=",">
|
||||
#{excludeStationId}
|
||||
</foreach>
|
||||
</if>
|
||||
order by t1.create_time desc
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user