|
@@ -53,7 +53,7 @@ public class IndexServiceImpl implements IndexService {
|
|
|
String userId = SecurityUtils.getUserInfo().getUserId();
|
|
|
LocalDateTime now = LocalDateTime.now();
|
|
|
int year = now.getYear();
|
|
|
- int month = now.getDayOfMonth();
|
|
|
+ int month = now.getMonthValue();
|
|
|
R r = R.success();
|
|
|
switch (roleCode){
|
|
|
case CommonConstants.WORKPLACE_REPAIR_NORMAL:
|