fix:推送合同
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package com.cool.store.service;
|
||||
|
||||
import com.cool.store.context.LoginUserInfo;
|
||||
import com.cool.store.dto.contract.ContractCallbackDTO;
|
||||
import com.cool.store.entity.ShopInfoDO;
|
||||
import com.cool.store.request.*;
|
||||
import com.cool.store.response.AddSignFranchiseResponse;
|
||||
import com.cool.store.response.ResponseResult;
|
||||
@@ -60,4 +62,6 @@ public interface SignFranchiseService {
|
||||
* @return
|
||||
*/
|
||||
Boolean assignOperationConsultant(AssignOperationConsultantRequest request);
|
||||
|
||||
ContractCallbackDTO pushContractRequest(ShopInfoDO shopInfoDO, Long shopId);
|
||||
}
|
||||
|
||||
@@ -656,7 +656,8 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
|
||||
* 推送合同信息请求
|
||||
* @param shopId
|
||||
*/
|
||||
private ContractCallbackDTO pushContractRequest(ShopInfoDO shopInfoDO,Long shopId){
|
||||
@Override
|
||||
public ContractCallbackDTO pushContractRequest(ShopInfoDO shopInfoDO,Long shopId){
|
||||
//推送法大大数据
|
||||
//查询缴费信息
|
||||
FranchiseFeeDO franchiseFeeDO = franchiseFeeMapper.selectByShopId(shopId);
|
||||
|
||||
Reference in New Issue
Block a user