Authored by 周少峰

reson cache

... ... @@ -159,7 +159,11 @@ module.exports = class extends global.yoho.BaseModel {
method: 'app.SpaceOrders.closeReasons'
};
return this.get({data: options});
return this.get({data: options,
param: {
cache: 86400
}
});
}
/**
... ...