@@ -149,7 +149,7 @@ namespace MeterPlugInLibrary
if (rm.Succeed)
{
WriteLog(string.Format("更新图片记录[{0}]:{1}", ci.actualFirstNo, filename));
- //File.Delete(_filepath);
+ File.Delete(_filepath);
}
else