feat: 装配线看板修正、统一密钥Hardman_2026、操作日志追溯、日志按天存储

Dashboard 移除 CNC/清洗机等不存在设备,改为纯装配线看板(扫码枪+拧紧枪+人工);JWT/内部token统一为 Hardman_2026 写入各 etc/*.yaml,MES 建表 DSN 改读 yaml;event_log 增加 workOrderNo/operator,BOM/备料/PLC下发/拧紧/扫码报工/半成品/AGV 全链路埋点,日志页支持工单号/操作人筛选;MES/WMS 日志按天存储(dailyWriter),WMS SetWriter 用 logx.NewWriter 适配
This commit is contained in:
SunYF
2026-08-28 09:22:19 +08:00
parent a2afd2f6dc
commit 450a094f0e
39 changed files with 516 additions and 2111 deletions
@@ -4,14 +4,14 @@ Port: 8892
Timeout: 30000
Auth:
AccessSecret: bj-power-ws-secret-2026
AccessSecret: Hardman_2026
AccessExpire: 1800
Mes:
BaseURL: http://127.0.0.1:8888
Internal:
Token: bj-power-internal-2026
Token: Hardman_2026
Sim:
Enable: true