MaiXinRong 3 年之前
父节点
当前提交
1516b208b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;