|
int copyNum = (Check.isNull(strategy.getCopywritingNumber()) || strategy.getCopywritingNumber() == 0) ? 10 : strategy.getCopywritingNumber();
|
|
int copyNum = (Check.isNull(strategy.getCopywritingNumber()) || strategy.getCopywritingNumber() == 0) ? 10 : strategy.getCopywritingNumber();
|
|
List<BytedanceVideoSlogenInfo> slogenInfos = slogenInfoService.listByParams(videoInfo.getSignature(),1,copyNum);
|
|
List<BytedanceVideoSlogenInfo> slogenInfos = slogenInfoService.listByParams(videoInfo.getSignature(),1,copyNum);
|