|
@@ -53,6 +53,9 @@
|
|
|
<if test="queryPage.deviceId != null">
|
|
|
and di.device_id = #{queryPage.deviceId}
|
|
|
</if>
|
|
|
+ <if test="queryPage.simId != null and queryPage.simId != ''">
|
|
|
+ and dsim.id = #{queryPage.simId}
|
|
|
+ </if>
|
|
|
<if test="queryPage.chargingStatus != null and queryPage.chargingStatus != ''">
|
|
|
<!-- 即将过期 -->
|
|
|
<if test="queryPage.chargingStatus == 1">
|