|
|
@@ -3280,7 +3280,7 @@ namespace TeamAAS_VP.Core
|
|
|
if (pressureSensorConfig.IsSavePressureCurve && i == pngindex)
|
|
|
{
|
|
|
//复制曲线图
|
|
|
- string pngfile_path = $"{pressureSensorConfig.PressureCurvePath}\\{dt.ToString("yyyy-MM")}\\{dt.ToString("MM-dd")}\\{currentProduct.Name}\\{ProductMainSN[i]}";
|
|
|
+ string pngfile_path = $"{pressureSensorConfig.PressureCurvePath}\\{dt.ToString("yyyy-MM")}\\{dt.ToString("yyyy-MM-dd")}\\{currentProduct.Name}\\{ProductMainSN[i]}";
|
|
|
string pngfileName = $"{pngfile_path}\\pressure-{ProductMainSN[i]}-{pngindex}.png";
|
|
|
string target_png = Path.Combine(filePath, Path.GetFileName(pngfileName));
|
|
|
File.Copy(pngfileName, target_png, true);
|