Commit 5e0347e7 authored by 邱阿朋's avatar 邱阿朋

refactor(src): 优化代码和数据处理

- 修改 .gitignore 文件,添加 .env 到忽略列表
- 在 advertise_erp.py 中,将 ad_amount 字段的默认值从 0 改为空字符串
- 在 return_goods.py 中:
  - 删除未使用的 import time
  - 修正 sku_amount 字段的映射关系
  - 更新 erp_sku 字段的匹配方式
parent 97a12887
......@@ -5,4 +5,5 @@ pyinstaller -F -n advertise_erp.exe .\src\advertise_erp.py
pyinstaller -F -n return_goods.exe .\src\return_goods.py
pyinstaller -F -n spa_search.exe .\src\spa_search.py
pyinstaller -F -n easy_storage.exe .\src\easy_storage.py
pyinstaller -F -n diff_spa.exe .\cmd\diff_spa.py
\ No newline at end of file
pyinstaller -F -n diff_spa.exe .\cmd\diff_spa.py
del *.spec
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
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