...
|
...
|
@@ -33,6 +33,11 @@ public class OrderAssist { |
|
|
return Objects.nonNull(attribute) && OrderAttributes.ADVANCE_SALE.getCode() == attribute ? Y : N;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* yyyyyy lost
|
|
|
* @param prdPrice
|
|
|
* @return
|
|
|
*/
|
|
|
public static SellerOrderComputeResult buildPersonalComputeConfig(PrdPrice prdPrice){
|
|
|
SellerOrderComputeResult socr = null;
|
|
|
if (prdPrice == null){
|
...
|
...
|
|