Commit 4218343e by guominglei

添加参数注解

parent d378a9cc
...@@ -31,7 +31,7 @@ public interface FlowStatusSnapshootMapper { ...@@ -31,7 +31,7 @@ public interface FlowStatusSnapshootMapper {
* @param flowStatusSnapshootList * @param flowStatusSnapshootList
* @return * @return
*/ */
int saveList(List<FlowStatusSnapshoot> flowStatusSnapshootList); int saveList(@Param("flowStatusSnapshootList")List<FlowStatusSnapshoot> flowStatusSnapshootList);
/** /**
* 删除太长时间的快照 * 删除太长时间的快照
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment