|
@@ -28,6 +28,7 @@ import com.rongwei.rwcommon.vo.generalsql.MasterSlaveInsertVo;
|
|
|
import com.rongwei.rwcommon.vo.generalsql.MasterSlaveUpdateVo;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.PlatformTransactionManager;
|
|
|
import org.springframework.transaction.TransactionDefinition;
|
|
@@ -53,6 +54,7 @@ public class CommonInterfaceServiceImpl implements CommonInterfaceService {
|
|
|
@Autowired
|
|
|
private CommonSqlDao commonSqlDao;
|
|
|
@Autowired
|
|
|
+ @Lazy
|
|
|
private ZhcxCommon zhcxCommon;
|
|
|
@Autowired
|
|
|
private SysGeneralCRUDService generalCRUDService;
|