点击或拖拽改变大小

OrderHandleAggregateUpdateBalance 方法

更新用户余额

命名空间:  Project.Aggregate
程序集:  Project.Aggregate (在 Project.Aggregate.dll 中) 版本:1.1.0.0 (1.1.0.0)
语法
public static List<string> UpdateBalance(
	List<string> SQLStringList,
	decimal amount,
	ref decimal old_amount,
	sbyte type,
	int shop_id,
	int user_id,
	string memo
)

参数

SQLStringList
类型:System.Collections.GenericListString

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

amount
类型:SystemDecimal
操作金额
old_amount
类型:SystemDecimal

[缺少 "M:Project.Aggregate.OrderHandleAggregate.UpdateBalance(System.Collections.Generic.List{System.String},System.Decimal,System.Decimal@,System.SByte,System.Int32,System.Int32,System.String)" 的 <param name="old_amount"/> 文档]

type
类型:SystemSByte
操作类型 0支持 1=收入
shop_id
类型:SystemInt32
店铺id
user_id
类型:SystemInt32
用户id
memo
类型:SystemString
流水备注

返回值

类型:ListString

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

参见