昨天 f12c2aff1e90ccc92cc1468a5524d39c96100b15
src/main/java/com/ruoyi/staff/service/impl/StaffOnJobServiceImpl.java
@@ -118,8 +118,8 @@
            staff.setSyear(localDate1.getYear() + "");
            staff.setSmoth(localDate1.getMonthValue() + "");
            staff.setSday(localDate1.getDayOfMonth() + "");
            staff.setEyear(localDate.getDayOfMonth() + "");
            staff.setEmoth(localDate.getDayOfMonth() + "");
            staff.setEyear(localDate.getYear() + "");
            staff.setEmoth(localDate.getMonthValue() + "");
            staff.setEday(localDate.getDayOfMonth() + "");
            staff.setStyear(localDate3.getYear() + "");