コード例 #1
0
 protected override void ExcuteSelf()
 {
     //修改报销单的基本信息
     try
     {
         _DalReimburse.UpdateReimburseItemCustomer(_Reimburse);
     }
     catch
     {
         BllUtility.ThrowException(BllExceptionConst._DbError);
     }
 }