mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-09 15:02:31 +00:00
修复 #5901
This commit is contained in:
@@ -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)){
|
||||||
|
Reference in New Issue
Block a user