Skip to content

Commit

Permalink
bug:申请加入组bug修复 #9512
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Oct 8, 2023
1 parent dcbe576 commit d2c04ff
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ class ServiceDao {
if (serviceUpdateInfo.deleted != null) {
execute.set(DELETED, serviceUpdateInfo.deleted)
}
if (serviceUpdateInfo.weight != null) {
execute.set(WEIGHT, serviceUpdateInfo.weight)
}
execute.set(CLUSTER_TYPE, serviceUpdateInfo.clusterType)
return execute.set(UPDATED_USER, userId)
.set(UPDATED_TIME, LocalDateTime.now())
Expand Down

0 comments on commit d2c04ff

Please sign in to comment.