Authored by 周少峰

Merge branch 'hotfix/preSale'

... ... @@ -445,7 +445,7 @@ module.exports = class extends global.yoho.BaseModel {
op.push('refund');
}
if (+order.attribute === 9) {
if (+order.attribute === 9 || +order.attribute === 11) {
op = ['deposit'];
}
... ...