edit new fields for companyInfo

This commit is contained in:
etreschenkov 2025-08-13 17:39:12 +03:00
parent 4b5d5b94af
commit 4762f29ee7

View file

@ -104,6 +104,8 @@ public class CompanyInfoService extends QueueConsumer implements InitializingBea
companyInfo.setDescription(req.getDescription());
companyInfo.setShortNameEng(req.getShortNameEng());
companyInfo.setFullNameEng(req.getFullNameEng());
companyInfo.setTaxNumber(req.getTaxNumber());
companyInfo.setRegistrationDate(req.getRegistrationDate());
boolean simpleUpdate = true;
if (req.getWorkflowStatus() != null) {