style(production): 优化代码格式和字段对齐
- 统一结构体字段的缩进和对齐格式 - 移除多余空行以提高代码可读性 - 标准化字段命名的一致性
This commit is contained in:
@@ -161,7 +161,6 @@ func ProcessStepsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// TorqueAuditHandler POST /torque/audit 拧紧记录审核签字
|
// TorqueAuditHandler POST /torque/audit 拧紧记录审核签字
|
||||||
func TorqueAuditHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
|
func TorqueAuditHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
|
||||||
return func(w http.ResponseWriter, r *http.Request) {
|
return func(w http.ResponseWriter, r *http.Request) {
|
||||||
@@ -202,4 +201,3 @@ func TorqueAuditLogHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
|
|||||||
httpx.Ok(w, data)
|
httpx.Ok(w, data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user