//通过TableID获得订单消费金额,主要在结账界面使用,这里查询的是实际下单的金额, public decimal GetMoneyByTid(int tid) { return(oiDal.GetOMoneyByTid(tid)); }