fix
This commit is contained in:
parent
c2f652732f
commit
90f2676a9e
1 changed files with 1 additions and 2 deletions
|
|
@ -221,8 +221,7 @@ export class KpiUserSpecialController extends Controller {
|
|||
* @param {string} id Id งานที่ได้รับมอบหมายพิเศษ
|
||||
*/
|
||||
@Get("{id}")
|
||||
async GetKpiUserSpecialDetail(@Request() request: RequestWithUser, @Path() id: string) {
|
||||
// await new permission().PermissionGet(request, "SYS_KPI_LIST");
|
||||
async GetKpiUserSpecialDetail(@Path() id: string) {
|
||||
const getKpiUserSpecial = await this.kpiUserSpecialRepository.findOne({
|
||||
relations: ["kpiUserEvaluation"],
|
||||
where: { id: id },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue