This commit is contained in:
asteam
2024-08-23 16:55:50 +03:00
parent 6f40af6a5f
commit 003e4d656e
524 changed files with 43376 additions and 432 deletions

View File

@@ -24,7 +24,7 @@ func LBListDataSourceCheckPresence(ctx context.Context, plan *models.DataSourceL
listLBReq.AccountID = uint64(plan.AccountID.ValueInt64())
}
if !plan.RgID.IsNull() {
listLBReq.RGID = uint64(plan.ByID.ValueInt64())
listLBReq.RGID = uint64(plan.RgID.ValueInt64())
}
if !plan.TechStatus.IsNull() {
listLBReq.TechStatus = plan.TechStatus.ValueString()