|
|
@@ -211,7 +211,8 @@ public class WxPayShareV3Service extends PayShareBaseAdapterService{ |
|
|
if (StringUtils.isBlank(out_order_no) || !out_order_no.equals(record.getOrderId().toString())){ |
|
|
if (StringUtils.isBlank(out_order_no) || !out_order_no.equals(record.getOrderId().toString())){ |
|
|
throw new MallinkException(ErrorCode.PROFIT_SHARING_QUERY_RETURN_INVALID.getCode(),"out_order_no:["+out_order_no+"] WxProfitSharingOrder:["+record.getOrderId()+"]"); |
|
|
throw new MallinkException(ErrorCode.PROFIT_SHARING_QUERY_RETURN_INVALID.getCode(),"out_order_no:["+out_order_no+"] WxProfitSharingOrder:["+record.getOrderId()+"]"); |
|
|
} |
|
|
} |
|
|
return new PayShareQueryResult(true, 200, "success",result, this.getReceivers(JSON.toJSONString(result.get("receivers")))); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return new PayShareQueryResult(true, EnumProfitSharingOrderStatus.PROFIT_SHARING_DONE.getCode(), "success",result, this.getReceivers(JSON.toJSONString(result.get("receivers")))); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|