no message
This commit is contained in:
parent
2ba5ac41c4
commit
664e42816e
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ export class kpiPlanController extends Controller {
|
|||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลตัวชี้วัดตามแผนฯนี้");
|
||||
}
|
||||
|
||||
if (requestBody.year != null) {
|
||||
if (requestBody.period != null) {
|
||||
const kpiPeriod = await this.kpiPeriodRepository
|
||||
.createQueryBuilder("kpiPeriod")
|
||||
.where("kpiPeriod.year = :year", { year: requestBody.year })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue