lyhzzz 2 năm trước cách đây
mục cha
commit
a902de2b4d

+ 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 !=''">