提交 9a731f86 authored 作者: inroi's avatar inroi

微调

上级 377ed08f
...@@ -39,7 +39,7 @@ public interface LogMapper extends BaseMapper<Log> { ...@@ -39,7 +39,7 @@ public interface LogMapper extends BaseMapper<Log> {
* @param idList ID列表 * @param idList ID列表
* @return 失败日志 * @return 失败日志
*/ */
List<Log> selectLogByIdList(List<Integer> idList); List<Log> selectLogByIdList(@Param("idList") List<Integer> idList);
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论