Compare commits
No commits in common. "5a6411c6c306527ee17dc14e7c3e8918675af491" and "91794266e74350091cfdb2fb8fa2386fb609a831" have entirely different histories.
5a6411c6c3
...
91794266e7
|
@ -446,7 +446,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
//同步的数据 后面加"/Auto" 因为同步的地方可能会改 所以取反
|
||||
var extraIdentification = string.Empty;
|
||||
if (_userInfo.RequestUrl != "ReadingQuestion/addOrUpdateReadingTableQuestionTrial" && type == AuditOpt.Add)
|
||||
if (_userInfo.RequestUrl != "/ReadingQuestion/addOrUpdateReadingTableQuestionTrial" && type == AuditOpt.Add)
|
||||
{
|
||||
extraIdentification = "/Auto";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue