Authored by mali

Merge branch 'test6.9.9' of http://git.yoho.cn/ufo/ufo-platform into test6.9.9

... ... @@ -354,7 +354,7 @@ public class StorageService {
);
String desc = Optional.ofNullable(skup).map(secondhandInfoService::selectBySkup).map(SecondhandInfo::getDescribeInfo).orElse("");
return new SecondDetailResp(skup, desc, infos);
return new SecondDetailResp(skup, desc, "", "", infos);
}
public Boolean updateSkuStatus(Integer storageId, Integer status) {
... ...