liujiandao
2024-04-22 8cb1da78fd4d237b278ed4d512c6c4f04b663cfc
controllers/operation.go
@@ -898,7 +898,7 @@
            return
         }
      } else if companyName == "geruimi" {
         fileUrl, err = ExportInputSelfmade(constvar.FileTemplateCategory_Selfmade, operation)
         fileUrl, err = ExportInputSelfmade(constvar.FileTemplateCategory_Output, operation)
         if err != nil {
            util.ResponseFormat(c, code.RequestParamError, err.Error())
            return