|
|
|
@@ -546,8 +546,8 @@ |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<select id="findListOrder" resultMap="orderMap" parameterType="com.iformall.domain.vo.WxOrderQueryVo"> |
|
|
|
|
|
|
|
select o.*,case o.order_status when 0 then 0 when 2 then 2 else o.payment end pay from ( |
|
|
|
|
|
|
|
select o.*,case o.order_status when 0 then 0 when 2 then 0 else o.payment end pay from ( |
|
|
|
select o.id,o.order_number,o.tenant_id,o.product_id,o.payment,o.order_status, |
|
|
|
c.title,cubi.`name` c_user_name,cubi.phone,o.create_date,1 attribute from wx_order o |
|
|
|
left join wx_c_user_basic_info cubi on o.c_user_id=cubi.id |
|
|
|
|