提交 d00b395e authored 作者: inroi's avatar inroi

微调

上级 886dbbc0
......@@ -50,7 +50,7 @@ public class ImsBsWplanServiceImpl extends ServiceImpl<ImsBsWplanMapper, ImsBsWp
Map<String, String> idmap = new HashMap<>();
//设置需要同步的主键
idmap.put("FID", object.toString());
if (entryId != null) {
if (entryId != null && StringUtils.isNotBlank(entryId.toString())) {
idmap.put("FTreeEntity_FEntryId", entryId.toString());
}
//将对应信息请求金蝶云
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论