Commit fc8179a8 by 王悦

增加未分配已分配

parent fee371f4
......@@ -38,6 +38,16 @@ class DeliverDao extends Dao {
$notIn: [system.SERVERSESTATUS.SUCCESS, system.SERVERSESTATUS.CLOSED]
}
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":
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