Commit feeab78e by 王昆

gsb

parent b4dfb5a1
......@@ -76,8 +76,8 @@ class DeliverService extends ServiceBase {
}
// 判断是否有财务宝和税务报
let cwb = Number(row.auth[1] || 0);
let swb = Number(row.auth[2] || 0);
let cwb = Number(user.auth[1] || 0);
let swb = Number(user.auth[2] || 0);
if(!cwb && !swb) {
return;
}
......
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