Browse Source

incrementTypeId

lyhzzz 2 years ago
parent
commit
2be60fb465
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/mapper/agent/CameraIncrementLogMapper.xml

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

@@ -14,8 +14,8 @@
             <if test="param.operationType">
                 and cil.operation_type  = #{param.operationType}
             </if>
-            <if test="param.incrementType">
-                and ui.increment_type_id  = #{param.incrementType}
+            <if test="param.incrementTypeId">
+                and ui.increment_type_id  = #{param.incrementTypeId}
             </if>
             <if test="param.operationUserName != null and param.operationUserName !=''">
                 and u.user_name like concat ('%',#{param.operationUserName},'%')