修改字段类型
This commit is contained in:
parent
ef99658e6c
commit
5c0218bba4
@ -31,7 +31,7 @@
|
|||||||
create_time,
|
create_time,
|
||||||
update_time
|
update_time
|
||||||
)values(
|
)values(
|
||||||
<if test="type != null and type != 0">#{type},</if>
|
<if test="type != null">#{type},</if>
|
||||||
<if test="serialNumber != null and serialNumber != 0">#{serialNumber},</if>
|
<if test="serialNumber != null and serialNumber != 0">#{serialNumber},</if>
|
||||||
<if test="content != null and content != ''">#{content},</if>
|
<if test="content != null and content != ''">#{content},</if>
|
||||||
<if test="chargeOrderNo != null and chargeOrderNo != ''">#{chargeOrderNo},</if>
|
<if test="chargeOrderNo != null and chargeOrderNo != ''">#{chargeOrderNo},</if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user