This commit is contained in:
YAS\29473
2025-05-23 18:48:38 +08:00
parent d94b8ebcba
commit 267e4e523f
3 changed files with 4 additions and 12 deletions

View File

@@ -878,6 +878,7 @@ public class LianLianServiceImpl implements LianLianService {
*/
@Override
public String pushOrderInfo(String orderCode) {
logger.info("LianLianServiceImpl pushOrderInfo start");
List<ChargeDetail> chargeDetails = new ArrayList<>();
// 根据订单号查询出信息
OrderBasicInfo orderBasicInfo = orderBasicInfoService.getOrderInfoByOrderCode(orderCode);