fix
This commit is contained in:
@@ -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);
|
||||||
//给前端判断哪些是鲜丰数据不可修改
|
//给前端判断哪些是鲜丰数据不可修改
|
||||||
|
|||||||
Reference in New Issue
Block a user