Commit 40396957 by Joneq

判断sql插入限制

parent c823d8b1
Showing with 1 additions and 2 deletions
......@@ -119,8 +119,7 @@ func HttpGet(companyName string)(returnDatas map[string]string) {
returnData["tianyancha_json"] += "||||"+string(respBody)
}
fmt.Println(len(returnData["tianyancha_json"]))
if len(returnData["tianyancha_json"]) > 130000{
if len(returnData["tianyancha_json"]) > 70000{
returnData["tianyancha_json"] += "字符串过长"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment