|
@@ -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},'%')
|