|
|
|
@ -89,7 +89,7 @@ |
|
|
|
select sum(${field}) from <include refid="tbName"/> ub |
|
|
|
INNER JOIN `order` o ON ub.batchcode = o.batchcode |
|
|
|
where ub.user_isli = #{user_isli} |
|
|
|
AND (ub.thatday_sale_money> OR ub.thatday_buy_money>0) |
|
|
|
AND (ub.thatday_sale_money>0 OR ub.thatday_buy_money>0) |
|
|
|
AND o.status in (2,3,4); |
|
|
|
</select> |
|
|
|
|
|
|
|
|