liupeng 4 rokov pred
rodič
commit
b94451a7c0

+ 1 - 1
code/sapparent/sapservice/src/main/java/org/fouram/job/CheckTaskSchedule.java

@@ -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;