证照api放开md5验签

This commit is contained in:
guohb
2024-04-30 09:10:33 +08:00
parent 7e072c9af2
commit 9c86ff40d8

View File

@@ -53,7 +53,7 @@ public class KdzApiServiceImpl implements KdzApiService {
Long shopId = shopInfoDO.getId();
LicenseTransactDO licenseTransactDO = new LicenseTransactDO();
licenseTransactDO.setShopId(shopId);
licenseTransactDO = applyLicenseMapper.selectOneByExample(licenseTransactDO);
licenseTransactDO = applyLicenseMapper.selectOne(licenseTransactDO);
LicenseApiResponse convertResp = convert(licenseTransactDO,storeNum);
return convertResp;
}