This commit is contained in:
MaxKey 2023-09-15 21:06:08 +08:00
commit 77182946e0
3 changed files with 3 additions and 1 deletions

View File

@ -118,7 +118,7 @@
mxk_userinfo u
where
u.id not in(
select rm.memberid
select gm.memberid
from mxk_groups g,mxk_group_member gm
where 1 = 1
<if test="groupId != null and groupId != ''">

View File

@ -21,6 +21,7 @@
"scaffold"
],
"scripts": {
"npm:pre": "npm install --ignore-scripts --registry https://registry.npmmirror.com || npm install --ignore-scripts --registry https://registry.npmjs.org",
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"ng": "ng",
"start": "ng s -o --serve-path=/maxkey/ --port=8527",

View File

@ -21,6 +21,7 @@
"scaffold"
],
"scripts": {
"npm:pre": "npm install --ignore-scripts --registry https://registry.npmmirror.com || npm install --ignore-scripts --registry https://registry.npmjs.org",
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"ng": "ng",
"start": "ng s -o --serve-path=/maxkey-mgt/ --port=8526",