limit user select for loadGroupApps (only need 1)
parent
f29e77846c
commit
8cc22ffde4
|
|
@ -454,7 +454,8 @@ module.exports = function(s,config,lang){
|
|||
where: [
|
||||
['ke','=',e.ke],
|
||||
['details','NOT LIKE',`%"sub"%`],
|
||||
]
|
||||
],
|
||||
limit: 1
|
||||
},(err,r) => {
|
||||
if(r && r[0]){
|
||||
r = r[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue