|
@@ -180,7 +180,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="url != null and url != ''">url,</if>
|
|
<if test="url != null and url != ''">url,</if>
|
|
<if test="shouldSlow != null and shouldSlow != ''">should_slow,</if>
|
|
<if test="shouldSlow != null and shouldSlow != ''">should_slow,</if>
|
|
<if test="suspendUrl != null and suspendUrl != ''">suspend_url,</if>
|
|
<if test="suspendUrl != null and suspendUrl != ''">suspend_url,</if>
|
|
- <if test="otherUrl != null and otherUrl != ''">suspend_url,</if>
|
|
|
|
|
|
+ <if test="otherUrl != null and otherUrl != ''">other_url,</if>
|
|
create_time
|
|
create_time
|
|
</trim>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|