时间格式修改

master
lvxinran 2020-10-28 10:30:46 +08:00
parent 325d24b8a0
commit a664430cdc
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class OrderInfoController {
corder.setAmount(String.format("%.2f",amountDouble));
corder.setOrderNo(cgPayOrder.getOrderId());
String payTime = cgPayOrder.getDelivery_time();
corder.setPayTime(payTime);
corder.setPayTime(simpleDateFormat.format(Long.parseLong(payTime)));
corder.setProductid(cgPayOrder.getGoodsId());
corder.setServerId(String.valueOf(serverId));
// if(gsUser!=null){