소스 검색

基金信息Mapper复原

chenjianhua 7 달 전
부모
커밋
6f9c18d898
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      service-base/src/main/resources/mapper/EmailParseInfoMapper.xml

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

@@ -87,6 +87,7 @@
         <include refid="selectEmailParse"/>
         where epi.isvalid =1 and epi.id =#{id}
     </select>
+
     <select id="searchEmailCount" resultType="java.lang.Integer">
         select count(1) from PPW_EMAIL.email_parse_info where isvalid=1
         <if test="parseStatus != null and parseStatus != -1">