Fill demand with junction data

This commit is contained in:
WQY\qiong
2022-12-10 18:43:40 +08:00
parent 26086596b1
commit 21c820cdd3
3 changed files with 33 additions and 5 deletions

View File

@@ -149,8 +149,8 @@ def execute_update_command(name: str, cs: ChangeSet) -> ChangeSet:
return set_valve(name, cs)
elif type == _s8_tag:
return set_tag(name, cs)
elif type == _s9_demand: # exception, batch command ...
return ChangeSet()
elif type == _s9_demand:
return set_demand(name, cs)
elif type == _s10_status:
return set_status(name, cs)
elif type == _s11_pattern: