更新修复投标决策
This commit is contained in:
parent
e38480a8f5
commit
99eb6964c9
@ -40,4 +40,15 @@ class Project extends BaseModel
|
|||||||
}
|
}
|
||||||
return $status[$value];
|
return $status[$value];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getBiddingTimeAttr($value)
|
||||||
|
{
|
||||||
|
return empty($value) ? '' : date('Y-m-d H:i:s', $value);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getDiscoveryTimeAttr($value)
|
||||||
|
{
|
||||||
|
return empty($value) ? '' : date('Y-m-d H:i:s', $value);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user