Commit 670c9487 authored by 成旭东's avatar 成旭东

fix

parent c8ca7995
Pipeline #27944 passed with stage
in 3 minutes 18 seconds
......@@ -237,7 +237,7 @@ export default class EstateListService extends Service {
},
});
if (orderRecord && orderRecord.id !== id) {
if (orderRecord && Number(orderRecord.id) !== Number(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