Commit 69fa1067 authored by rico.liu's avatar rico.liu

update

parent 5c84b4e7
......@@ -12,7 +12,6 @@ import datetime
#from pyforest import *
from matchSKU import matchSKU
from checkData import checkData
import sys
sys.path.append("zhouxingyu_project")
from main_merge import *
......@@ -171,7 +170,10 @@ def initAPIData(base_frm):
if __name__ == "__main__":
if initAPIData('ZH_SN'):
#source = 'ZH_SN'
source = 'ZH_YHD'
if initAPIData(source):
data_api = data_fetch(model='LXWL_model',localhost=False,source='ZH_SN')
data_api = data_fetch(model='LXWL_model',localhost=False,source=source)
data_api_table = data_api.run()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment