mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-29 03:28:00 +08:00
update 检查订单分账记录
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user