Skip to content

Commit

Permalink
Merge pull request #297 from iamazy/master
Browse files Browse the repository at this point in the history
brokerGroup添加描述
  • Loading branch information
llIlll committed Aug 25, 2020
2 parents e42a47e + d2fb408 commit 523ae76
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2019 The JoyQueue Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.joyqueue.repository.mybatis.handler;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
code,
labels,
policies,
description,
create_time,
create_by as `createBy.id`,
update_time,
Expand All @@ -39,6 +40,7 @@
`name`,
labels,
policies,
description,
create_time,
create_by,
update_time,
Expand All @@ -49,6 +51,7 @@
#{name},
#{labels},
#{policies},
#{description},
#{createTime},
#{createBy.id},
#{updateTime},
Expand Down Expand Up @@ -87,6 +90,7 @@
code=#{code},
`name`=#{name},
`policies`=#{policies},
`description`=#{description},
update_time=#{updateTime},
update_by=#{updateBy.id},
status=#{status}
Expand Down

0 comments on commit 523ae76

Please sign in to comment.