修改--支付回调订单详情添加剩余时间字符串
This commit is contained in:
parent
fdf1301244
commit
8c80a97b34
@ -2203,7 +2203,7 @@ public class AppSystemController extends BaseController {
|
||||
sysOrderPayBackDto.setArLocation(sysOrderPayBackDto.getPart()+c_x+c_y);
|
||||
LocalDateTime now = LocalDateTime.now();
|
||||
Duration duration = Duration.between(now, sysOrderPayBackDto.getEndTime());
|
||||
boolean isNegative = duration.isNegative();
|
||||
|
||||
|
||||
// 分解单位(同上)
|
||||
long days = duration.toDays();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user