FIX
This commit is contained in:
parent
82a5bf2cee
commit
4777c2fbb9
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue