|
|
@@ -37,7 +37,7 @@ public class PushAgreementManager extends AbstractOrderManager<PushAgreementRequ |
|
|
|
ServiceLogEvent event, Map<String, Object> dataStream) throws ServiceHandleException { |
|
|
|
IssueOrderinfo order = checkOrder(request.getOrderNo()); |
|
|
|
IssueProduct product = issueProductRepo.findByReleaseId(order.getProductId()); |
|
|
|
if (product.getSigningParty().intValue() == 1) |
|
|
|
if (product.getSigningParty().intValue() == 0) |
|
|
|
throw newBusinessException("当前产品需由黔通完成协议签署,产品编号:" + order.getProductId()); |
|
|
|
dataStream.put(ORDER, order); |
|
|
|
} |