From 47539840f6fc34c60b0f02567a1826bedfb18fc4 Mon Sep 17 00:00:00 2001
From: yujian <yujian>
Date: 星期三, 09 一月 2019 09:47:26 +0800
Subject: [PATCH] 统计所有订单数量调整

---
 fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderMapper.xml b/fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderMapper.xml
index 08d4b34..ce84e57 100644
--- a/fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderMapper.xml
+++ b/fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderMapper.xml
@@ -309,7 +309,6 @@
 			yeshi_ec_hongbao_v2 th ON (tr.`ho_hongbao_id` = th.`hb_id` OR
 				th.`hb_pid` = tr.`ho_hongbao_id` )
 			WHERE th.`hb_uid` = #{uid} 	
-				AND (th.hb_state = 1 OR th.hb_state = 2 OR th.hb_state = 3)
 			<if test="type != null and type == 1"> <!-- 鑷喘璁㈠崟 -->
 				AND (th.hb_type =1 or th.hb_type =2)
 			</if>

--
Gitblit v1.8.0