MaiXinRong hace 3 años
padre
commit
1516b208b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;