Browse Source

Merge branch 'feature/pool419_edb_noupdate' into debug

xyxie 2 ngày trước cách đây
mục cha
commit
405a7efcfa
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      controllers/data_manage/edb_info.go

+ 2 - 0
controllers/data_manage/edb_info.go

@@ -3662,6 +3662,7 @@ func (this *EdbInfoController) EdbInfoFilterByEs() {
 					continue
 				}
 				edbInfoList[i].IsJoinPermission = tmpEdbInfo.IsJoinPermission
+				edbInfoList[i].NoUpdate = tmpEdbInfo.NoUpdate
 			}
 		}
 
@@ -5123,6 +5124,7 @@ func (this *EdbInfoController) AllEdbInfoByEs() {
 					continue
 				}
 				edbInfoList[i].IsJoinPermission = tmpEdbInfo.IsJoinPermission
+				edbInfoList[i].NoUpdate = tmpEdbInfo.NoUpdate
 			}
 		}