This commit is contained in:
aozhiwei 2020-08-31 20:38:43 +08:00
parent 41d262c67a
commit 9c57b34a39

View File

@ -5,46 +5,46 @@
}, },
{ {
"table_name": "user", "table_name": "user",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "bag", "table_name": "bag",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "sign", "table_name": "sign",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "quest", "table_name": "quest",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "share_achievement", "table_name": "share_achievement",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "activity", "table_name": "activity",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "passinfo", "table_name": "passinfo",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "shop", "table_name": "shop",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "additem_log", "table_name": "additem_log",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "equip", "table_name": "equip",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
}, },
{ {
"table_name": "shop_data", "table_name": "shop_data",
"where": "accountid LIKE '$channel_'" "where": "accountid LIKE '$channel_%'"
} }
] ]