|
|
|
@ -1762,7 +1762,7 @@ public class ScheduleServiceImpl implements ScheduleService { |
|
|
|
if (netIssueQty == null) { |
|
|
|
throw new XJException(sysMsgService.getLanguageMsg(SysMsgConstant.OBJECT_ID_200170)); |
|
|
|
} |
|
|
|
if (netIssueQty <= 0) { |
|
|
|
if (netIssueQty < 0) { |
|
|
|
throw new XJException(sysMsgService.getLanguageMsg(SysMsgConstant.OBJECT_ID_200171)); |
|
|
|
} |
|
|
|
if (netIssueQty > transQty) { |
|
|
|
|