update 调试订单接口

This commit is contained in:
Guoqs
2025-05-05 14:12:17 +08:00
parent 6bf8a3f37b
commit 8df1348ef7

View File

@@ -777,7 +777,7 @@ public class TempController extends BaseController {
orderCodes.addAll(dto.getOrderCodeList());
}
if (CollectionUtils.isEmpty(orderCodes)) {
if (CollectionUtils.isNotEmpty(orderCodes)) {
for (String orderCode : orderCodes) {
dto.setOrderCode(orderCode);
// 调试结算订单逻辑