merged_price 표시되게 수정
This commit is contained in:
parent
e5e153777e
commit
c856ce4045
|
|
@ -1260,7 +1260,7 @@ class Ui_Dialog(QtWidgets.QDialog):
|
|||
def get_query_for_table(self, table_name):
|
||||
queries = {
|
||||
"Keywords": "SELECT keyword, base_category, MatchingUrl, MatchingCat, id FROM Keywords",
|
||||
"NaverShopping": "SELECT keyword_id, keyword, delvFee, packingFee, plusFee, MatchingUrl, MatchingCat, productTitle, price, category1Name, category2Name, category3Name, category4Name, localImagePath, id, cat_code, tao_imageUrl FROM NaverShopping",
|
||||
"NaverShopping": "SELECT keyword_id, keyword, delvFee, packingFee, plusFee, MatchingUrl, MatchingCat, productTitle, price, category1Name, category2Name, category3Name, category4Name, localImagePath, id, cat_code, tao_imageUrl, merged_price FROM NaverShopping",
|
||||
# "Taobao": "SELECT keyword_id, item_name, price, imageSearchUrl, keywordSearchUrl, rank FROM Taobao",
|
||||
"Taobao": "SELECT * FROM Taobao",
|
||||
"SubKeywords": "SELECT keyword_id, relatedTags, id FROM SubKeywords",
|
||||
|
|
|
|||
Loading…
Reference in New Issue