|
|
@@ -41,11 +41,11 @@ class PxApplyClass extends BaseClass
|
|
|
$list[$key]['classFullCover'] = imgUtil::getPrefix() . $val['classCover'];
|
|
|
$isNew = 0;
|
|
|
if ($val['status'] == self::STATUS_CONFIRM) {
|
|
|
- if (date("Y-m-d") == date("Y-m-d", strotime($val['applyTime']))) {
|
|
|
+ if (date("Y-m-d") == date("Y-m-d", strtotime($val['applyTime']))) {
|
|
|
$isNew = 1;
|
|
|
}
|
|
|
} else {
|
|
|
- $list[$key]['applyTime'] = '-';
|
|
|
+ $list[$key]['applyTime'] = '';
|
|
|
}
|
|
|
$list[$key]['isNew'] = $isNew;
|
|
|
}
|