Skip to content

cming091/check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

环境配置

需要修改config.yml 相应的配置 验证的环境 具体配置见config.yml 修改配置说明configmodify.txt

执行

  • 单独执行

nohup python3 -u main.py invoice >> invoice.log 2>&1 &

nohup python3 -u main.py payment >> payment.log 2>&1 &

nohup python3 -u main.py PayWithPurchase >> PayWithPurchase.log 2>&1 &

nohup python3 -u main.py PayWithRebate >> PayWithRebate.log 2>&1 &

nohup python3 -u main.py purchaseorder >> purchaseorder.log 2>&1 &


nohup python3 -u main.py customer >> customer.log 2>&1 &

nohup python3 -u main.py account >> account.log 2>&1 &

nohup python3 -u main.py receivable >> receivable.log 2>&1 &

nohup python3 -u main.py productouts >> productouts.log 2>&1 &

nohup python3 -u main.py contract >> contract.log 2>&1 &

nohup python3 -u main.py cuscredit >> cuscredit.log 2>&1 &

nohup python3 -u main.py cuscomment >> cuscomment.log 2>&1 &

  • 统一执行

bash start.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published