提交测试提醒
This commit is contained in:
parent
ad3412c227
commit
1d29f86ff8
@ -83,7 +83,7 @@ public class AlarmClockActionCommand extends ActionCommand implements IActionCom
|
||||
request = new DeviceAlarmClockRecordRequest();
|
||||
Date date = Date.from(actionTime.getDetailTime().getLocalDateTime().atZone(ZoneId.systemDefault()).toInstant());
|
||||
request.setTimes(
|
||||
date.getTime()
|
||||
date.getTime() / 1000
|
||||
);
|
||||
//request.setTime(Date.from(actionTime.getDetailTime().getLocalDateTime().atZone(ZoneId.systemDefault()).toInstant()));
|
||||
request.setUserId(baseSession.getUserId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user