mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
movie url address to application files.
This commit is contained in:
parent
615f26159e
commit
e9c6ba294b
@ -71,7 +71,6 @@ public class GoodController {
|
|||||||
List<String> tagNameList = new ArrayList<>();
|
List<String> tagNameList = new ArrayList<>();
|
||||||
int count = 0;
|
int count = 0;
|
||||||
for (String categoryKey : paramMap.keySet()) {
|
for (String categoryKey : paramMap.keySet()) {
|
||||||
System.out.println("categoryKey:"+ categoryKey);
|
|
||||||
if(categoryKey == "categoryName" || categoryKey == "tagFunction" || categoryKey == "tagUsedAge" || categoryKey == "tagBreed" || categoryKey == "tagStatus") {
|
if(categoryKey == "categoryName" || categoryKey == "tagFunction" || categoryKey == "tagUsedAge" || categoryKey == "tagBreed" || categoryKey == "tagStatus") {
|
||||||
switch (categoryKey) {
|
switch (categoryKey) {
|
||||||
case "categoryName":
|
case "categoryName":
|
||||||
@ -96,7 +95,6 @@ public class GoodController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(count > 0) {
|
if(count > 0) {
|
||||||
System.out.println("count:"+ count);
|
|
||||||
List<ProductSearchTagEntity> productSearchTagList = productSearchTagService.findAllByCondition(brandNameList, productQueryEntity.getPetType(), tagNameList, productQueryEntity.getTagStatus());
|
List<ProductSearchTagEntity> productSearchTagList = productSearchTagService.findAllByCondition(brandNameList, productQueryEntity.getPetType(), tagNameList, productQueryEntity.getTagStatus());
|
||||||
List<String> tagCodeList = new ArrayList<>();
|
List<String> tagCodeList = new ArrayList<>();
|
||||||
for (ProductSearchTagEntity productSearchTagEntity : productSearchTagList) {
|
for (ProductSearchTagEntity productSearchTagEntity : productSearchTagList) {
|
||||||
|
Loading…
Reference in New Issue
Block a user