|
@@ -361,6 +361,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
|
<if test="userType != null and userType != ''">user_type,</if>
|
|
<if test="userType != null and userType != ''">user_type,</if>
|
|
|
<if test="userTypeId != null">user_type_id,</if>
|
|
<if test="userTypeId != null">user_type_id,</if>
|
|
|
|
|
+ <if test="wxOpenId != null and wxOpenId != ''">wx_openid,</if>
|
|
|
<if test="accountType != null">account_type,</if>
|
|
<if test="accountType != null">account_type,</if>
|
|
|
create_time
|
|
create_time
|
|
|
)values(
|
|
)values(
|
|
@@ -395,6 +396,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="remark != null and remark != ''">#{remark},</if>
|
|
<if test="remark != null and remark != ''">#{remark},</if>
|
|
|
<if test="userType != null">#{userType},</if>
|
|
<if test="userType != null">#{userType},</if>
|
|
|
<if test="userTypeId != null">#{userTypeId},</if>
|
|
<if test="userTypeId != null">#{userTypeId},</if>
|
|
|
|
|
+ <if test="wxOpenId != null">#{wxOpenId},</if>
|
|
|
<if test="accountType != null">#{accountType},</if>
|
|
<if test="accountType != null">#{accountType},</if>
|
|
|
sysdate()
|
|
sysdate()
|
|
|
)
|
|
)
|