@@ -42,7 +42,9 @@ namespace IRaCIS.Core.Application.MassTransit.Recurring
|
||||
DictionaryRepository = _dictionaryRepository,
|
||||
IsEn_US = isEn_US,
|
||||
DictionaryList = new List<DictionaryDto>()
|
||||
{new DictionaryDto (){DictionaryCode= "YesOrNo",EnumValue="1", }, //是否加急}
|
||||
{
|
||||
new DictionaryDto (){DictionaryCode= "YesOrNo",EnumValue="1" }
|
||||
}
|
||||
});
|
||||
|
||||
//找到该项目所有的IR 并且有加急 和Pd 未读的任务
|
||||
|
||||
Reference in New Issue
Block a user