|
@@ -32,6 +32,7 @@ func (*localLife) GetFullLocalLifeList(ctx context.Context, pageSize, pageNum in
|
|
|
var fullLocalPreview *http_model.FullPreview
|
|
|
fullLocalPreview = &http_model.FullPreview{}
|
|
|
fullLocalPreview.LocalId = fullLocal.LocalId
|
|
|
+ fullLocalPreview.EnterpriseId = fullLocal.EnterpriseId
|
|
|
fullLocalPreview.LocalName = fullLocal.LocalName
|
|
|
fullLocalPreview.TaskStatus = fullLocal.TaskStatus
|
|
|
fullLocalPreview.LocalPlatform = fullLocal.LocalPlatform
|