提交 8412f751 编写于 作者: cvsea's avatar cvsea

更新src/main/java/com/candy/db2map/service/impl/MapServiceImpl.java

上级 18daa11a
......@@ -70,7 +70,7 @@ public class MapServiceImpl implements IMapService {
{
throw new MapException("保存内容为空");
}
if(linkedHashMap.containsKey(db2MapService.getFieldIdName()))
if(!linkedHashMap.containsKey(db2MapService.getFieldIdName()))
{
throw new MapException("ID获取失败");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册