|
@@ -51,6 +51,7 @@ public class ZiGongExpireTimeTest
|
|
|
[InlineData("企业投诉件单元测试", "2024-09-05 14:00:00", "CenterToOrg", "2024-09-09 14:00:00")]
|
|
|
[InlineData("四川省12345咨询件单元测试", "2024-09-05 14:00:00", "CenterToOrg", "2024-09-06 14:00:00")]
|
|
|
[InlineData("四川省12345建议件单元测试", "2024-09-05 14:00:00", "CenterToOrg", "2024-09-10 14:00:00")]
|
|
|
+ [InlineData("中心到中心24小时", "2024-09-12 14:00:00", "CenterToCenter", "2024-09-13 14:00:00")]
|
|
|
public async Task CalcExpiredTime_Test(string title, string beginTxt, string flowTxt, string expected)
|
|
|
{
|
|
|
var beginTime = DateTime.Parse(beginTxt);
|