Commit 4ff36e11 authored by 李尚科's avatar 李尚科
parents dbb32bcf d61dc513
...@@ -218,7 +218,7 @@ class ApplyService extends Service { ...@@ -218,7 +218,7 @@ class ApplyService extends Service {
app_id: ctx.appId, app_id: ctx.appId,
app_type_id: ctx.appTypeId, app_type_id: ctx.appTypeId,
name: inputParams.name, name: inputParams.name,
phone: inputParams.dataphone, phone: inputParams.phone,
id_card: inputParams.id_card, id_card: inputParams.id_card,
timestamp: params.signParams.timestamp, timestamp: params.signParams.timestamp,
appkey: this.config.BLACKLIST_APPLY_APPKEY, appkey: this.config.BLACKLIST_APPLY_APPKEY,
......
...@@ -183,6 +183,9 @@ class OrderService extends Service { ...@@ -183,6 +183,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