From 2ee3c9cdbda550df5c5a8703222b3b08deeef6b8 Mon Sep 17 00:00:00 2001 From: guohb Date: Fri, 17 May 2024 17:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E4=BA=BA=E6=89=8B=E6=8C=81=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/cool/store/response/SubmitLicenseResponse.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coolstore-partner-model/src/main/java/com/cool/store/response/SubmitLicenseResponse.java b/coolstore-partner-model/src/main/java/com/cool/store/response/SubmitLicenseResponse.java index 9fbc44c32..885dd4041 100644 --- a/coolstore-partner-model/src/main/java/com/cool/store/response/SubmitLicenseResponse.java +++ b/coolstore-partner-model/src/main/java/com/cool/store/response/SubmitLicenseResponse.java @@ -224,8 +224,8 @@ public class SubmitLicenseResponse { submitLicenseResponse.setLicenseUrl(licenseTransactDO.getCreditUrl()); submitLicenseResponse.setLicenseName(licenseTransactDO.getBusinessLicense()); submitLicenseResponse.setSocialCreditCode(licenseTransactDO.getCreditCode()); - submitLicenseResponse.setIdCardAndLicense1(licenseTransactDO.getIdCardNegativeCreditUrl()); - submitLicenseResponse.setIdCardAndLicense2(licenseTransactDO.getIdCardPositiveCreditUrl()); + submitLicenseResponse.setIdCardAndLicense2(licenseTransactDO.getIdCardNegativeCreditUrl()); + submitLicenseResponse.setIdCardAndLicense1(licenseTransactDO.getIdCardPositiveCreditUrl()); submitLicenseResponse.setFoodLicenseUrl(licenseTransactDO.getFoodBusinessLicenseUrl()); submitLicenseResponse.setBusinessPremises(licenseTransactDO.getFoodLicenseAddress()); submitLicenseResponse.setFoodLicenseCode(licenseTransactDO.getFoodBusinessLicenseCode());