1.0.1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user