|
|
@@ -42,7 +42,7 @@
|
|
|
left join tb_indent i on i.indent_id = issl.order_id
|
|
|
left join tb_order o on o.order_id = i.order_id
|
|
|
<where>
|
|
|
- and issl.source_type = '2'
|
|
|
+ and issl.send_source = '2'
|
|
|
<if test="query.orderId != null">
|
|
|
and issl.order_id = #{query.orderId}
|
|
|
</if>
|