Commit 72075138 authored by alex yao's avatar alex yao

fix: NPE

parent b9cd5390
...@@ -81,7 +81,7 @@ public class BizAgentApplicationMallRestImpl implements BizAgentApplicationMallR ...@@ -81,7 +81,7 @@ public class BizAgentApplicationMallRestImpl implements BizAgentApplicationMallR
} else { } else {
// 如果没上架过,则save操作 // 如果没上架过,则save操作
// 把应用存入应用市场表中 // 把应用存入应用市场表中
mallEntity.setCollectNumber(collectEntities.size()); dto.setCollectNumber(collectEntities.size());
bizAgentApplicationMallService.save(BizAgentApplicationMallConvert.dtoToEntity(dto)); bizAgentApplicationMallService.save(BizAgentApplicationMallConvert.dtoToEntity(dto));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment