diff --git a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcDownCodeMapper.xml b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcDownCodeMapper.xml index 4b9a24c9..863ab47b 100644 --- a/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcDownCodeMapper.xml +++ b/xhpc-modules/xhpc-charging-station/src/main/resources/mapper/XhpcDownCodeMapper.xml @@ -46,27 +46,26 @@ AND p.del_flag = 0 AND t.del_flag = 0 + @@ -82,6 +81,7 @@ WHERE charging_pile_id = #{pileId} ) AND t.del_flag = 0 + AND i.del_flag = 0