แก้ชื่อ report2
This commit is contained in:
parent
0819836932
commit
748c91747e
2 changed files with 56 additions and 4 deletions
|
|
@ -44,13 +44,13 @@ export class ReportController extends Controller {
|
|||
private child4Repository = AppDataSource.getRepository(OrgChild4);
|
||||
|
||||
/**
|
||||
* API ค้นหารายการตำแหน่ง
|
||||
* API Report2
|
||||
*
|
||||
* @summary ORG_029 - ค้นหารายการตำแหน่ง (ADMIN) #32
|
||||
* @summary Report2
|
||||
*
|
||||
*/
|
||||
@Get("position")
|
||||
async findPosition() {
|
||||
@Get("report2")
|
||||
async findReport2() {
|
||||
try {
|
||||
const orgRevision = await this.orgRevisionRepository.findOne({
|
||||
where: { orgRevisionIsDraft: true, orgRevisionIsCurrent: false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue