|
|
@ -42,6 +42,9 @@ |
|
|
<if test="tableId != null and tableId != ''"> |
|
|
<if test="tableId != null and tableId != ''"> |
|
|
gtd.table_id = #{tableId,jdbcType=VARCHAR} |
|
|
gtd.table_id = #{tableId,jdbcType=VARCHAR} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="objectType != null and objectType != ''"> |
|
|
|
|
|
and gtl.object_type = #{objectType,jdbcType=VARCHAR} |
|
|
|
|
|
</if> |
|
|
<if test="userId != null and userId != ''"> |
|
|
<if test="userId != null and userId != ''"> |
|
|
and gtd.user_id = #{userId,jdbcType=VARCHAR} |
|
|
and gtd.user_id = #{userId,jdbcType=VARCHAR} |
|
|
</if> |
|
|
</if> |
|
|
|