Browse Source

修改了更贴切的用词conditions -> statement

nandHyf 1 year ago
parent
commit
09dc746741
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Stateful.py

+ 1 - 1
Stateful.py

@@ -156,7 +156,7 @@ class RM():
         return sqls
 
 
-    def delete(self): # 1. withStatus:int=10? 2. withConditions >= or > or <?
+    def delete(self): # 1. withStatus:int=10? 2. withStatement >= or > or <?
         sqls = "UPDATE compact_main SET status=-10 WHERE type='{d.type}' AND name='{d.name}' AND relatedBoard='{d.relatedBoard}' AND relatedClass='{d.relatedClass}';".format(d=self)
 
         return sqls