删除调试数据引起的数据变更错误。

This commit is contained in:
dongxiaoyan
2021-05-11 16:44:13 +08:00
parent ed9a54afc2
commit 97d286a700

View File

@@ -32,13 +32,13 @@ InitPotocol
#${objportol} run keyword if "${objportol}"=="${EMPTY}" set to dictionary ${objportol} ELSE set to dictionary ${objportol} ${key}=${value}
${objportol} set to dictionary ${objportol} ${key}=${value}
END
log %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
log ${objportol}
${key} Get Dictionary Keys ${objportol}
log ${key}
${v} Get From Dictionary ${objportol} 11111
${v} Get From Dictionary ${objportol} HTTP
log ${v}
#log %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#log ${objportol}
#${key} Get Dictionary Keys ${objportol}
#log ${key}
#获取数据示例:注意数据获取区分大小写
#${v} Get From Dictionary ${objportol} HTTP
#log ${v}
${test} query SELECT region_name,low_boundary FROM tsg_obj_app_id WHERE is_valid = 1 order by low_boundary
${appidportol} Create Dictionary
${testType} Evaluate type(${test})