| | |
| | | // 检查必要的插入操作是否都成功执行 |
| | | var minimumExpectedOperations = 3; // 至少需要执行的插入操作数 |
| | | if (totalResult < minimumExpectedOperations) |
| | | throw new Exception($"关键数据插入失败,预期至少{minimumExpectedOperations}个操作,实际执行{totalResult}个操作"); |
| | | throw new Exception( |
| | | $"关键数据插入失败,预期至少{minimumExpectedOperations}个操作,实际执行{totalResult}个操作"); |
| | | |
| | | return totalResult; |
| | | }); |
| | |
| | | // 检查必要的插入操作是否都成功执行 |
| | | var minimumExpectedOperations = 3; // 至少需要执行的插入操作数 |
| | | if (totalResult < minimumExpectedOperations) |
| | | throw new Exception($"关键数据插入失败,预期至少{minimumExpectedOperations}个操作,实际执行{totalResult}个操作"); |
| | | throw new Exception( |
| | | $"关键数据插入失败,预期至少{minimumExpectedOperations}个操作,实际执行{totalResult}个操作"); |
| | | |
| | | return totalResult; |
| | | }); |