Pārlūkot izejas kodu

fix: 重新解析报错

chenjianhua 6 mēneši atpakaļ
vecāks
revīzija
dac69e384d

+ 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}