|
|
@@ -36,11 +36,12 @@
|
|
|
|
|
|
<select id="logPageByShop" resultType="com.sqx.modules.errand.IndentSmsSendLogVO">
|
|
|
select
|
|
|
- issl.*, o.delivery_imgs as imgs
|
|
|
+ issl.*, o.delivery_imgs as imgs, gs.shop_name as sendFromShopName
|
|
|
from
|
|
|
tb_indent_sms_send_log issl
|
|
|
left join tb_indent i on i.indent_id = issl.order_id
|
|
|
left join tb_order o on o.order_id = i.order_id
|
|
|
+ left join goods_shop gs on gs.shop_id = issl.send_from_id
|
|
|
<where>
|
|
|
and issl.send_source = '2'
|
|
|
<if test="query.orderId != null">
|