This commit is contained in:
parent
72902c1f88
commit
df44f8e6c0
|
|
@ -51,9 +51,9 @@
|
|||
|
||||
<select id="selectOrderQtySummaryByOrderStatusAndCreateTimeBetween"
|
||||
resultType="cn.hangtag.module.oms.controller.admin.trade.vo.TradeOrderSummaryRespVO">
|
||||
|
||||
SELECT IFNULL(SUM(0), 0) AS orderCount,
|
||||
COUNT(1) AS orderAmount
|
||||
SELECT
|
||||
COUNT(1) AS orderCount
|
||||
,ROUND(IFNULL(SUM(order_amount), 0),2) AS orderAmount
|
||||
FROM oms_saleorder
|
||||
WHERE deleted = FALSE
|
||||
<!--<if test="billStatus != null">
|
||||
|
|
|
|||
Loading…
Reference in New Issue