insert into jsh_material_current_stock (material_id, depot_id, current_number) values (#{item.materialId,jdbcType=BIGINT}, #{item.depotId,jdbcType=BIGINT},#{item.currentNumber,jdbcType=DECIMAL})