Commit c8ca7995 authored by 成旭东's avatar 成旭东

fix

parent 92710f75
Pipeline #27942 passed with stage
in 5 minutes 18 seconds
......@@ -237,7 +237,7 @@ export default class EstateListService extends Service {
},
});
if (orderRecord) {
if (orderRecord && orderRecord.id !== id) {
this.ctx.throw(400, `存在当前推荐排序同种业态楼盘,楼盘ID为${orderRecord.id}`);
}
}
......
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