Commit 90c55177 by 陶光胜

门店状态变更

parent db9e47e6
......@@ -463,7 +463,7 @@ public class StoreController extends DownloadUtils {
ServiceResponse<Boolean> serviceResponse = userOwnerApiService.transferStore(UserDetailUtils.getUserDetail().getEnterpriseId(), storeInfoIdList, storeInfoId, memberTransType);
return serviceResponse;
}
return null;
return ServiceResponse.success();
}
@RequestMapping("list-store-export-field")
......
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