|
@@ -13,6 +13,7 @@ import com.fdkankan.job.service.IScenePlusService;
|
|
import com.fdkankan.model.constants.UploadFilePath;
|
|
import com.fdkankan.model.constants.UploadFilePath;
|
|
import com.xxl.job.core.context.XxlJobHelper;
|
|
import com.xxl.job.core.context.XxlJobHelper;
|
|
import com.xxl.job.core.handler.annotation.XxlJob;
|
|
import com.xxl.job.core.handler.annotation.XxlJob;
|
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
@@ -27,6 +28,7 @@ import java.util.Objects;
|
|
* @author dengsixing
|
|
* @author dengsixing
|
|
* @since 2022/12/16
|
|
* @since 2022/12/16
|
|
**/
|
|
**/
|
|
|
|
+@Slf4j
|
|
@Component
|
|
@Component
|
|
public class ModelKindHandler {
|
|
public class ModelKindHandler {
|
|
|
|
|
|
@@ -52,7 +54,7 @@ public class ModelKindHandler {
|
|
scenePlusExtService.updateById(one);
|
|
scenePlusExtService.updateById(one);
|
|
}
|
|
}
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
-
|
|
|
|
|
|
+ log.error("错误了,num=" + plus.getNum(), e);
|
|
}
|
|
}
|
|
|
|
|
|
});
|
|
});
|