|
|
|
@ -429,7 +429,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
|
default:
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
Calendar calendar = (Calendar) order.get("create_time");
|
|
|
|
|
Calendar calendar = (Calendar) order.get("transaction_time");
|
|
|
|
|
String trade_date = DateFormatUtils.format(calendar, "yyyy-MM-dd");
|
|
|
|
|
String trade_time = DateFormatUtils.format(calendar, "HH:mm:ss");
|
|
|
|
|
order.put("trade_date", trade_date);
|
|
|
|
|