迭代 注册方法1.2
parent
42ea8852f1
commit
b70091fb53
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue