소스 검색

相机台账管理分页修改

gao.qiang 1 년 전
부모
커밋
eeb8a6e15e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      business-service/src/main/resources/mapper/BaseCameraManagementMapper.xml

+ 2 - 2
business-service/src/main/resources/mapper/BaseCameraManagementMapper.xml

@@ -16,10 +16,10 @@
                 and dept_id = #{deptId}
             </if>
             <if test="beginMile != null and beginMile != 0">
-                and begin_mile &gt;= #{beginMile}
+                and install_mile &gt;= #{beginMile}
             </if>
             <if test="endMile != null and endMile != 0">
-                and end_mile &lt;= #{endMile}
+                and install_mile &lt;= #{endMile}
             </if>
             <if test="online != null and online != 0">
                 and online = #{online}