소스 검색

流量卡计费

李进 1 년 전
부모
커밋
43686a7e79
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      device-api-service/src/main/java/com/xy/mapper/mapper/DeviceSimMapper.xml

+ 1 - 1
device-api-service/src/main/java/com/xy/mapper/mapper/DeviceSimMapper.xml

@@ -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 &lt;= #{queryPage.theTime}
+                and dsim.timeout >= #{queryPage.thisTime} and dsim.timeout &lt;= #{queryPage.theTime}
             </if>
             <!-- 已过期 -->
             <if test="queryPage.chargingStatus == 2">