Ver código fonte

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

chenjianhua 7 meses atrás
pai
commit
a4fb3a6e6d

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