|
@@ -328,11 +328,6 @@ public class OrderHandler {
|
|
|
return msg;
|
|
|
}
|
|
|
if (temp.getOrderUserRemark() != null && !temp.getOrderUserRemark().isEmpty()) {
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
if (!(temp.getOrderUserRemark().length() >= 1 && temp.getOrderUserRemark().length() <= 100)) {
|
|
|
msg.setMessage(ResultInfo.paramFormatError);
|
|
|
return msg;
|
|
@@ -424,24 +419,6 @@ public class OrderHandler {
|
|
|
priceReduction += 10000*cartDto.getCartNum();
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
if (cartDto.getProductStatus() != null && cartDto.getProductStatus().intValue() == 1) {
|
|
|
cartIds.add(cartDto.getCartId());
|
|
|
Integer subTotal = cartDto.getCartNum() * cartDto.getProductPrice();
|
|
@@ -554,8 +531,14 @@ public class OrderHandler {
|
|
|
}else if(couponType.getCouponType()==3){
|
|
|
total=total-couponType.getCouponReduce();
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
+
|
|
|
+ if(true){
|
|
|
+ if(total > 200000){
|
|
|
+ ProductColor productColor = productColorService.selectProductColorById(48);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
if(total==0 || total<0){
|
|
|
total=0;
|
|
|
mustPay=0;
|