Commit 3a598654 by 陶光胜

通过电话号码查询商户

parent ef7bd564
......@@ -116,12 +116,12 @@ public class UnionEnterpriseController {
}
@RequestMapping("del-union-enterprise-resource")
public RestResponse delUnionEnterprise(Long resourceId, Integer resourceType, Integer unionEnterpriseId){
public RestResponse delUnionEnterprise(Long resourceId, Integer resourceType){
if(resourceId == null){
return EnterpriseRestResponse.failure(ErrorCode.MISS_PARAMETER);
}
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
ServiceResponse<Integer> response = this.unionEnterpriseApiService.delUnionEnterpriseSource(, );
ServiceResponse<Integer> response = this.unionEnterpriseApiService.delUnionEnterpriseSource(resourceId, enterpriseId);
if(response.getResult()>0){
ResourceTypeEnum[] values = ResourceTypeEnum.values();
for(ResourceTypeEnum typeEnum : values){
......
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