Commit 9d000120 by Joneq

修改法人变更为五年

parent c6b372f7
Showing with 1 additions and 1 deletions
......@@ -126,7 +126,7 @@ func HttpGet(companyName string)(returnDatas map[string]string) {
var changeInfoNum int64
changeInfoNum = 0
for _,v := range totalNum.Result.Items{
if strings.Contains(v["changeItem"],"法人变更") && (DateTurnInt64(v["changeTime"]) + (365 * 86400)) < time.Now().Unix() {
if strings.Contains(v["changeItem"],"法人变更") && (DateTurnInt64(v["changeTime"]) + (365 * 86400 * 5)) < time.Now().Unix() {
changeInfoNum ++
}
}
......
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