Browse Source

mvp: isnert语句增加添加人姓名

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
6259b49339
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mvp.py

+ 1 - 1
mvp.py

@@ -68,7 +68,7 @@ class Mvp:
             created
         )
         VALUES
-            (%s, %s, %s, 1, 'binre', now())
+            (%s, %s, %s, 1, 'binren', now())
     '''
 
     def get_table_name(self, name):