This commit is contained in:
guohb
2024-05-16 16:07:55 +08:00
parent 9249eb1cc4
commit c9f6c7369b

View File

@@ -149,7 +149,9 @@ public class ApplyLicenseServiceImpl implements ApplyLicenseService {
ShopInfoDO shopInfoDO = shopInfoMapper.selectByPrimaryKey(shopId); ShopInfoDO shopInfoDO = shopInfoMapper.selectByPrimaryKey(shopId);
if (Objects.nonNull(shopInfoDO.getStoreNum()) && StringUtil.isNotBlank(shopInfoDO.getStoreNum())) { if (Objects.nonNull(shopInfoDO.getStoreNum()) && StringUtil.isNotBlank(shopInfoDO.getStoreNum())) {
GetStoreInfoByCodeResponse storeInfoCode = coolStoreStartFlowService.getStoreInfoCode(shopInfoDO.getStoreNum()); GetStoreInfoByCodeResponse storeInfoCode = coolStoreStartFlowService.getStoreInfoCode(shopInfoDO.getStoreNum());
if (Objects.nonNull(storeInfoCode.getData().getStoreDocument()) && storeInfoCode.getCode() == 0) { if (Objects.nonNull(storeInfoCode.getData())
&& Objects.nonNull(storeInfoCode.getData().getStoreDocument())
&& storeInfoCode.getCode() == 0) {
//替换落库的值 //替换落库的值
submitLicenseResponse = SubmitLicenseResponse.from(storeInfoCode, submitLicenseResponse); submitLicenseResponse = SubmitLicenseResponse.from(storeInfoCode, submitLicenseResponse);
//给前端判断哪些是鲜丰数据不可修改 //给前端判断哪些是鲜丰数据不可修改