证照api放开md5验签
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user