修改字段属性错误
This commit is contained in:
parent
9f6b9dc754
commit
e9a7f6a223
@ -37,7 +37,7 @@
|
||||
insert into luck_record(
|
||||
<if test="staffId != null">staff_id, </if>
|
||||
<if test="name != null">name, </if>
|
||||
<if test="moblie != null">mobile, </if>
|
||||
<if test="mobile != null">mobile, </if>
|
||||
<if test="isLuck != null">is_luck, </if>
|
||||
<if test="weight != null">weight, </if>
|
||||
<if test="luckId != null">luck_id, </if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user