Преглед на файлове

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

codingliang преди 1 година
родител
ревизия
083bd0a35b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>