|
@@ -17,7 +17,6 @@ import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
@Service
|
|
|
-@Transactional
|
|
|
public class CheckTaskSchedule {
|
|
|
|
|
|
@Autowired
|
|
@@ -52,6 +51,7 @@ public class CheckTaskSchedule {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ @Transactional
|
|
|
public void executeBiz(String checkinDay, String hour) throws Exception {
|
|
|
String startDay = checkinDay;
|
|
|
String endDay = checkinDay;
|