parent
daa4093a33
commit
57d86d6986
|
|
@ -263,7 +263,8 @@ if ($c_type_p == 'P') {
|
||||||
$weekNum = intval(str_replace('W', '', $c_schedule));
|
$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);
|
$baseDate = strtotime($c_schedulebasic);
|
||||||
$targetDate = strtotime($orderdate);
|
$targetDate = strtotime($orderdate);
|
||||||
// 날짜 차이
|
// 날짜 차이
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue