@@ -958,6 +958,7 @@
SELECT CONCAT(shopOrderNo, '(', shopOrderID, ')') AS result
FROM cm_shop_order
WHERE orderID = #{orderID}
+ and shopId != 998
</select>
<select id="findIncome" resultType="java.lang.Double">
SELECT ROUND(IFNULL((
@@ -319,7 +319,7 @@
<th colspan="3">客户</th>
<th colspan="2">下单时间</th>
<th>订单金额</th>
- <th colspan="3">主订单下所有子订单</th>
+ <th colspan="3">所有子订单</th>
<th>订单总佣金</th>
<th>机构运费</th>
<th>收款状态</th>
@@ -98,7 +98,7 @@
@@ -87,7 +87,7 @@
@@ -419,7 +419,7 @@
@@ -342,7 +342,7 @@
@@ -100,7 +100,7 @@
@@ -292,7 +292,7 @@
@@ -94,7 +94,7 @@