小程序端确认收货
This commit is contained in:
@@ -47,8 +47,8 @@ public class OrderVO implements Serializable {
|
||||
String price = order.getOrderPrice().setScale(2, RoundingMode.FLOOR).toPlainString();
|
||||
orderVO.setOrderPrice(price);
|
||||
|
||||
if (order.getOrderDate() != null) {
|
||||
orderVO.setPayDate(order.getOrderDate().toString().replace("T", " "));
|
||||
if (order.getPayDate() != null) {
|
||||
orderVO.setPayDate(order.getPayDate().toString().replace("T", " "));
|
||||
}
|
||||
if (order.getCancelDate() != null) {
|
||||
orderVO.setCancelDate(order.getCancelDate().toString().replace("T", " "));
|
||||
|
Reference in New Issue
Block a user