Browse Source

debug

master
巴林闲侠 2 years ago
parent
commit
6c855f5d7d
  1. 1
      api/app/lib/utils/member.js

1
api/app/lib/utils/member.js

@ -379,6 +379,7 @@ module.exports = function (app, opts) {
obj[nextKey] = u[k] == '1970-01-01 00:00:00.000000' ? null : u[k]
}
pepUserIds.push(u.pepUserId)
console.log("查询到的用户信息:", obj);
returnD.push({
...obj,
departmrnt: u.depId ? [{

Loading…
Cancel
Save