|
@@ -18,7 +18,6 @@ import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.shiro.SecurityUtils;
|
|
|
-import org.apache.velocity.runtime.directive.Break;
|
|
|
import org.jeecg.common.api.vo.Result;
|
|
|
import org.jeecg.common.aspect.annotation.AutoLog;
|
|
|
import org.jeecg.common.system.query.QueryGenerator;
|
|
@@ -47,8 +46,6 @@ import java.util.Arrays;
|
|
|
import java.util.HashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
-import java.util.concurrent.ExecutorService;
|
|
|
-import java.util.concurrent.Executors;
|
|
|
|
|
|
/**
|
|
|
* 素材信息
|
|
@@ -195,6 +192,7 @@ public class MaterialInfoController {
|
|
|
IPage<MaterialInfo> pageList = materialInfoService.page(page, queryWrapper);
|
|
|
|
|
|
List<MaterialInfo> materialInfoList = pageList.getRecords();
|
|
|
+
|
|
|
if (materialInfoList.size() != 0){
|
|
|
for (MaterialInfo material:materialInfoList){
|
|
|
//判断是否已经同步到快手平台
|