修复循环依赖2

beetlsql3-dev
yaodan 2 years ago
parent 203e7609e4
commit 50be52439c

@ -19,6 +19,7 @@ import org.apache.commons.lang3.StringUtils;
import org.beetl.sql.core.SqlId;
import org.beetl.sql.core.engine.PageQuery;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@ -41,6 +42,7 @@ public class HandsOnAchievementService extends CoreBaseService<HandsOnAchievemen
private HandsOnAchievementDao handsOnAchievementDao;
@Autowired
@Lazy
private TeacherOpenCourseHandsOnSimulationTasksService teacherOpenCourseHandsOnSimulationTasksService;
@Autowired

Loading…
Cancel
Save