Hello every superiors:
when I move a graphic geometry to another place , then i use this js
currentFeatureLayer.applyEdits(null, [evt.graphic], null,function(result){
createLog(logObj);
},function(err){
flag4log = -1;
});
to update databse ,then the graphic geometry record become two row in oracle database, the two record all colums the same。
hope you can help me ,thanks very much 。