|
@@ -739,6 +739,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI
|
|
Name = item.base_info.name,
|
|
Name = item.base_info.name,
|
|
Regular_days = item.summary_info.regular_days,
|
|
Regular_days = item.summary_info.regular_days,
|
|
Exception_info_List = new List<Exception_info>(),
|
|
Exception_info_List = new List<Exception_info>(),
|
|
|
|
+ Work_days = item.summary_info.work_days
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|