|
|
|
@ -457,6 +457,8 @@ public class UserInfoServiceImpl implements UserInfoService { |
|
|
|
|
deptEntity.setTaxpayerPhone(groupManagementEntity.getXhfDh()); |
|
|
|
|
deptEntity.setTaxpayerBank(groupManagementEntity.getXhfYh()); |
|
|
|
|
deptEntity.setTaxpayerAccount(groupManagementEntity.getXhfZh()); |
|
|
|
|
deptEntity.setInvoiceName(groupManagementEntity.getXhfMc()); |
|
|
|
|
deptEntity.setInvoiceNsrsbh(groupManagementEntity.getXhfNsrsbh()); |
|
|
|
|
} |
|
|
|
|
return deptEntity; |
|
|
|
|
} |
|
|
|
|