|
|
|
@ -423,6 +423,8 @@ namespace Myshipping.Application
|
|
|
|
|
|
|
|
|
|
await _serviceWorkFlowActivitiesSubRelationRepository.InsertAsync(wfRelationActivitiesSub);
|
|
|
|
|
|
|
|
|
|
if (sub != null && sub.StatusTriggerList != null && sub.StatusTriggerList.Count > 0)
|
|
|
|
|
{
|
|
|
|
|
sub.StatusTriggerList.ForEach(async trg =>
|
|
|
|
|
{
|
|
|
|
|
var triggerRela = new ServiceWorkFlowActivitiesTriggerRelation
|
|
|
|
@ -436,6 +438,7 @@ namespace Myshipping.Application
|
|
|
|
|
|
|
|
|
|
await _serviceWorkFlowActivitiesTriggerRelationRepository.InsertAsync(triggerRela);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|