...
|
...
|
@@ -251,11 +251,14 @@ public class ImperfectPublishProcessor implements PublishProcessor<ImperfectOrde |
|
|
iosr.getUid(), iosr.getStorageId(), imageList);
|
|
|
throw new UfoServiceException(400, "imageList[imageUrl]错误");
|
|
|
}
|
|
|
|
|
|
if (type == ImageType.feature.code){
|
|
|
//TODO next version 6.9.2 app need fix
|
|
|
int type0 = code / 100;
|
|
|
if (type0 == ImageType.feature.code){
|
|
|
igi.setType(type0);
|
|
|
featureImageList.add(igi);
|
|
|
}
|
|
|
if (type == ImageType.flaw.code){
|
|
|
if (type0 == ImageType.flaw.code){
|
|
|
igi.setType(type0);
|
|
|
flawImageList.add(igi);
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -286,4 +289,5 @@ public class ImperfectPublishProcessor implements PublishProcessor<ImperfectOrde |
|
|
igi.setGoodImg(defaultGoodsImag);
|
|
|
return igi;
|
|
|
}
|
|
|
|
|
|
} |
...
|
...
|
|