瀏覽代碼

相机台账管理分页修改

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}