Commit c62a4ed1 by Sxy

fix: 阿里更改字段 状态添加

parent ce3f3050
...@@ -135,7 +135,10 @@ class DeliverService extends ServiceBase { ...@@ -135,7 +135,10 @@ class DeliverService extends ServiceBase {
status = system.SERVERSESTATUS.THROUGH; status = system.SERVERSESTATUS.THROUGH;
await pushQft.changeStatus(deliverData, pushQft.ALISTATUS.THROUGH, { await pushQft.changeStatus(deliverData, pushQft.ALISTATUS.THROUGH, {
officialFileURL: qualificationData.file.url officialFileURL: qualificationData.file.url,
certificateNumber: qualificationData.certificateNumber,
certificateStartTime: moment(qualificationData.startAt).format('YYYY-MM-DD'),
certificateEndTimeY: moment(qualificationData.endAt).format('YYYY-MM-DD')
}); });
break break
......
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