ソースを参照

基金信息Mapper复原

chenjianhua 7 ヶ月 前
コミット
6f9c18d898

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