浏览代码

incrementTypeId

lyhzzz 2 年之前
父节点
当前提交
2be60fb465
共有 1 个文件被更改,包括 2 次插入2 次删除
  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},'%')