fix: rebuild MES as compilable go-zero+ent backend (renamed bj_power_mes), restore 3 workstation projects from pristine original, align naming; all Go projects go build clean

This commit is contained in:
SunYF
2026-08-27 10:56:41 +08:00
parent 380715f8a9
commit 371b494c54
523 changed files with 67923 additions and 24758 deletions
+1 -3
View File
@@ -72,8 +72,6 @@ func ErrorCtx(ctx context.Context, err error) (int, any) {
return 200, body
}
// 未识别的普通错误(å¦?EventLoop 返回的业务错误):Msg 直接é€å‡ºçœŸå®žåŽŸå› ï¼?
// é¿å…å‰ç«¯åªçœ‹åˆ°ç¬¼ç»Ÿçš„"æœåС噍开å°å·®"而无法定ä½é—®é¢?
body := Body{Code: errorx.CommonErrCode, Msg: err.Error()}
body := Body{Code: errorx.CommonErrCode, Msg: errorx.MapErrMsg(errorx.CommonErrCode), Detail: err.Error()}
return 200, body
}