Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #336 WebAPIのQuery処理で受注モジュールの明細行が全行取得できるように修正。 #340

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

hideosugimoto
Copy link
Collaborator

関連Issue / Related Issue

不具合の内容 / Bug

  1. Query処理でデータを取得する際、明細行の最終行のデータのみ残っていた。

原因 / Cause

  1. Query処理でデータを取得する際、レコードID毎にデータをまとめていた為に明細行が複数あった場合に最終行のデータのみ残る形となっていた。

変更内容 / Details of Change

  1. 明細行のデータを取得する場合、レコードID毎に上書きするのではなく新しい配列データとして追加するように修正。
  2. 取得するデータに明細行のデータが含まれていない場合は、今まで通り取得するように修正。
     ⇒明細行を除いた項目を取得しようとした場合、同じデータが明細行分取れてしまわないように対応。

影響範囲 / Affected Area

見積、受注、発注、請求モジュールをQuery処理で取得する場合。
※Retrieve処理は対象外。

チェックリスト / Check List

  • 自らテストを行った
  • 不必要な変更が無い
  • 影響範囲の検討を行った

備考 / Remarks

@Remicck Remicck merged commit 979e4ac into thinkingreed-inc:main Nov 1, 2021
Remicck added a commit to Remicck/F-RevoCRM that referenced this pull request Apr 15, 2024
fix thinkingreed-inc#336 WebAPIのQuery処理で受注モジュールの明細行が全行取得できるように修正。
Remicck added a commit to Remicck/F-RevoCRM that referenced this pull request Apr 15, 2024
fix thinkingreed-inc#336 WebAPIのQuery処理で受注モジュールの明細行が全行取得できるように修正。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[不具合]WebAPIのQuery処理で受注モジュールの明細行が最終行以外取得できない。
2 participants