Commit f9c65359 by jinxin

修改

parent 3ab4374e
......@@ -182,6 +182,9 @@
<if test="null != urlHost">
url_host ,
</if>
<if test="null != wxSecurityType">
wx_security_type ,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="wxEnterpriseId != null">
......@@ -295,6 +298,9 @@
<if test="null != urlHost">
#{urlHost} ,
</if>
<if test="null != wxSecurityType">
#{wxSecurityType} ,
</if>
</trim>
</insert>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment