|
|
@@ -850,7 +850,10 @@
|
|
850
|
850
|
silo_grain_height = #{siloGrainHeight,jdbcType=DECIMAL},
|
|
851
|
851
|
packaged_count = #{packagedCount,jdbcType=INTEGER},
|
|
852
|
852
|
average_weight = #{averageWeight,jdbcType=DECIMAL},
|
|
853
|
|
- check_record_ids = #{checkRecordIds,jdbcType=VARCHAR}
|
|
|
853
|
+ check_record_ids = #{checkRecordIds,jdbcType=VARCHAR},
|
|
|
854
|
+ in_financial_verification= #{inFinancialVerification,jdbcType=VARCHAR},
|
|
|
855
|
+ out_financial_verification=#{outFinancialVerification,jdbcType=VARCHAR},
|
|
|
856
|
+ excess_loss_quantity=#{excessLossQuantity,jdbcType=DECIMAL}
|
|
854
|
857
|
where id = #{id,jdbcType=INTEGER}
|
|
855
|
858
|
</update>
|
|
856
|
859
|
</mapper>
|