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 งานที่ได้รับมอบหมายพิเศษ
|
* @param {string} id Id งานที่ได้รับมอบหมายพิเศษ
|
||||||
*/
|
*/
|
||||||
@Get("{id}")
|
@Get("{id}")
|
||||||
async GetKpiUserSpecialDetail(@Request() request: RequestWithUser, @Path() id: string) {
|
async GetKpiUserSpecialDetail(@Path() id: string) {
|
||||||
// await new permission().PermissionGet(request, "SYS_KPI_LIST");
|
|
||||||
const getKpiUserSpecial = await this.kpiUserSpecialRepository.findOne({
|
const getKpiUserSpecial = await this.kpiUserSpecialRepository.findOne({
|
||||||
relations: ["kpiUserEvaluation"],
|
relations: ["kpiUserEvaluation"],
|
||||||
where: { id: id },
|
where: { id: id },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue