Commit 43ffb230 by 王昆

gsb

parent 8a761fb1
......@@ -71,16 +71,16 @@ class DeliverService extends ServiceBase {
let user = rs.data.user;
let deliver = rs.data.deliver;
// 是否已经推送过
if(user.nt_user_id) {
return;
}
// if(user.nt_user_id) {
// return;
// }
// 判断是否有财务宝和税务报
let cwb = Number(user.auth[1] || 0);
let swb = Number(user.auth[2] || 0);
// if(!cwb && !swb) {
// return;
// }
if(!cwb && !swb) {
return;
}
let data = {
companyNo: deliver.id,
......
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