Update index.js
This commit is contained in:
parent
74c70be0c7
commit
e3e7951310
@ -985,12 +985,13 @@ async function auditDiagnosis(item, db) {
|
|||||||
uploadStatus: "uploaded",
|
uploadStatus: "uploaded",
|
||||||
status: status.pass,
|
status: status.pass,
|
||||||
auditTime: Date.now(),
|
auditTime: Date.now(),
|
||||||
|
pharmacistSignImg: pharmacistCAUserId
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
statsCount.handleCount += modifiedCount;
|
statsCount.handleCount += modifiedCount;
|
||||||
// 处方签名
|
// 处方签名
|
||||||
successRxList.forEach(({ rx }) => sign(rx, pharmacistCAUserId))
|
// successRxList.forEach(({ rx }) => sign(rx, pharmacistCAUserId))
|
||||||
// 发送审核通过消息
|
// 发送审核通过消息
|
||||||
successRxList.forEach(({ rx }) => attempToSendPassMessage(rx, item.corpId))
|
successRxList.forEach(({ rx }) => attempToSendPassMessage(rx, item.corpId))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user