root cause of exception single deletion failure

78 阅读1分钟

Created by Jerry Wang, last modified on Aug 28, 2015

when you try to delete multiple one order instance in a shot, you meet with single deletion failure exception:
clipboard1

经过source code 分析发现是因为line 102的FM返回值为1或者2.
clipboard2
Debug发现有error message抛出:
clipboard3
clipboard4

因为其状态为lost:
clipboard5