Commit 6856d89f by wkliang

fix notes

parent 33d6d5b6
......@@ -74,7 +74,8 @@ class diagnosisneedbusService extends ServiceBase {
async doEAV (pobj, data, req) {
let query = {
status: 'ywc',
diagnosis_result: data.diagnosisResult
diagnosis_result: data.diagnosisResult,
notes: data.notes
}
try {
let o = await this.dao.findById(data.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