客户适当性有效期
This commit is contained in:
@@ -32,7 +32,10 @@ namespace YLErp.Modules.EodModule.SettlementModule
|
||||
var clienIds = _context.Request.ClientIds;
|
||||
|
||||
IQueryable<string> allQuery = null;
|
||||
|
||||
if (!EodPriceQueryService.CheckFR007Price(_context.SettleDate))
|
||||
{
|
||||
_context.RaiseError(Step, $"{_context.SettleDate:yyyy年MM月dd日}FR007价格未入库");
|
||||
}
|
||||
//判断当日结算价是否已经入库
|
||||
if (!EodPriceQueryService.CheckDbExists(_context.SettleDate))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user