Commit 7862186a by Sxy

fix: 上传资质

parent aa5d4267
...@@ -228,10 +228,6 @@ class DeliverService extends ServiceBase { ...@@ -228,10 +228,6 @@ class DeliverService extends ServiceBase {
if (!deliverData) { if (!deliverData) {
throw new Error("查不到交付单"); throw new Error("查不到交付单");
} }
if (deliverData.delivery_status !== system.SERVERSESTATUS.DISPOSEING) {
throw new Error("该交付单状态下不可提交");
}
await this.qualificationDao.createOrUpdate(pobj); await this.qualificationDao.createOrUpdate(pobj);
return "SUCCESS" return "SUCCESS"
} }
......
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