估值接收邮件发送处理

This commit is contained in:
汤旺
2024-06-06 13:53:55 +08:00
parent 712563a455
commit 08eb622ca1
4 changed files with 25 additions and 10 deletions
@@ -590,7 +590,8 @@ namespace YLErp.Web.Controllers
public ViewResult TradeMarketClientSend(int clientid, double payablemargin = -1, double payableFund = -1, string reportType = "", bool ParentFlag = false)
{
ViewBag.emails = ClientDataQueryService.GetClientEmails(clientid, false);
var isEodValue = true;
ViewBag.emails = ClientDataQueryService.GetClientEmails(clientid, false,isEodValue:isEodValue);
ViewBag.TradeMarketSheets = DBCacheManager.Single.GetStr(CacheTable.TradeMarketSheets);
ViewBag.LuoKuanDesc = DBCacheManager.Single.GetStr(CacheTable.LuoKuanDesc);
ViewBag.MarginLuoKuanDesc = DBCacheManager.Single.GetStr(CacheTable.MarginLuoKuanDesc);