退款金额
This commit is contained in:
@@ -302,6 +302,7 @@ public class TbOrderInfoServiceImpl implements TbOrderInfoService {
|
||||
dto.setSeatInfo(cashierCart);
|
||||
Map<String, Object> data = BeanUtil.beanToMap(tbOrderInfo, false, false);
|
||||
data.putAll(BeanUtil.beanToMap(dto, false, false));
|
||||
data.put("refundAmount", tbOrderInfo.getRefundAmount());
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user