|
@@ -36,7 +36,7 @@
|
|
|
<if test="param.incrementTypeId != null">
|
|
|
and ui.increment_type_id = #{param.incrementTypeId}
|
|
|
</if>
|
|
|
- <if test="param.operationUserName != null and param.operationUserName !=''">
|
|
|
+ <if test="param.operationUserName != null and param.operationUserName !='' and param.operationUserName !='platform'">
|
|
|
and u.user_name like concat ('%',#{param.operationUserName},'%')
|
|
|
</if>
|
|
|
<if test="param.operationUserName != null and param.operationUserName =='platform'">
|