소스 검색

fix: 解析总数参数增加注解

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

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

@@ -71,7 +71,7 @@
     <select id="countNavDetail" resultType="java.lang.Long"
             parameterType="com.simuwang.base.pojo.dto.query.ParseDetailPageQuery">
         select count(1) from (
-            SELECT distinct nav.id
+            SELECT distinct nav.id,
             nav.fund_id,
             nav.fund_name,
             nav.register_number,