fix
This commit is contained in:
parent
f6170eed7b
commit
f17133732b
@ -59,8 +59,8 @@ class SS_Virtual_command:
|
||||
|
||||
def upload_2001_b_n(self):
|
||||
filename = "/data/git/ops_interface/ops/csv/2001_b_n.csv"
|
||||
projectId = int(21)
|
||||
createParam = {"commonHeader": {"projectId": 21},
|
||||
projectId = int(22)
|
||||
createParam = {"commonHeader": {"projectId": 22},
|
||||
"mainColumn": {"property": {"columnName": "#vp@b_n", "tableType": 0, "subTableType": "vprop_sql"}},
|
||||
"columns": [{"property": {"columnName": "b_n", "columnDesc": "跳转appid", "selectType": "string"}},
|
||||
{"property": {"columnName": "b_n_china", "columnDesc": "跳转中文名", "selectType": "string"}}]}
|
||||
@ -80,7 +80,7 @@ class SS_Virtual_command:
|
||||
|
||||
def main():
|
||||
ss = SS_Virtual_command()
|
||||
# ss.upload_gameid()
|
||||
#ss.upload_gameid()
|
||||
ss.upload_2001_b_n()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user