This commit is contained in:
mashuai 2024-04-17 10:47:29 +08:00
parent 82a5bf2cee
commit 4777c2fbb9
1 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,7 @@
REMARKS,
</if>
<if test="maCode != null and maCode != ''">
MA_CODE,
MACODE,
</if>
</trim>
)
@ -131,7 +131,6 @@
<insert id="insertMachineLabel">
insert into ma_machine_label
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="maId != null">label_id,</if>
<if test="code != null">label_code,</if>
<if test="maId != null">ma_id,</if>
is_bind,
@ -139,7 +138,6 @@
create_time
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="maId != null">#{maId},</if>
<if test="code != null">#{code},</if>
<if test="maId != null">#{maId},</if>
1,