|
@@ -201,12 +201,10 @@ public class CommonController {
|
|
|
//剔除不返回的内容
|
|
|
currentCompanyWechat.setAppId(null);
|
|
|
currentCompanyWechat.setSubAppId(null);
|
|
|
- currentCompanyWechat.setSecret1(null);
|
|
|
- currentCompanyWechat.setSecret2(null);
|
|
|
- currentCompanyWechat.setSecret3(null);
|
|
|
+
|
|
|
currentCompanyWechat.setMchKey(null);
|
|
|
currentCompanyWechat.setMchId(null);
|
|
|
- currentCompanyWechat.setCorpId(null);
|
|
|
+
|
|
|
return ResponseHelper.success(currentCompanyWechat);
|
|
|
}
|
|
|
|
|
@@ -245,7 +243,7 @@ public class CommonController {
|
|
|
OrderInfo orderInfo = orderInfoService.getById(orderId);
|
|
|
List<OrderDetail> list = orderDetailService.lambdaQuery().eq(OrderDetail::getOrderId, orderId).list();
|
|
|
|
|
|
- fucaiLogic.sendSaleOrder(list,orderInfo,orderInfo.getWebsitNumber());
|
|
|
+ // fucaiLogic.sendSaleOrder(list,orderInfo,orderInfo.getWebsitNumber());
|
|
|
}
|
|
|
return ResponseHelper.success();
|
|
|
}
|
|
@@ -258,7 +256,7 @@ public class CommonController {
|
|
|
OrderInfo orderInfo = orderInfoService.getById(orderId);
|
|
|
List<OrderDetail> list = orderDetailService.lambdaQuery().eq(OrderDetail::getOrderId, orderId).list();
|
|
|
|
|
|
- fucaiLogic.sendSaleOrder(list,orderInfo,orderInfo.getWebsitNumber());
|
|
|
+ // fucaiLogic.sendSaleOrder(list,orderInfo,orderInfo.getWebsitNumber());
|
|
|
|
|
|
return ResponseHelper.success();
|
|
|
}
|