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