Browse Source

字段名修改

WH01243 1 month ago
parent
commit
de93898a38
1 changed files with 2 additions and 2 deletions
  1. 2 2
      clueSync/kc.go

+ 2 - 2
clueSync/kc.go

@@ -105,7 +105,7 @@ ORDER BY
 				if status == 0 {
 					break
 				}
-				cfg.LastkcTime = gconv.String(v["autoUpdate"])
+				cfg.LastkcTime = gconv.String(v["update_time"])
 				customList = append(customList, orderCode)
 				delete(orderMap, orderCode)
 			}
@@ -686,7 +686,7 @@ func ordersClue() {
 					}
 				}
 			}
-			cfg.LastOrderClueId = gconv.String(v["autoUpdate"])
+			cfg.LastOrderClueId = gconv.String(v["update_time"])
 		}
 	}
 	common.WriteSysConfig(&cfg)