|
@@ -194,6 +194,8 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
|
infoData.setUpdateById(userDTO.getId());
|
|
|
infoData.setApprovedIncludingTax(report.getApprovedIncludingTax());
|
|
|
infoData.setApprovedNoIncludingTax(report.getApprovedNoIncludingTax());
|
|
|
+ infoData.setBankLettersCount(report.getBankLettersCount());
|
|
|
+ infoData.setDigitalLetterCount(report.getDigitalLetterCount());
|
|
|
// infoData.setUpdateById(UserUtils.getCurrentUserDTO().getId());
|
|
|
infoData.setUpdateTime(new Date());
|
|
|
infoMapper.updateCwProjectInfoDataById(infoData);
|
|
@@ -294,6 +296,8 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
|
infoData.setUpdateById(userDTO.getId());
|
|
|
infoData.setApprovedNoIncludingTax(report.getApprovedNoIncludingTax());
|
|
|
infoData.setApprovedIncludingTax(report.getApprovedIncludingTax());
|
|
|
+ infoData.setBankLettersCount(report.getBankLettersCount());
|
|
|
+ infoData.setDigitalLetterCount(report.getDigitalLetterCount());
|
|
|
// infoData.setUpdateById(UserUtils.getCurrentUserDTO().getId());
|
|
|
infoData.setUpdateTime(new Date());
|
|
|
infoMapper.updateCwProjectInfoDataById(infoData);
|