UNPKG

flexbiz-server

Version:

Flexible Server

2 lines (1 loc) 243 B
const Account=global.getModel("account");module.exports=function($id_app$$,$tk$$,$fn$$){Account.find({id_app:$id_app$$,tk_cn:!0,tk:$tk$$},{tk:1}).lean().then($accs_kqs$$=>{$accs_kqs$$=$accs_kqs$$.map($a$$=>$a$$.tk);$fn$$(null,$accs_kqs$$)})};