点击或拖拽改变大小

OrderOperateAggregateUpdateGoodsSales 方法

更新商品销量

命名空间:  Project.Aggregate
程序集:  Project.Aggregate (在 Project.Aggregate.dll 中) 版本:1.1.0.0 (1.1.0.0)
语法
public static List<string> UpdateGoodsSales(
	List<string> SQLStringList,
	int sales,
	ref int oldsku_sales,
	ref int oldspu_sales,
	string stock_type,
	string goods_spu,
	string goods_sku
)

参数

SQLStringList
类型:System.Collections.GenericListString

[缺少 "M:Project.Aggregate.OrderOperateAggregate.UpdateGoodsSales(System.Collections.Generic.List{System.String},System.Int32,System.Int32@,System.Int32@,System.String,System.String,System.String)" 的 <param name="SQLStringList"/> 文档]

sales
类型:SystemInt32
操作销量
oldsku_sales
类型:SystemInt32

[缺少 "M:Project.Aggregate.OrderOperateAggregate.UpdateGoodsSales(System.Collections.Generic.List{System.String},System.Int32,System.Int32@,System.Int32@,System.String,System.String,System.String)" 的 <param name="oldsku_sales"/> 文档]

oldspu_sales
类型:SystemInt32

[缺少 "M:Project.Aggregate.OrderOperateAggregate.UpdateGoodsSales(System.Collections.Generic.List{System.String},System.Int32,System.Int32@,System.Int32@,System.String,System.String,System.String)" 的 <param name="oldspu_sales"/> 文档]

stock_type
类型:SystemString
2减销量 1加销量
goods_spu
类型:SystemString

[缺少 "M:Project.Aggregate.OrderOperateAggregate.UpdateGoodsSales(System.Collections.Generic.List{System.String},System.Int32,System.Int32@,System.Int32@,System.String,System.String,System.String)" 的 <param name="goods_spu"/> 文档]

goods_sku
类型:SystemString

[缺少 "M:Project.Aggregate.OrderOperateAggregate.UpdateGoodsSales(System.Collections.Generic.List{System.String},System.Int32,System.Int32@,System.Int32@,System.String,System.String,System.String)" 的 <param name="goods_sku"/> 文档]

返回值

类型:ListString

[缺少 "M:Project.Aggregate.OrderOperateAggregate.UpdateGoodsSales(System.Collections.Generic.List{System.String},System.Int32,System.Int32@,System.Int32@,System.String,System.String,System.String)" 的 <returns> 文档]

参见