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
*
*/
@Get("master/{id}")
async detail(@Path() id: string) {
@Get("position/{id}")
async detailPosition(@Path() id: string, @Query("isAll") isAll?: string) {
try {
const posMaster = await this.posMasterRepository.findOne({
where: { id },