Commit 85b7ad54 authored by lisong's avatar lisong

修改bug

parent 4b3deb8e
......@@ -113,6 +113,7 @@ public class TzsBaseInstitutionServiceImpl extends BaseService<TzsBaseInstitutio
TzBaseEnterpriseInfo baseEnterpriseInfo = regUnitInfoService.createBaseEnterpriseInfo(regUnitInfoDto, EnterpriseEnums.SY_DW.getType());
TzsBaseInstitution tzsBaseInstitution = new TzsBaseInstitution();
BeanUtils.copyProperties(dto.getRegUnitMessage(), tzsBaseInstitution);
tzsBaseInstitution.setUseCode(dto.getUnitCode());
tzsBaseInstitution.setEnterpriseId(baseEnterpriseInfo.getSequenceNbr());
this.save(tzsBaseInstitution);
// 插入tz_flc_reg_unit_info
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment