|
@@ -39,7 +39,7 @@ namespace Hotline.Api.Controllers
|
|
|
public async Task<IActionResult> OrderSubmissionForm([FromBody] List<string> Ids)
|
|
|
{
|
|
|
var streams = new Dictionary<string, Stream>();
|
|
|
- var path = $"{Directory.GetCurrentDirectory()}/Template/宜宾交办单模版.doc";
|
|
|
+ var path = $"{Directory.GetCurrentDirectory()}/Template/AssignmentForm.doc";
|
|
|
|
|
|
foreach (var item in Ids)
|
|
|
{
|