Skip to content

Commit bbf415f

Browse files
committed
添加项目人员时间
1 parent b2350fd commit bbf415f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

application/index/model/ProjectUser.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
class ProjectUser extends BaseModel
1313
{
14+
protected $autoWriteTimestamp = 'datetime';
15+
16+
1417
public function user()
1518
{
1619
return $this->hasOne('User','id','user_id');

0 commit comments

Comments
 (0)