Commit 75644af4 by 陶然

优化

parent 25f79c85
...@@ -461,7 +461,7 @@ namespace Com.Bocom.OpenApi ...@@ -461,7 +461,7 @@ namespace Com.Bocom.OpenApi
split = conn.Single(querySplit); split = conn.Single(querySplit);
if (split == null) if (split == null)
{ {
split = payment.BizSplit(payment.Amount, "自动认领", KiviiContext.CurrentMember.OrganizationKvid, KiviiContext.CurrentMember.OrganizationName, conn, "市场业务收入", payment.OperatorKvid, payment.OperatorName); split = payment.BizSplit(payment.Amount, "自动认领", KiviiContext.CurrentMember.DepartmentKvid, KiviiContext.CurrentMember.DepartmentName, conn, "市场业务收入", payment.OperatorKvid, payment.OperatorName);
var trans2 = conn.OpenTransaction(); var trans2 = conn.OpenTransaction();
try try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment