|
@@ -236,7 +236,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="getAppointmentClothOrderList" resultType="com.yiqi.order.domain.vo.OrderClothAppointmentVO">
|
|
|
- select o.order_no as orderNo, o.appointment_time as appointmentTime, o.appointment_count as appointmentCount, o.pay_status as payStatus,
|
|
|
+ select o.order_no as orderNo, o.appointment_status as appointmentStatus, o.appointment_time as appointmentTime, o.appointment_count as appointmentCount, o.pay_status as payStatus,
|
|
|
o.take_cloth_app_user_id as takeClothAppUserId, o.order_status AS orderStatus, a.province as province, a.city as city, a.area as area,
|
|
|
a.address as address, a.address_detail as addressDetail, o.take_cloth_way as takeClothWay, o.send_cloth_way AS sendClothWay,
|
|
|
o.is_disassembly_and_assembly as isDisassemblyAndAssembly, o.is_large_item as isLargeItem, b.real_name as takeClothAppUserName,
|
|
@@ -252,7 +252,7 @@
|
|
|
and a.cloth_order_type=1
|
|
|
</if>
|
|
|
left join sys_org as org on org.id=o.org_id and org.source_type=o.source_type and org.id is not null
|
|
|
- where o.del_flag='0'
|
|
|
+ where o.del_flag='0' and o.order_status ! = '100'
|
|
|
<if test="orderType != null and orderType != ''">
|
|
|
and o.order_type=#{orderType}
|
|
|
</if>
|