|
@@ -61,7 +61,6 @@ public class ProjectController {
|
|
|
private IUserAllocationService userAllocationService;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
* @param advertiserId
|
|
|
* @param mediaId
|
|
|
* @return
|
|
@@ -287,6 +286,7 @@ public class ProjectController {
|
|
|
userAllocationQueryWrapper.eq("project_id", project.getId());
|
|
|
UserAllocation updateUserAllocation = new UserAllocation();
|
|
|
updateUserAllocation.setProjectName(project.getProjectName());
|
|
|
+ updateUserAllocation.setMediaId(project.getMediaId());
|
|
|
userAllocationService.update(updateUserAllocation, userAllocationQueryWrapper);
|
|
|
|
|
|
if (ok) {
|