Merge branch 'develop' into adiDev
This commit is contained in:
commit
24d0d06b62
1 changed files with 2 additions and 2 deletions
|
|
@ -626,8 +626,8 @@ export class PositionController extends Controller {
|
|||
* @summary ORG_037 - รายละเอียดอัตรากำลัง (ADMIN) #36
|
||||
*
|
||||
*/
|
||||
@Get("master/{id}")
|
||||
async detail(@Path() id: string) {
|
||||
@Get("position/{id}")
|
||||
async detailPosition(@Path() id: string) {
|
||||
try {
|
||||
const posMaster = await this.posMasterRepository.findOne({
|
||||
where: { id },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue