This commit is contained in:
AdisakKanthawilang 2024-07-15 16:43:34 +07:00
parent 95922c5e73
commit 92825464df
2 changed files with 130 additions and 128 deletions

View file

@ -366,7 +366,7 @@ export class KpiUserDevelopmentController extends Controller {
*
*/
@Get("admin/detail/{id}")
async GetKpiDevelopmentStatusKP7ById(@Query("id") id: string) {
async GetKpiDevelopmentStatusKP7ById(@Path("id") id: string) {
const kpiUserDevelopment = await this.kpiUserDevelopmentRepository.findOne({
relations: [
"kpiUserEvaluation",