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