単体テスト指摘事項修正1

This commit is contained in:
野間 2023-07-27 13:56:26 +09:00
parent aa8dd9fc59
commit 0954f67f17
2 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class WholesalerMasterRepository(BaseRepository):
v_whs_cd,
rec_sts_kbn
FROM src05.whs_mst_v
WHERE (SELECT STR_TO_DATE(syor_date, '%Y%m%d') FROM src05.hdke_tbl) BETWEEN start_date AND end_date
WHERE src05.get_syor_date() BETWEEN start_date AND end_date
) v2
ON b.v_whs_cd = v2.v_whs_cd
AND v2.rec_sts_kbn <> '9'

View File

@ -16,6 +16,9 @@ function clr() {
if (formInput.name.startsWith('ctrl_')) {
formInput.value = "";
}
if(formInput.name == 'ikoFlg'){
formInput.checked = false;
}
}
// 検索ボタンを再度非活性にする