联调修改bug
This commit is contained in:
parent
ee30856dd1
commit
b42ed0826f
@ -277,7 +277,7 @@ public class AlarmClockActionCommand extends ActionCommand implements IActionCom
|
|||||||
String[] p = v.split(":");
|
String[] p = v.split(":");
|
||||||
actionResp.setHour(Integer.parseInt(p[0]));
|
actionResp.setHour(Integer.parseInt(p[0]));
|
||||||
actionResp.setMinute(Integer.parseInt(p[1]));
|
actionResp.setMinute(Integer.parseInt(p[1]));
|
||||||
if(!alarm.getRepeat().equals(AlarmRepeatEnum.ONE.getCode())){
|
if(alarm.getRepeat().equals(AlarmRepeatEnum.ONE.getCode())){
|
||||||
df = new SimpleDateFormat("yyyy-MM-dd");
|
df = new SimpleDateFormat("yyyy-MM-dd");
|
||||||
v = df.format(alarm.getTime());
|
v = df.format(alarm.getTime());
|
||||||
p = v.split("-");
|
p = v.split("-");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user