owl-cli 6.163.0 → 6.165.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -661,7 +661,7 @@ var @projectCodeService = (function (pigeon) {
|
|
|
661
661
|
throw {msg: '对象不存在!id=' + data.id, code: 'notFound'}
|
|
662
662
|
}
|
|
663
663
|
if (obj._v != data._v) {
|
|
664
|
-
throw {code: 'concurrentupdate', msg: '对象已经修改过,本次修改被拒绝。old._v=' + obj._v + ',new._v=' + data._v}
|
|
664
|
+
throw {code: 'concurrentupdate', msg: '对象已经修改过,本次修改被拒绝。old._v=' + obj._v + ',new._v=' + data._v,id:obj.id}
|
|
665
665
|
}
|
|
666
666
|
var oldObj = JSON.parse(JSON.stringify(obj))
|
|
667
667
|
//深度合并
|