|
@@ -354,8 +354,8 @@ export class textbookServer {
|
|
|
'department.branch'
|
|
|
);
|
|
|
query.limit(3000);
|
|
|
- // query.containedIn('status', ['103', '200', '201', '400']);
|
|
|
- query.containedIn('status',['400'])
|
|
|
+ query.containedIn('status', ['103', '200', '201', '400']);
|
|
|
+ // query.containedIn('status',['400'])
|
|
|
let data = await query.find();
|
|
|
let table = `<table border="1px" cellspacing="0" cellpadding="0">
|
|
|
<thead>
|