feat: rec_sts_kbnのCASE文から、99のケースを削除。抽出条件で弾かれるため
This commit is contained in:
parent
6c51f8d0a6
commit
c9babbee11
@ -142,9 +142,6 @@ def _insert_bio_sales_lot(db: Database):
|
||||
END AS iko_flg,
|
||||
CASE bio.rec_sts_kbn
|
||||
WHEN '0' THEN bio.rec_sts_kbn
|
||||
/* 以下、抽出条件で弾かれているので取れない
|
||||
WHEN '99' THEN bio.rec_sts_kbn
|
||||
*/
|
||||
WHEN '1' THEN
|
||||
CASE conv.conv_cd
|
||||
WHEN 1 THEN bio.err_flg11
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user