変数名修正

This commit is contained in:
野間 2023-04-25 16:49:34 +09:00
parent 919edbc61e
commit 4e652db5c8

View File

@ -92,7 +92,7 @@ class ComSpFieldMapper(UltmarcTableMapper):
def make_query(self):
# 修正区分が「C(削除)」  修正区分が「B」で専門メンテナンス区分が「」の場合の物理削除SQL
if self.record.maint_flag == 'C' or (self.record.maint_flag == 'B' and self.record.specialst_maint_div == '1'):
self.queries.append(self.LOGICAL_DELETE_QUERY)
self.queries.append(self.PHYSICAL_DELETE_QUERY)
return
# 追加、更新の場合