修改字段属性错误

This commit is contained in:
wulin 2020-08-24 14:12:16 +08:00
parent 9f6b9dc754
commit e9a7f6a223

View File

@ -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>