|
@@ -40,7 +40,7 @@ namespace Hotline.Api.Controllers
|
|
|
public async Task<IActionResult> OrderSubmissionForm([FromBody] List<string> Ids)
|
|
|
{
|
|
|
var streams = new Dictionary<string, Stream>();
|
|
|
- var path = $"{Environment.CurrentDirectory}/Template/宜宾交办单模板.doc";
|
|
|
+ var path = $"{Environment.CurrentDirectory}/Template/yibinjiaobandan.doc";
|
|
|
|
|
|
_logger.LogInformation($"运行得知:{path}");
|
|
|
foreach (var item in Ids)
|