修改字段类型

This commit is contained in:
panshuling321 2022-01-13 10:44:50 +08:00
parent ef99658e6c
commit 5c0218bba4

View File

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