소스 검색

修改导出

yumeng 2 년 전
부모
커밋
2c099f23d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruixuan-live/src/main/resources/mapper/isc/KuaishouSettlementRulesMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/KuaishouSettlementRulesMapper.xml

@@ -64,7 +64,7 @@
             and rule_name like concat('%',#{ruleName}, '%')
         </if>
         order by createTime desc
-        ) t group t.id
+        ) t group by t.id
 
     </select>
     <select id="getMaxRuleId" resultType="java.lang.Long">