|
|
@ -145,6 +145,13 @@ |
|
|
|
<if test="iconSmallImg != null and iconSmallImg.trim() != ''"> |
|
|
|
ICON_SMALL_IMG = #{iconSmallImg}, |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="domainName != null and domainName.trim() != ''"> |
|
|
|
DOMAIN_NAME = #{domainName}, |
|
|
|
</if> |
|
|
|
<if test="targetLink != null and targetLink.trim() != ''"> |
|
|
|
TARGET_LINK = #{targetLink}, |
|
|
|
</if> |
|
|
|
UPDATED_BY = #{userId}, |
|
|
|
UPDATED_TIME = now() |
|
|
|
WHERE |
|
|
|