Commit 38e28f48 by Sxy

Merge branch 'icp-deliver' of gitlab.gongsibao.com:jiangyong/zhichan into icp-deliver

parents ff0cdd06 d3252ed6
...@@ -42,6 +42,16 @@ class DeliverDao extends Dao { ...@@ -42,6 +42,16 @@ class DeliverDao extends Dao {
] ]
} }
break break
case "/deliveryManagement/deliveryAllocated":
qc.where.delivery_man_id = qc.where.delivery_man_id || {
$and:[{$not:null},{$not:""}]
}
break
case "/deliveryManagement/deliveryNoAllocate":
qc.where.delivery_man_id = qc.where.delivery_man_id || {
$or: [{$eq:null} ,{$eq:""}]
}
break
case "/deliveryManagement/all": case "/deliveryManagement/all":
break break
} }
......
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