打印工单

This commit is contained in:
xiaofajia 2024-10-30 17:41:42 +08:00
parent a93e59e5c6
commit 85c0f41442

View File

@ -743,7 +743,7 @@ public class DlRepairTicketsServiceImpl extends ServiceImpl<DlRepairTicketsMappe
params.put("bankAddress", bankAddress); params.put("bankAddress", bankAddress);
params.put("account", account); params.put("account", account);
// 调支付接口 // 调支付接口 todo 这个地方应该还要加东西
String payUrl = ""; String payUrl = "";
try { try {
Map<String, Object> stringObjectMap = repairOrderInfoService.payTransactions(orderInfo.getId()); Map<String, Object> stringObjectMap = repairOrderInfoService.payTransactions(orderInfo.getId());