|
|
@@ -29,6 +29,7 @@ import com.kym.service.awoara.AwoaraService;
|
|
|
import com.kym.service.cache.KymCache;
|
|
|
import com.kym.service.mybatisplus.MyBaseServiceImpl;
|
|
|
import org.springframework.beans.BeanUtils;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.time.LocalDate;
|
|
|
@@ -55,7 +56,7 @@ public class WashOrderServiceImpl extends MyBaseServiceImpl<WashOrderMapper, Was
|
|
|
private final WashStationService washStationService;
|
|
|
private final UserService userService;
|
|
|
|
|
|
- public WashOrderServiceImpl(AwoaraService awoaraService, AccountService accountService, WashStationService washStationService, UserService userService) {
|
|
|
+ public WashOrderServiceImpl(AwoaraService awoaraService, AccountService accountService, @Lazy WashStationService washStationService, UserService userService) {
|
|
|
this.awoaraService = awoaraService;
|
|
|
this.accountService = accountService;
|
|
|
this.washStationService = washStationService;
|