|
@@ -32,7 +32,6 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
-import javax.annotation.Resource;
|
|
|
import java.math.BigDecimal;
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.HashMap;
|
|
@@ -56,7 +55,6 @@ public class AccountManagementServiceImpl extends ServiceImpl<AccountManagementM
|
|
|
@Autowired
|
|
|
private AccountRunningWaterService accountRunningWaterService;
|
|
|
@Autowired
|
|
|
- @Resource
|
|
|
private CorporationService corporationService;
|
|
|
|
|
|
/**
|