feat:合同编号
This commit is contained in:
@@ -491,6 +491,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
|
||||
SignFranchiseDO signFranchiseDO = signFranchiseMapper.selectByShopId(shopId);
|
||||
|
||||
log.info("加盟合同审批时签约类型:{}", SignTypeEnum.getDescByCode(signFranchiseDO.getSignType()));
|
||||
|
||||
//自营店 无缴费信息 不需要校验
|
||||
if (franchiseFeeDO != null){
|
||||
ContractInformationDTO contractInformationDTO = new ContractInformationDTO();
|
||||
@@ -514,6 +515,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
|
||||
contractInformationDTO.setPayeeName(enumByCode.getPayeeName());
|
||||
contractInformationDTO.setBrandOwner(enumByCode.getBrandOwner());
|
||||
}
|
||||
contractInformationDTO.setContractNo(signFranchiseDO.getContractCode());
|
||||
try {
|
||||
return pushService.pushContract(contractInformationDTO);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user