|
@@ -216,13 +216,10 @@ public class KuaishouOperationReportController {
|
|
|
roleCode.add("operationAssistant");
|
|
|
//运营专员
|
|
|
roleCode.add("operator");
|
|
|
- if ("1".equals(mediaId)) {
|
|
|
- //快手运营经理
|
|
|
- roleCode.add("touTiaoOperationManager");
|
|
|
- } else {
|
|
|
- //快手运营经理
|
|
|
- roleCode.add("kuaishouOperationManager");
|
|
|
- }
|
|
|
+ //快手运营经理
|
|
|
+ roleCode.add("touTiaoOperationManager");
|
|
|
+ //快手运营经理
|
|
|
+ roleCode.add("kuaishouOperationManager");
|
|
|
return Result.OK(compensationService.getAllOperatorList(roleCode, mediaId));
|
|
|
}
|
|
|
|