fix: 結合テスト不具合修正。
担当車種別の異なる施設担当者のレコードが無効化され、重複相手先コードのレコードが作成されない。 重複相手先コードの施設担当者レコードの検索条件に担当者種別コードの指定漏れ。
This commit is contained in:
parent
fa23ae3964
commit
469d2f46bc
@ -548,6 +548,7 @@ def _select_emp_chg_inst(db: Database, dcf_inst_cd: str, dup_opp_cd: str, ta_cd:
|
||||
WHERE
|
||||
eciopp.inst_cd = :dup_opp_cd
|
||||
AND eciopp.ta_cd = :ta_cd
|
||||
AND eciopp.emp_chg_type_cd = :emp_chg_type_cd
|
||||
) AS opp_count
|
||||
FROM
|
||||
src05.emp_chg_inst AS eci
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user