update 检查订单分账记录

This commit is contained in:
bl\GQS02
2025-10-11 20:50:07 +08:00
parent 093f344613
commit f3a200600a
3 changed files with 11 additions and 36 deletions

View File

@@ -989,7 +989,7 @@ public class TempController extends BaseController {
try {
List<String> orderCodeList = dto.getOrderCodeList();
for (String orderCode : orderCodeList) {
tempService.handleOrderSplitRecord(orderCode);
tempService.checkOrderSplitRecord(orderCode);
}
response = new RestApiResponse<>();
} catch (Exception e) {