update 添加临时方法,更新adapayUnsplitRecord数据

This commit is contained in:
Guoqs
2025-11-14 15:07:50 +08:00
parent 2b33a7a845
commit c3db9b9201
9 changed files with 144 additions and 91 deletions

View File

@@ -32,6 +32,7 @@ import java.text.ParseException;
import java.time.LocalDateTime;
import java.util.List;
import java.util.Map;
import java.util.Set;
public interface OrderBasicInfoService{
@@ -641,4 +642,7 @@ public interface OrderBasicInfoService{
OrderCountByTimeVO queryOrderInsuranceAmountByTime(QueryOrderDTO dto);
// 临时接口, 查询订单信息
List<OrderBasicInfo> selectOrderTemp(Set<String> orderCodes);
}