明树Git Lab

Commit edddfb0d authored by zfp1's avatar zfp1

update

parent 08d43b1a
...@@ -89,7 +89,7 @@ async function getTraceCode(req, res, next) { ...@@ -89,7 +89,7 @@ async function getTraceCode(req, res, next) {
source = await DB.ProductDeep.findOne({_id: sourceId}); source = await DB.ProductDeep.findOne({_id: sourceId});
} }
traccode.source = source && sourceId; traccode.source = source && sourceId;
res.sendData(ret); res.sendData(traccode);
} catch (error) { } catch (error) {
next(error); next(error);
} }
......
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