|
|
@@ -1396,6 +1396,7 @@ public class CorpsDescServiceImpl extends ServiceImpl<CorpsDescMapper, PjCorpsDe
|
|
|
corpsDesc.setSalesmanName(pjpfCustomerReviewedParam.getSalesManName());
|
|
|
corpsDesc.setCheckStatus("通过");
|
|
|
corpsDesc.setEnableOrNot(NumberEnum.ONE.number);
|
|
|
+ corpsDesc.setCorpsTypeId(String.valueOf(pjpfCustomerReviewedParam.getCorpsTypeId()));
|
|
|
}
|
|
|
}
|
|
|
corpsDesc.setTenantId(nowUser.getTenantId());
|