fix:文言修正

This commit is contained in:
野間 2023-08-24 10:59:01 +09:00
parent c90d3e0fec
commit 0cdd122879
4 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ class BioSalesLotRepository(BaseRepository):
def __build_condition(self, parameter: BioModel):
where_clauses: list[SQLCondition] = []
# 無条件対応(常に真)
# 検索条件が指定されずにSQLが壊れることを予防するため、常に真の固定条件を追加しておく
where_clauses.append(SQLCondition('', '', '1 = 1', literal=True))
# 卸(コード/サブコード)

View File

@ -206,7 +206,7 @@ class EmpChgInstRepository(BaseRepository):
def __build_condition(self, parameter: MasterMainteCsvDlModel):
where_clauses: list[SQLCondition] = []
# 無条件対応(常に真)
# 検索条件が指定されずにSQLが壊れることを予防するため、常に真の固定条件を追加しておく
where_clauses.append(SQLCondition('', '', '1 = 1', literal=True))
# 領域コードが入力されていた場合

View File

@ -72,7 +72,7 @@ class UltmarcDoctorRepository(BaseRepository):
def __build_condition(self, parameter: UltmarcDoctorSearchModel):
where_clauses: list[SQLCondition] = []
# 無条件対応(常に真)
# 検索条件が指定されずにSQLが壊れることを予防するため、常に真の固定条件を追加しておく
where_clauses.append(SQLCondition('', '', '1 = 1', literal=True))
# 医師コード

View File

@ -58,7 +58,7 @@ class UltmarcInstRepository(BaseRepository):
def __build_condition(self, parameter: UltmarcInstSearchModel):
where_clauses: list[SQLCondition] = []
# 無条件対応(常に真)
# 検索条件が指定されずにSQLが壊れることを予防するため、常に真の固定条件を追加しておく
where_clauses.append(SQLCondition('', '', '1 = 1', literal=True))
# ULT施設コード