master:系统调优;
parent
cdeea812d6
commit
468ba9d3ee
|
|
@ -536,7 +536,7 @@ public class GtAndFhbBizController extends BaseController {
|
|||
|
||||
|
||||
if (CollectionUtils.isEmpty(storeProdList)) {
|
||||
return;
|
||||
return R.fail();
|
||||
}
|
||||
final List<String> storeProdIdList = storeProdList.stream().map(StoreProduct::getId).map(String::valueOf).collect(Collectors.toList());
|
||||
// 所有的分类
|
||||
|
|
|
|||
Loading…
Reference in New Issue