feat:setStoreCode
This commit is contained in:
@@ -644,6 +644,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
|
||||
contractInformationDTO.setBrandOwner(enumByCode.getBrandOwner());
|
||||
}
|
||||
contractInformationDTO.setContractNo(signFranchiseDO.getContractCode());
|
||||
contractInformationDTO.setStoreCode(shopInfoDO.getShopCode());
|
||||
try {
|
||||
return pushService.pushContract(contractInformationDTO);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user