Commit 41dcc4d9 by Joneq

判断sql插入限制

parent 118fc03e
Showing with 1 additions and 1 deletions
......@@ -115,7 +115,7 @@ func HttpGet(companyName string)(returnDatas map[string]string) {
}
fmt.Println(len(returnData["tianyancha_json"]))
if len(returnData["tianyancha_json"]) > 130000 {
if len(returnData["tianyancha_json"]) > 30000 {
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