@@ -206,6 +206,7 @@ public class ChuanyunHumanResourceScheduledTask {
*/
@Scheduled(fixedDelay = 86400000L)
private void getPayroll() {
+ chuanyunPayrollDao.deleteAll();
var objectMapper = new ObjectMapper();
var start = 0;
var totalCount = 0L;