...
|
...
|
@@ -174,7 +174,7 @@ func (cooperationProjectService *CooperationProjectService) CreateCooperationPro |
|
|
Org: organization,
|
|
|
Operator: operator,
|
|
|
OperateTime: time.Now(),
|
|
|
Status: 0,
|
|
|
Status: 1,
|
|
|
UpdatedAt: time.Time{},
|
|
|
DeletedAt: time.Time{},
|
|
|
CreatedAt: time.Now(),
|
...
|
...
|
|