|
|
@ -97,8 +97,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="hasCompleteNum != null">has_complete_num,</if> |
|
|
|
<if test="thisReceivingNum != null">this_receiving_num,</if> |
|
|
|
<if test="hasReceivingNum != null">has_receiving_num,</if> |
|
|
|
<if test="snCode != null">sn_code,</if> |
|
|
|
<if test="shippingDeviceId != null">shipping_device_id,</if> |
|
|
|
<if test="sharedStockAllocatedNum != null">shared_stock_allocated_num,</if> |
|
|
|
<if test="fixedStockAllocatedNum != null">fixed_stock_allocated_num,</if> |
|
|
|
<if test="createTime != null">create_time,</if> |
|
|
@ -130,8 +128,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="hasCompleteNum != null">#{hasCompleteNum},</if> |
|
|
|
<if test="thisReceivingNum != null">#{thisReceivingNum},</if> |
|
|
|
<if test="hasReceivingNum != null">#{hasReceivingNum},</if> |
|
|
|
<if test="snCode != null">#{snCode},</if> |
|
|
|
<if test="shippingDeviceId != null">#{shippingDeviceId},</if> |
|
|
|
<if test="sharedStockAllocatedNum != null">#{sharedStockAllocatedNum},</if> |
|
|
|
<if test="fixedStockAllocatedNum != null">#{fixedStockAllocatedNum},</if> |
|
|
|
<if test="createTime != null">#{createTime},</if> |
|
|
@ -167,8 +163,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="hasCompleteNum != null">has_complete_num = #{hasCompleteNum},</if> |
|
|
|
<if test="thisReceivingNum != null">this_receiving_num = #{thisReceivingNum},</if> |
|
|
|
<if test="hasReceivingNum != null">has_receiving_num = #{hasReceivingNum},</if> |
|
|
|
<if test="snCode != null">sn_code = #{snCode},</if> |
|
|
|
<if test="shippingDeviceId != null">shipping_device_id = #{shippingDeviceId},</if> |
|
|
|
<if test="sharedStockAllocatedNum != null">shared_stock_allocated_num = #{sharedStockAllocatedNum},</if> |
|
|
|
<if test="fixedStockAllocatedNum != null">fixed_stock_allocated_num = #{fixedStockAllocatedNum},</if> |
|
|
|
<if test="createTime != null">create_time = #{createTime},</if> |
|
|
@ -207,8 +201,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="hasCompleteNum != null">has_complete_num = #{hasCompleteNum},</if> |
|
|
|
<if test="thisReceivingNum != null">this_receiving_num = #{thisReceivingNum},</if> |
|
|
|
<if test="hasReceivingNum != null">has_receiving_num = #{hasReceivingNum},</if> |
|
|
|
<if test="snCode != null">sn_code = #{snCode},</if> |
|
|
|
<if test="shippingDeviceId != null">shipping_device_id = #{shippingDeviceId},</if> |
|
|
|
<if test="sharedStockAllocatedNum != null">shared_stock_allocated_num = #{sharedStockAllocatedNum},</if> |
|
|
|
<if test="fixedStockAllocatedNum != null">fixed_stock_allocated_num = #{fixedStockAllocatedNum},</if> |
|
|
|
<if test="createTime != null">create_time = #{createTime},</if> |
|
|
|