...
|
...
|
@@ -69,7 +69,7 @@ public class NFCHelpServiceImpl { |
|
|
if (null == appraiseOrder || null == appraiseOrderGoods) {
|
|
|
throw new PlatformException("订单信息不存在!", 403);
|
|
|
}
|
|
|
if (appraiseOrder.getAttributes() == 7 || CollectionUtils.isEmpty(appraiseOrderStorages)) {
|
|
|
if (appraiseOrder.getAttributes() == 7 && CollectionUtils.isEmpty(appraiseOrderStorages)) {
|
|
|
throw new PlatformException("订单信息不存在!", 403);
|
|
|
}
|
|
|
|
...
|
...
|
|