瀏覽代碼

fix: 重新解析报错

chenjianhua 6 月之前
父節點
當前提交
dac69e384d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service-base/src/main/resources/mapper/EmailParseInfoMapper.xml

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

@@ -117,7 +117,7 @@
     </select>
 
     <select id="queryById" resultMap="BaseResultMap">
-        select id, email, email_date, parse_date, email_title, email_type, sender_email
+        select id, email, email_date, parse_date, email_title, email_type, sender_email,parse_status
         from PPW_EMAIL.email_parse_info
         where isvalid = 1
           and id = #{id}