From 89ee6b5006ad6f322caff720c292d28fd9347f64 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 15 Aug 2019 16:41:05 +0800 Subject: [PATCH] =?UTF-8?q?-=20SyncQualify=E4=B8=AD=E6=A0=B9=E6=8D=AEStore?= =?UTF-8?q?.LicenceType=E6=9D=A5=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E6=98=AF=E4=B8=AA=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jd/store.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/partner/purchase/jd/store.go b/business/partner/purchase/jd/store.go index ac7e91514..940d52720 100644 --- a/business/partner/purchase/jd/store.go +++ b/business/partner/purchase/jd/store.go @@ -396,7 +396,8 @@ func (c *PurchaseHandler) SyncQualify(ctx *jxcontext.Context, storeDetail *dao.S EconKind: licenceDetail.EconKind, Scope: licenceDetail.Scope, }) - if licenceDetail.EconKind == jdapi.LincenceEconKindPerson { // 个人 + // 个体经营,个体工商户 + if storeDetail.LicenceType == 0 { // 个人 idFrondURL, err := c.storeUploadImgByURL(storeDetail.IDCardFront) if err != nil { return err