|
|
@@ -34,6 +34,7 @@ import com.zhongzheng.modules.top.goods.domain.TopOldOrder;
|
|
|
import com.zhongzheng.modules.top.goods.service.ITopOldOrderService;
|
|
|
import org.apache.commons.lang3.RandomStringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Propagation;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
@@ -77,9 +78,11 @@ public class SysTenantServiceImpl extends ServiceImpl<SysTenantMapper, SysTenant
|
|
|
private ISysDictTypeService iSysDictTypeService;
|
|
|
|
|
|
@Autowired
|
|
|
+ @Lazy
|
|
|
private ITopOldOrderService topOldOrderService;
|
|
|
|
|
|
@Autowired
|
|
|
+ @Lazy
|
|
|
private IOrderService orderService;
|
|
|
|
|
|
|