Commit 900d860d authored by Hsinli's avatar Hsinli

addd

parent f8dbaabb
...@@ -168,6 +168,9 @@ class OrderService extends Service { ...@@ -168,6 +168,9 @@ class OrderService extends Service {
let filter = { let filter = {
where: { where: {
id: list[i].apply_id, id: list[i].apply_id,
name: threeParams.name,
phone: threeParams.phone,
id_card: threeParams.id_card,
type: 1, type: 1,
valid: 1 valid: 1
} }
......
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