|
@@ -59,7 +59,7 @@
|
|
|
<if test="queryPage.chargingStatus != null and queryPage.chargingStatus != ''">
|
|
|
<!-- 即将过期 -->
|
|
|
<if test="queryPage.chargingStatus == 1">
|
|
|
- and dsim.timeout >= #{queryPage.thisTime} and dc.timeout <= #{queryPage.theTime}
|
|
|
+ and dsim.timeout >= #{queryPage.thisTime} and dsim.timeout <= #{queryPage.theTime}
|
|
|
</if>
|
|
|
<!-- 已过期 -->
|
|
|
<if test="queryPage.chargingStatus == 2">
|