Skip to content

Commit

Permalink
Update app.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JunilHwang authored Aug 8, 2024
1 parent e985016 commit 9f8ce5c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .packages/dku-schedule-cralwer/src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,32 @@ const payloadMap = parsePayloadToMap([
qrySxn: 2,
lesnPlcCd: 2,
},


{
yy: 2024,
semCd: 1,
qrySxn: 1,
lesnPlcCd: 1,
},
{
yy: 2024,
semCd: 1,
qrySxn: 1,
lesnPlcCd: 2,
},
{
yy: 2024,
semCd: 1,
qrySxn: 2,
lesnPlcCd: 1,
},
{
yy: 2024,
semCd: 1,
qrySxn: 2,
lesnPlcCd: 2,
},
]);

@Injectable()
Expand Down

0 comments on commit 9f8ce5c

Please sign in to comment.