Commit 2b1d1d5f by 陶光胜

门店品牌变更

parent 00c86472
......@@ -88,9 +88,9 @@ public interface StoreAuthorizationApiService {
* @Description: 取消授权接口
* @author zhiwj
* @param unionEnterpriseId
* @param OwnEnterpriseId
* @param ownEnterpriseId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
* @throws
*/
ServiceResponse<Void> cancelStoreAll(Integer unionEnterpriseId, Integer OwnEnterpriseId);
ServiceResponse<Void> cancelStoreAll(Integer unionEnterpriseId, Integer ownEnterpriseId);
}
......@@ -172,7 +172,7 @@ public class StoreAuthorizationApiServiceImpl implements StoreAuthorizationApiSe
}
@Override
public ServiceResponse<Void> cancelStoreAll(Integer ownEnterpriseId, Integer unionEnterpriseId) {
public ServiceResponse<Void> cancelStoreAll(Integer unionEnterpriseId, Integer ownEnterpriseId) {
this.storeService.cancelAuthStoreAll(ownEnterpriseId, unionEnterpriseId);
this.unionEnterpriseAuthResDetailApiService.relieveForStore(UnionEnterpriseAuthDetailStatusEnum.HAS_RELIEVE.getCode(), ownEnterpriseId, unionEnterpriseId);
return ServiceResponse.success();
......
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