#TRS-ZS-58 收盘操作:删除从衡泰获取数据等等功能
This commit is contained in:
@@ -339,19 +339,6 @@ namespace YLErp.Modules.ClientModule
|
||||
SetDBModelOpt(dbmodel);
|
||||
|
||||
DbContext.SaveChanges();
|
||||
if (client.ProcessStatus == "已开户")
|
||||
{
|
||||
var dataType= SwapPushDataEnum.客户资金账户新增;
|
||||
if (!isAdd)
|
||||
{
|
||||
dataType = SwapPushDataEnum.客户资金账户修改;
|
||||
}
|
||||
if (doInvalid)
|
||||
{
|
||||
dataType = SwapPushDataEnum.客户资金账户删除;
|
||||
}
|
||||
new PushLogService(UserInfo).AddLog(dbmodel.ClientId ?? 0, dataType, client.Number);
|
||||
}
|
||||
return dbmodel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user