Exemplo n.º 1
0
 /// <summary>
 /// 新品结算价
 /// </summary>
 public static void RunAddNewGoodsStockRecord(int year, int month)
 {
     if (!_goodsStockSettleRecordBll.AddNewGoodsSettlePrice(year, month))
     {
         ERP.SAL.LogCenter.LogService.LogError(string.Format("{0}年{1}月新品结算价录入失败", year, month), "结算价报表存档", null);
     }
 }