lyhzzz 2 年之前
父节点
当前提交
a902de2b4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/agent/CameraIncrementLogMapper.xml

+ 1 - 1
src/main/resources/mapper/agent/CameraIncrementLogMapper.xml

@@ -17,7 +17,7 @@
             <if test="param.operationType != null">
                 and cil.operation_type  = #{param.operationType}
             </if>
-            <if test="param.incrementTypeId ! = null">
+            <if test="param.incrementTypeId != null">
                 and ui.increment_type_id  = #{param.incrementTypeId}
             </if>
             <if test="param.operationUserName != null and param.operationUserName !=''">