迭代 注册方法1.2

master
冯凯 2023-10-20 20:37:44 +08:00
parent 42ea8852f1
commit b70091fb53
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="height!=null">height,</if>
<if test="weight!=null">weight,</if>
<if test="age!=null">age,</if>
<if test="chatNumber!=null and chatNumber!=''">chat_number,</if>
<if test="wechatNumber!=null and wechatNumber!=''">wechat_number,</if>
)
values
(
@ -210,7 +210,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="height!=null">#{height},</if>
<if test="weight!=null">#{weight},</if>
<if test="age!=null">#{age},</if>
<if test="chatNumber!=null and chatNumber!=''">#{wechatNumber},</if>
<if test="wechatNumber!=null and wechatNumber!=''">#{wechatNumber},</if>
)
</when>
<otherwise>