EC-CUBE / ec-cube

EC-CUBE is the most popular e-commerce solution in Japan
https://www.ec-cube.net
Other
735 stars 645 forks source link

OrderPdfRepository::find() の引数の間違い? #6107

Open nanasess opened 6 months ago

nanasess commented 6 months ago

find() の引数はID(プライマリーキー)のはず。 少なくとも UserInterface ではないはず https://github.com/EC-CUBE/ec-cube/blob/e9edc3bbcc3183c52c07108023382f591d759c5b/src/Eccube/Controller/Admin/Order/OrderController.php#L643

dotani1111 commented 6 months ago

@nanasess issueありがとうございます。 調査進めたいと思います。

chihiro-adachi commented 4 months ago

@nanasess @dataich member_idが主キーなので上手くいってるようです。 https://github.com/EC-CUBE/ec-cube/blob/4.3/src/Eccube/Entity/OrderPdf.php#L38

dataich commented 4 months ago

@chihiro-adachi メンション先を間違えていらっしゃるようです🙇‍♂️