no message

This commit is contained in:
Bright 2024-04-19 14:48:17 +07:00
parent 0746ad33ab
commit 709cd6b3e8

View file

@ -1682,7 +1682,7 @@ export class OrganizationController extends Controller {
* @summary Organizational StructChart
*
*/
@Get("struct-chart/{idNode}/{type}") //bright
@Get("struct-chart/{idNode}/{type}")
async structchart(@Path() idNode: string, type: number) {
switch (type) {
case 0: {