diff --git a/api/app/lib/schedule/work_notice.js b/api/app/lib/schedule/work_notice.js index f94c6e8..eb7470f 100644 --- a/api/app/lib/schedule/work_notice.js +++ b/api/app/lib/schedule/work_notice.js @@ -65,6 +65,7 @@ module.exports = function (app, opts) { AND procin.state_ in ('COMPLETED','ACTIVE') WHERE story.apply_user in ('731')` ).toPromise() + console.log('查询结果',formRes) if (formRes && formRes.length > 0) { for (let f of formRes) { let user = {}