edit new fields for companyInfo
This commit is contained in:
parent
4b5d5b94af
commit
4762f29ee7
1 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ public class CompanyInfoService extends QueueConsumer implements InitializingBea
|
||||||
companyInfo.setDescription(req.getDescription());
|
companyInfo.setDescription(req.getDescription());
|
||||||
companyInfo.setShortNameEng(req.getShortNameEng());
|
companyInfo.setShortNameEng(req.getShortNameEng());
|
||||||
companyInfo.setFullNameEng(req.getFullNameEng());
|
companyInfo.setFullNameEng(req.getFullNameEng());
|
||||||
|
companyInfo.setTaxNumber(req.getTaxNumber());
|
||||||
|
companyInfo.setRegistrationDate(req.getRegistrationDate());
|
||||||
|
|
||||||
boolean simpleUpdate = true;
|
boolean simpleUpdate = true;
|
||||||
if (req.getWorkflowStatus() != null) {
|
if (req.getWorkflowStatus() != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue