Commit cb90d125 by 吴一龙

fix AxfConvert.toEntity setLicenseExpireType setCompanyType

parent 3cd6d62b
......@@ -79,6 +79,8 @@ public class AxfConvert {
StudioAxfApply apply = BeanUtil.map(request, StudioAxfApply.class);
apply.setId(IdWorker.getId());
apply.setLicenseType(LicenseTypeEnums.NATIONAL_LEGAL_MERGE.getCode());
apply.setLicenseExpireType(request.getLicenseExpireType().getCode());
apply.setCompanyType(request.getCompanyType().getCode());
apply.setState(AxfStateEnums.INIT.getCode());
apply.setChannelNo(AxfConst.CHANNEL_NO);
apply.setApplyType(AxfConst.OPEN);
......
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