wq 4 年之前
父節點
當前提交
c06bf216f1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/controller/sysUserController.js

+ 2 - 0
app/controller/sysUserController.js

@@ -131,6 +131,8 @@ class SysUserController extends Controller {
 
     const result = await service.sysUserService.update(id,
       { openId: '' });
+    const result2 = await service.sysUserService.update(id,
+        { appletsId: '' });
     ctx.success(result);
   }