加 看内存缓存数据接口
This commit is contained in:
@@ -260,7 +260,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
var currentLatest = dbEntityList.OrderByDescending(t => t.CreateTime).FirstOrDefault();
|
||||
|
||||
if (currentLatest.Email != userInfo.EmailOrPhone)
|
||||
if (currentLatest!.Email != userInfo.EmailOrPhone)
|
||||
{
|
||||
//---该中心下已经有其他用户已填写的调研表,您不被允许继续填写
|
||||
return ResponseOutput.NotOk(_localizer["TrialSiteSurvey_AlreadyFilledByOtherUsers"]);
|
||||
|
||||
Reference in New Issue
Block a user