no message

This commit is contained in:
Kittapath 2024-01-31 16:11:49 +07:00
parent d17e31fbad
commit 277c60864d

View file

@ -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 },