Explorar el Código

修改短信发送记录分页接口

liu hace 3 meses
padre
commit
1aaae8adf5

+ 2 - 0
src/main/java/com/sqx/modules/errand/IndentSmsSendLogVO.java

@@ -20,4 +20,6 @@ public class IndentSmsSendLogVO extends TbIndentSmsSendLog {
 
     @ApiModelProperty("发送店铺名称")
     private String sendFromShopName;
+
+
 }

+ 1 - 1
src/main/resources/mapper/errand/TbIndentSmsSendLogMapper.xml

@@ -36,7 +36,7 @@
 
     <select id="logPageByShop" resultType="com.sqx.modules.errand.IndentSmsSendLogVO">
         select
-        issl.*, o.delivery_imgs as imgs, gs.shop_name as sendFromShopName
+        issl.*, o.delivery_imgs as imgs, gs.shop_name as sendFromShopName,gs.phone as sendFromPhone
         from
         tb_indent_sms_send_log issl
         left join tb_indent i on i.indent_id = issl.order_id