|
|
@@ -12,15 +12,16 @@ from src.service_tools import Service_Tools
|
|
|
from src.scrip_toos import Scrip_Tools
|
|
|
|
|
|
output_folder_pc="output"
|
|
|
-json_folder_pc="C:/Workspaces/Code_Git/MTP20_WEB_GLOBAL/public/locales/"
|
|
|
-oem_json_folder_pc = "C:/Workspaces/Code_Git/MTP20_WEB_GLOBAL/oem/"
|
|
|
+git_code_folder="E:/workspace/git_code" # 根据实际目录修改
|
|
|
+json_folder_pc=git_code_folder + "/MTP20_WEB_GLOBAL/public/locales/"
|
|
|
+oem_json_folder_pc = git_code_folder + "/MTP20_WEB_GLOBAL/oem/"
|
|
|
|
|
|
output_folder_manage="output_manage"
|
|
|
-json_folder_manage="C:/Workspaces/Code_Git/MTP2.0_NEWMANAGE_WEB\public/locales/"
|
|
|
-oem_json_folder_manage = "C:/Workspaces/Code_Git/MTP2.0_NEWMANAGE_WEB/oem/"
|
|
|
+json_folder_manage=git_code_folder + "/MTP2.0_NEWMANAGE_WEB\public/locales/"
|
|
|
+oem_json_folder_manage = git_code_folder + "/MTP2.0_NEWMANAGE_WEB/oem/"
|
|
|
|
|
|
output_folder_manage_service="output_manage_service"
|
|
|
-json_folder_manage_service="C:/Workspaces/Code_Git/MTP2.0_NEWMANAGE_SERVICE/mtp3-century/src/main/resources/"
|
|
|
+json_folder_manage_service=git_code_folder + "/MTP2.0_NEWMANAGE_SERVICE/mtp3-century/src/main/resources/"
|
|
|
oem_json_folder_manage_service = ""
|
|
|
|
|
|
output_folder_script="output_script"
|
|
|
@@ -35,7 +36,7 @@ if __name__ == "__main__":
|
|
|
if platform == "pc":
|
|
|
type = input("请选择生成类型 (excel, json): ")
|
|
|
oem = "tss"
|
|
|
- inc_file = "20250627_tss_inc"
|
|
|
+ inc_file = "20251110_tss_inc"
|
|
|
print("inc_file:" + inc_file)
|
|
|
if type == "excel":
|
|
|
# 生成交易前端excel及增量
|