Skip to content

Commit

Permalink
Merge pull request #898 from NUTFes/feat/kubosaka/fix-openapi
Browse files Browse the repository at this point in the history
openapiの修正
  • Loading branch information
Kubosaka authored Dec 27, 2024
2 parents 50d4302 + 4b00ff6 commit c69b202
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 696 deletions.
2 changes: 1 addition & 1 deletion api/externals/repository/fund_information_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (fir *fundInformationRepository) Create(
",'" + remark +
"'," + isFirstCheck +
"," + isLastCheck +
"," + receivedAt + ")"
",'" + receivedAt + "')"
return fir.crud.UpdateDB(c, query)
}

Expand Down
Loading

0 comments on commit c69b202

Please sign in to comment.