Commit 8a8cc6ae by 宋毅

tj

parent b00a7b4b
...@@ -369,6 +369,8 @@ class OrderTmProductService extends ServiceBase { ...@@ -369,6 +369,8 @@ class OrderTmProductService extends ServiceBase {
customerType: apply.customerType,//申请人类型 ent person customerType: apply.customerType,//申请人类型 ent person
businessLicensePic: apply.businessLicensePic || "", //营业执照图片 businessLicensePic: apply.businessLicensePic || "", //营业执照图片
businessLicensePdf: apply.businessLicensePdf || "", //营业执pdf businessLicensePdf: apply.businessLicensePdf || "", //营业执pdf
identityCardPic: apply.identityCardPic || "", //身份证图片
identityCardPdf: apply.identityCardPdf || "", //身份证pdf
owner_id: user.id, owner_id: user.id,
createuser_id: user.id, createuser_id: user.id,
zipCode: apply.zipCode,//邮政编码 zipCode: apply.zipCode,//邮政编码
......
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