|
|
@ -549,7 +549,7 @@ public class BoxForNotificationServiceImpl implements BoxForNotificationService |
|
|
|
|
|
|
|
|
// 2. 校验是否已送检 |
|
|
// 2. 校验是否已送检 |
|
|
if ("Y".equalsIgnoreCase(detail.getInspectionFlag())) { |
|
|
if ("Y".equalsIgnoreCase(detail.getInspectionFlag())) { |
|
|
throw new RuntimeException("该单据已送检,无需重复操作"); |
|
|
|
|
|
|
|
|
throw new RuntimeException("该订单已送检,请等待检验结果"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 3. 调用存储过程创建检验任务 |
|
|
// 3. 调用存储过程创建检验任务 |
|
|
|