TASK:mixi;
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -464,6 +464,9 @@ public class TAppProductService extends ServiceImpl<TProductMapper, TProduct> {
|
||||
} else {
|
||||
throw new BusinessException("substring exception.");
|
||||
}
|
||||
if (result.contains("%20")) {
|
||||
result = result.replace("%20", " ");
|
||||
}
|
||||
//商品排行
|
||||
List<TProduct> tProducts = pythonService.similarityMatch(result);
|
||||
if(CollectionUtils.isEmpty(tProducts)){
|
||||
|
||||
Reference in New Issue
Block a user