mirror of https://github.com/jeecgboot/jeecg-boot
pull/6036/head
parent
685b81e5ec
commit
266ebd9122
|
@ -79,6 +79,7 @@ public enum RangeDateEnum {
|
||||||
//本周
|
//本周
|
||||||
calendar1.set(Calendar.DAY_OF_WEEK, 2);
|
calendar1.set(Calendar.DAY_OF_WEEK, 2);
|
||||||
|
|
||||||
|
calendar2.set(Calendar.DAY_OF_WEEK,2);
|
||||||
calendar2.add(Calendar.WEEK_OF_MONTH,1);
|
calendar2.add(Calendar.WEEK_OF_MONTH,1);
|
||||||
calendar2.add(Calendar.DAY_OF_WEEK,-1);
|
calendar2.add(Calendar.DAY_OF_WEEK,-1);
|
||||||
} else if(SZ.key.equals(key)){
|
} else if(SZ.key.equals(key)){
|
||||||
|
|
Loading…
Reference in New Issue