lyhzzz 2 years ago
parent
commit
a902de2b4d
1 changed files with 1 additions and 1 deletions
  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 !=''">