Explorar el Código

月度销售预测回写调整

heteng hace 2 años
padre
commit
db05e38366

+ 1 - 1
MicroServices/Business/Business.Application/SaleForecastManagement/MonthlyCapacityLoadAppService.cs

@@ -571,7 +571,7 @@ namespace Business.SaleForecastManagement
                     return "NO|" + e.Message;
                 };
             }
-            return "OK|发布成功!";
+            return "OK|修订成功!";
         }
 
         /// <summary>