订单统计 Bug3
This commit is contained in:
@@ -241,9 +241,6 @@
|
||||
<if test="type==3">
|
||||
sum(ifnull(qd_money,0.00))
|
||||
</if>
|
||||
<if test="type==4">
|
||||
sum(ifnull(one_money,0.00))+sum(ifnull(two_money,0.00))+sum(ifnull(qd_money,0.00))
|
||||
</if>
|
||||
from orders
|
||||
where status=1
|
||||
<if test="sysUserId!=null">
|
||||
|
||||
Reference in New Issue
Block a user