任何人都可以請幫助或建議簡化以下條件:if (null == parentInstruction.getQuantity() || (null != parentInstruction.getQuantity() && ( (parentInstruction.getQuantity().compareTo(BigDecimal.ZERO) == 0 && !canSkipTransTypeCds(parentInstruction)) || (parentInstruction.getQuantity().compareTo(BigDecimal.ZERO) != 0) ) ) ) { return true;}
添加回答
舉報(bào)
0/150
提交
取消