浏览代码

修改导出

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