修复时间返回bug
This commit is contained in:
parent
a5f11c1bde
commit
d16bbeeee0
@ -47,6 +47,9 @@ public class ActionTime {
|
|||||||
List<Integer> dayOfMonth = new ArrayList<>();
|
List<Integer> dayOfMonth = new ArrayList<>();
|
||||||
|
|
||||||
|
|
||||||
|
public void setTime(String t){
|
||||||
|
setTime(t, false);
|
||||||
|
}
|
||||||
public void setTime(String t, Boolean isBetween){
|
public void setTime(String t, Boolean isBetween){
|
||||||
ReturnDate returnDate;
|
ReturnDate returnDate;
|
||||||
if(StringUtils.isNotEmpty(time)){
|
if(StringUtils.isNotEmpty(time)){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user