Commit a0d2a0a4 by Joneq

判断sql插入限制

parent 92bce1ef
Showing with 1 additions and 1 deletions
......@@ -121,7 +121,7 @@ func HttpGet(companyName string)(returnDatas map[string]string) {
fmt.Println(returnData["tianyancha_json"])
if len(returnData["tianyancha_json"]) > 70000{
returnData["tianyancha_json"] += "字符串过长"
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