Commit 58403463 by Huang Linyu

赛事活动订单导出功能 - 返回teeTime

parent 7a5aff47
......@@ -33,7 +33,7 @@ public class EventActivityOrderExcelDao extends GenericHibernateDao<EventActivit
+ ",od.orderName"
+ ",orderitem.floorPrice"
+ ",od.CashRebate"
+ ",orderitem.playDate"
+ ",CONCAT(DATE_FORMAT(orderitem.playDate, '%Y-%m-%d'),' ',LPAD(orderitem.teeTime,5,'0'),':00') AS playDate"
+ ",od.payMode"
+ ",od.actualAmount"
+ ",od.prePayAmount"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment