MaiXinRong 3 years ago
parent
commit
1516b208b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/project.js

+ 1 - 1
app/service/project.js

@@ -162,7 +162,7 @@ module.exports = app => {
             const result = await this.db.update(this.tableName, {
                 id: id, fun_rela: JSON.stringify({
                     banOver: data.banOver, hintOver: data.hintOver,
-                    imType: data.imType
+                    imType: data.imType, needGcl: data.needGcl,
                 }),
             });
             return result.affectedRows === 1;