|
|
|
@ -29,6 +29,9 @@
|
|
|
|
|
<if test="action != null and action != ''">
|
|
|
|
|
AND action = #{action}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="remark != null and remark != ''">
|
|
|
|
|
AND remark like concat('%', #{remark}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="mainAction != null and mainAction != ''">
|
|
|
|
|
AND mainAction = #{mainAction}
|
|
|
|
|
</if>
|
|
|
|
|