bug修复

This commit is contained in:
zhanghan11 2024-06-20 11:07:03 +08:00
parent 41f5def48d
commit 6cb65cbe49

View File

@ -148,9 +148,7 @@
<trim prefix="(" suffix=")" suffixOverrides=","> <trim prefix="(" suffix=")" suffixOverrides=",">
<if test="id != null">id,</if> <if test="id != null">id,</if>
<if test="sparePartsOutboundNum != null">spare_parts_outbound_num,</if> <if test="sparePartsOutboundNum != null">spare_parts_outbound_num,</if>
<if test="outboundQuantity != null">outbound_quantity,</if>
<if test="outboundTime != null">outbound_time,</if> <if test="outboundTime != null">outbound_time,</if>
<if test="sparePartsId != null">spare_parts_id,</if>
<if test="operatorId != null">operator_id,</if> <if test="operatorId != null">operator_id,</if>
<if test="auditorId != null">auditor_id,</if> <if test="auditorId != null">auditor_id,</if>
<if test="recipient != null">recipient,</if> <if test="recipient != null">recipient,</if>
@ -166,9 +164,7 @@
<trim prefix="values (" suffix=")" suffixOverrides=","> <trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="id != null">#{id},</if> <if test="id != null">#{id},</if>
<if test="sparePartsOutboundNum != null">#{sparePartsOutboundNum},</if> <if test="sparePartsOutboundNum != null">#{sparePartsOutboundNum},</if>
<if test="outboundQuantity != null">#{outboundQuantity},</if>
<if test="outboundTime != null">#{outboundTime},</if> <if test="outboundTime != null">#{outboundTime},</if>
<if test="sparePartsId != null">#{sparePartsId},</if>
<if test="operatorId != null">#{operatorId},</if> <if test="operatorId != null">#{operatorId},</if>
<if test="auditorId != null">#{auditorId},</if> <if test="auditorId != null">#{auditorId},</if>
<if test="recipient != null">#{recipient},</if> <if test="recipient != null">#{recipient},</if>
@ -187,9 +183,7 @@
update ipc_spare_parts_outbound update ipc_spare_parts_outbound
<trim prefix="SET" suffixOverrides=","> <trim prefix="SET" suffixOverrides=",">
<if test="sparePartsOutboundNum != null">spare_parts_outbound_num = #{sparePartsOutboundNum},</if> <if test="sparePartsOutboundNum != null">spare_parts_outbound_num = #{sparePartsOutboundNum},</if>
<if test="outboundQuantity != null">outbound_quantity = #{outboundQuantity},</if>
<if test="outboundTime != null">outbound_time = #{outboundTime},</if> <if test="outboundTime != null">outbound_time = #{outboundTime},</if>
<if test="sparePartsId != null">spare_parts_id = #{sparePartsId},</if>
<if test="operatorId != null">operator_id = #{operatorId},</if> <if test="operatorId != null">operator_id = #{operatorId},</if>
auditor_id = #{auditorId}, auditor_id = #{auditorId},
<if test="recipient != null">recipient = #{recipient},</if> <if test="recipient != null">recipient = #{recipient},</if>