FIX
This commit is contained in:
parent
82a5bf2cee
commit
4777c2fbb9
|
|
@ -19,7 +19,7 @@
|
||||||
REMARKS,
|
REMARKS,
|
||||||
</if>
|
</if>
|
||||||
<if test="maCode != null and maCode != ''">
|
<if test="maCode != null and maCode != ''">
|
||||||
MA_CODE,
|
MACODE,
|
||||||
</if>
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
@ -131,7 +131,6 @@
|
||||||
<insert id="insertMachineLabel">
|
<insert id="insertMachineLabel">
|
||||||
insert into ma_machine_label
|
insert into ma_machine_label
|
||||||
<trim prefix="(" suffix=")" suffixOverrides=",">
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
||||||
<if test="maId != null">label_id,</if>
|
|
||||||
<if test="code != null">label_code,</if>
|
<if test="code != null">label_code,</if>
|
||||||
<if test="maId != null">ma_id,</if>
|
<if test="maId != null">ma_id,</if>
|
||||||
is_bind,
|
is_bind,
|
||||||
|
|
@ -139,7 +138,6 @@
|
||||||
create_time
|
create_time
|
||||||
</trim>
|
</trim>
|
||||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||||
<if test="maId != null">#{maId},</if>
|
|
||||||
<if test="code != null">#{code},</if>
|
<if test="code != null">#{code},</if>
|
||||||
<if test="maId != null">#{maId},</if>
|
<if test="maId != null">#{maId},</if>
|
||||||
1,
|
1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue