提交 a47f03c6 编写于 作者: B baoliang

update worker group

上级 dd874b8a
......@@ -120,7 +120,7 @@ public interface WorkerGroupMapper {
@Result(property = "createTime", column = "create_time", javaType = Date.class, jdbcType = JdbcType.TIMESTAMP),
@Result(property = "updateTime", column = "update_time", javaType = Date.class, jdbcType = JdbcType.TIMESTAMP),
})
@DeleteProvider(type = WorkerGroupMapperProvider.class, method = "queryById")
@SelectProvider(type = WorkerGroupMapperProvider.class, method = "queryById")
WorkerGroup queryById(@Param("id") int id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册