yumeng %!s(int64=2) %!d(string=hai) anos
pai
achega
2c099f23d1

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