wq hace 4 años
padre
commit
c06bf216f1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);
   }