aa
This commit is contained in:
@@ -109,9 +109,7 @@ func OnTokenChange(values url.Values) {
|
|||||||
if dataStr := values.Get("code"); dataStr != "" {
|
if dataStr := values.Get("code"); dataStr != "" {
|
||||||
json.Unmarshal([]byte(dataStr), &codeInfo)
|
json.Unmarshal([]byte(dataStr), &codeInfo)
|
||||||
}
|
}
|
||||||
fmt.Println("11111111111111111111", values)
|
if codeInfo.Code != "" {
|
||||||
fmt.Println("22222222222222222222", utils.Format4Output(codeInfo, false))
|
|
||||||
if codeInfo != nil {
|
|
||||||
voc := &model.VendorOrgCode{}
|
voc := &model.VendorOrgCode{}
|
||||||
sql := `
|
sql := `
|
||||||
SELECT * FROM tmp_jd WHERE vendor_org_code = ?
|
SELECT * FROM tmp_jd WHERE vendor_org_code = ?
|
||||||
|
|||||||
Reference in New Issue
Block a user