|
@@ -398,6 +398,7 @@ public class AuditPathsServiceImpl implements IAuditPathsService {
|
|
|
}
|
|
|
}else if (auditItems.getActId()== 410 ){
|
|
|
if (StringUtils.isEmpty(auditItems.getRefno3())){
|
|
|
+ TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
|
|
|
return AjaxResult.error("提单号不能为空");
|
|
|
}
|
|
|
if ("T".equals(at.getIffinalItem())) {
|