明树Git Lab

Commit 3e3472ea authored by zfp1's avatar zfp1

update

parent a73316dd
Pipeline #108295 passed with stage
in 4 seconds
...@@ -149,15 +149,15 @@ async function getTzmbzrsInfo(req, res, next) { ...@@ -149,15 +149,15 @@ async function getTzmbzrsInfo(req, res, next) {
} }
let tzmbzrsZbs = await DB.TzTzmbzrsZb.findAll({ let tzmbzrsZbs = await DB.TzTzmbzrsZb.findAll({
where: { projectId: zrs.projectId, sourceId: zrs.id }, where: { projectId: zrs.projectId, sourceId: zrs.id },
raw: true, // raw: true,
}); });
let tzmbzrsPfyjs = await DB.TzTzmbzrsPfyj.findAll({ let tzmbzrsPfyjs = await DB.TzTzmbzrsPfyj.findAll({
where: { projectId: zrs.projectId, sourceId: zrs.id }, where: { projectId: zrs.projectId, sourceId: zrs.id },
raw: true, // raw: true,
}); });
let tzmbzrsNds = await DB.TzTzmbzrsNd.findAll({ let tzmbzrsNds = await DB.TzTzmbzrsNd.findAll({
where: { projectId: zrs.projectId, sourceId: zrs.id }, where: { projectId: zrs.projectId, sourceId: zrs.id },
raw: true, // raw: true,
}); });
// console.log(tzmbzrsZbs, "============", zrs) // console.log(tzmbzrsZbs, "============", zrs)
......
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