Use sql batch to optimize
This commit is contained in:
@@ -22,8 +22,8 @@ def inp_in_report(section: list[str]) -> ChangeSet:
|
||||
return ChangeSet()
|
||||
|
||||
|
||||
def inp_in_report_new(name: str, section: list[str]) -> None:
|
||||
return
|
||||
def inp_in_report_new(section: list[str]) -> str:
|
||||
return ''
|
||||
|
||||
|
||||
def inp_out_report(name: str) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user