|
@@ -17,7 +17,7 @@ import java.util.List;
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Created by JQ.bi on 2020.11.2
|
|
|
|
|
|
+ * Created by JQ.bi on 2020.11.6
|
|
*/
|
|
*/
|
|
@Slf4j
|
|
@Slf4j
|
|
@RestController
|
|
@RestController
|
|
@@ -40,7 +40,7 @@ public class KsNewGroupReportCtrl {
|
|
JSONArray accountIds = requestBody.getJSONArray("accountIds");
|
|
JSONArray accountIds = requestBody.getJSONArray("accountIds");
|
|
String userId= requestBody.getString("userId");
|
|
String userId= requestBody.getString("userId");
|
|
//TODO 没有维护快手事业部负责人角色,增加判断
|
|
//TODO 没有维护快手事业部负责人角色,增加判断
|
|
- if(userId.equals("e9ca23d68d884d4ebb19d07889727dae")){
|
|
|
|
|
|
+ if(userId.equals("6b4c821adc414dc8b7718ab63ccbfcaf")){
|
|
accountIds= newPlanReportService.getAccountIdsByMedia();
|
|
accountIds= newPlanReportService.getAccountIdsByMedia();
|
|
}else{
|
|
}else{
|
|
if(!userId.isEmpty()){
|
|
if(!userId.isEmpty()){
|