Browse Source

修复送达短信实体类字段名称和数据库字段名称不一致问题

codingliang 1 year ago
parent
commit
083bd0a35b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/errand/TbIndentSmsSendLogMapper.xml

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

@@ -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>