#TRS-ZS-58 收盘操作:删除从衡泰获取数据等等功能

This commit is contained in:
汤旺
2024-05-22 17:59:07 +08:00
parent a8c2c0685a
commit 43629190e1
47 changed files with 71 additions and 5265 deletions
@@ -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;
}