|
@@ -2691,7 +2691,9 @@ public class OrderController : BaseController
|
|
|
{
|
|
|
if (DateTime.Now > visitDetail.ScreenByEndTime && !_sessionContext.OrgIsCenter)
|
|
|
{
|
|
|
- throw UserFriendlyException.SameMessage("超过2个工作日不能申请甄别,不能申请");
|
|
|
+ var mes = "超过截至甄别时间不能申请甄别!";
|
|
|
+ mes = _appOptions.Value.IsLuZhou ? "回访完成的次月第一个工作日后不能再申请甄别!" : mes;
|
|
|
+ throw UserFriendlyException.SameMessage(mes);
|
|
|
}
|
|
|
}
|
|
|
}
|