|
@@ -38,6 +38,7 @@ import java.util.concurrent.Executors;
|
|
|
|
|
|
import static cn.com.ctop.common.module.utils.CloudVideoProcessUtil.getTaskDetailResponse;
|
|
|
import static cn.com.ctop.common.module.utils.CloudVideoProcessUtil.videoWatermarkHandle;
|
|
|
+
|
|
|
/**
|
|
|
* 素材信息
|
|
|
*
|
|
@@ -771,9 +772,9 @@ public class MaterialInfoServiceImpl extends ServiceImpl<MaterialInfoMapper, Mat
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
@Override
|
|
|
- public Map<String, Object> getListByParams(String tagCode, String type, Integer status, List<Long> projectIds, String materialName, String code, String startDate, String endDate, String userId, Long projectId, String clipId, String shotId, String planId, Integer offlineFlag, Integer pageNo, Integer pageSize) { Map<String, Object> result = new HashMap<>();
|
|
|
+ public Map<String, Object> getListByParams(String tagCode, String type, Integer status, List<Long> projectIds, String materialName, String clipId, String code, String startDate, String endDate, String userId, String shotId, String planId, Integer offlineFlag, Integer pageNo, Integer pageSize) {
|
|
|
+ Map<String, Object> result = new HashMap<>();
|
|
|
PageHelper.startPage(pageNo, pageSize);
|
|
|
|
|
|
String ascription = null;
|