|
@@ -19,6 +19,7 @@ import cn.hnthyy.thmz.vo.ThmzmxsrParamsVo;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
import org.springframework.scheduling.annotation.Async;
|
|
import org.springframework.scheduling.annotation.Async;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.transaction.annotation.Isolation;
|
|
import org.springframework.transaction.annotation.Isolation;
|
|
@@ -89,6 +90,8 @@ public class MzyReqrecServiceImpl implements MzyReqrecService {
|
|
@Autowired
|
|
@Autowired
|
|
private MzyZdChargeTypeService mzyZdChargeTypeService;
|
|
private MzyZdChargeTypeService mzyZdChargeTypeService;
|
|
@Autowired
|
|
@Autowired
|
|
|
|
+ //解决循环依赖
|
|
|
|
+ @Lazy
|
|
private OrderStatusChangeService orderStatusChangeService;
|
|
private OrderStatusChangeService orderStatusChangeService;
|
|
@Autowired
|
|
@Autowired
|
|
private HolidaysService holidaysService;
|
|
private HolidaysService holidaysService;
|