无用代码注释
This commit is contained in:
parent
c109e426e4
commit
42b985147d
|
|
@ -51,7 +51,7 @@ public class CalcMonthlyServiceImp implements CalcMonthlyService {
|
||||||
record.setMonth(month);
|
record.setMonth(month);
|
||||||
cleanSameMonthOldRecords(record);
|
cleanSameMonthOldRecords(record);
|
||||||
List<AgreementInfo> list = agreementInfoService.getAllAgreementId();
|
List<AgreementInfo> list = agreementInfoService.getAllAgreementId();
|
||||||
List<BmProjectLot> projectLots = agreementInfoService.getAllprojectId();
|
// List<BmProjectLot> projectLots = agreementInfoService.getAllprojectId();
|
||||||
// 如果该工程费用指标已超过,则不需要记录月结记录
|
// 如果该工程费用指标已超过,则不需要记录月结记录
|
||||||
/* for (BmProjectLot bmProjectLot : projectLots) {
|
/* for (BmProjectLot bmProjectLot : projectLots) {
|
||||||
BigDecimal costIndicatorsByLotId = agreementInfoService.getCostIndicatorsByLotId(bmProjectLot);
|
BigDecimal costIndicatorsByLotId = agreementInfoService.getCostIndicatorsByLotId(bmProjectLot);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue