|
@@ -1,4 +1,5 @@
|
|
|
-using Hotline.FlowEngine.Workflows;
|
|
|
+using Hotline.Early;
|
|
|
+using Hotline.FlowEngine.Workflows;
|
|
|
using Hotline.Orders;
|
|
|
using Hotline.Share.Dtos.Ai;
|
|
|
using Hotline.Share.Dtos.Order;
|
|
@@ -266,5 +267,8 @@ public class OrderMapperConfigs : IRegister
|
|
|
.IgnoreIf((s, d) => s.OrgHandledAttitude == null, d => d.OrgHandledAttitude)
|
|
|
.Map(d => d.OrgHandledAttitude, s => s.OrgHandledAttitude.Value)
|
|
|
;
|
|
|
+
|
|
|
+ config.ForType<EarlyWarningSettingDto, EarlyWarningSetting>()
|
|
|
+ .Map(d => d.Id, s => s.Id);
|
|
|
}
|
|
|
}
|