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