|
|
|
@ -88,6 +88,9 @@ public class MrServiceImpl implements MrService { |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
public List<String> confirmMrIssue(MrIssueDto mrIssueDto) throws Exception{ |
|
|
|
if(1==1){ |
|
|
|
throw new XJException("功能维护中,暂停使用"); |
|
|
|
} |
|
|
|
// 验证MR状态 |
|
|
|
if (!validateMrStatus(mrIssueDto.getOrderNo(), mrIssueDto.getSite())) { |
|
|
|
throw new XJException("MR状态不允许发料"); |
|
|
|
|