|
|
@@ -46,6 +46,7 @@ public class OrderDonPostServiceImpl extends ServiceImpl<OrderDonPostMapper, Ord
|
|
|
* 数据回传
|
|
|
*/
|
|
|
private void post(Long orderId, OrderDonPost orderPost) throws Exception {
|
|
|
+ log.info("回传平台:{}", orderPost.getType().getType());
|
|
|
AbstractPostDataService postStrategy = PostDataFactory.getPostStrategy(orderPost.getType().getType());
|
|
|
|
|
|
Assert.notNull(postStrategy, "回传渠道类型不存在。");
|