Commit 54e1b2ab by wkliang

fix

parent 0cdb5c7d
...@@ -61,7 +61,7 @@ class diagnosisneedbusService extends ServiceBase { ...@@ -61,7 +61,7 @@ class diagnosisneedbusService extends ServiceBase {
async doEAV (pobj, data, req) { async doEAV (pobj, data, req) {
let query = { let query = {
status: 'ywc', status: 'ywc',
diagnosisResult: data.diagnosisResult diagnosis_result: data.diagnosisResult
} }
let res = await this.dao.update(query, data.id) let res = await this.dao.update(query, data.id)
try { try {
......
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