|
@@ -1504,7 +1504,9 @@ public class OrderApplication : IOrderApplication, IScopeDependency
|
|
//任务 314 关于修改回访结果后回访人更新的问题
|
|
//任务 314 关于修改回访结果后回访人更新的问题
|
|
if (_appOptions.Value.IsZiGong == true)
|
|
if (_appOptions.Value.IsZiGong == true)
|
|
{
|
|
{
|
|
- if (string.IsNullOrEmpty(visit.EmployeeId))
|
|
|
|
|
|
+ //if (string.IsNullOrEmpty(visit.EmployeeId)||)
|
|
|
|
+ // visit.EmployeeId = _sessionContext.UserId;
|
|
|
|
+ if(dto.IsUpdate==false)
|
|
visit.EmployeeId = _sessionContext.UserId;
|
|
visit.EmployeeId = _sessionContext.UserId;
|
|
}
|
|
}
|
|
else
|
|
else
|