فهرست منبع

feat: 估值缺失计算

chenjianhua 6 ماه پیش
والد
کامیت
7435580e14
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      service-base/src/main/resources/mapper/EmailParseInfoMapper.xml

+ 2 - 2
service-base/src/main/resources/mapper/EmailParseInfoMapper.xml

@@ -208,8 +208,8 @@
         <if test="item.email !=null and item.email !=''">
             and email like concat('%',#{item.email},'%')
         </if>
-        <if test="senderEmail !=null and senderEmail !=''">
-            and sender_email like concat('%',#{senderEmail},'%')
+        <if test="item.senderEmail !=null and item.senderEmail !=''">
+            and sender_email like concat('%',#{item.senderEmail},'%')
         </if>
         <if test="item.emailType !=null">
             and email_type = #{item.emailType}