明树Git Lab

Commit ed7f7d4c authored by zfp1's avatar zfp1

update

parent fee1130b
Pipeline #108130 passed with stage
in 3 seconds
......@@ -1046,7 +1046,7 @@ async function createXmtc(req, res, next) {
}
// // 1. 文件
// req.body.tcwj = (req.body.tcwj || []).map(o => { return o && o.id || o });
// let ret = await DB.TzXmtc.create(req.body);
let ret = await DB.TzXmtc.create(req.body);
// let tccwzbs = (req.body.tccwzbs || []).map(o => { o.projectId = req.body.projectId; o.sourceId = ret.id; return o; });
// delete req.body.tccwzbs;
......
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