- [FORECAST] 기준일 매치 버그로 Container 안보이는 버그 수정.
This commit is contained in:
Hyojin Ahn 2026-06-29 10:08:36 -04:00
parent daa4093a33
commit 57d86d6986
1 changed files with 2 additions and 1 deletions

View File

@ -263,7 +263,8 @@ if ($c_type_p == 'P') {
$weekNum = intval(str_replace('W', '', $c_schedule));
// 기준일 체크
if (!empty($c_schedulebasic)) {
if ($weekNum == 1) $isScheduleMatch = true;
else if (!empty($c_schedulebasic)) {
$baseDate = strtotime($c_schedulebasic);
$targetDate = strtotime($orderdate);
// 날짜 차이