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

@@ -19,6 +19,7 @@ import org.springframework.stereotype.Repository;
import java.time.LocalDateTime;
import java.util.List;
import java.util.Set;
@Repository
public interface OrderBasicInfoMapper {
@@ -440,4 +441,6 @@ public interface OrderBasicInfoMapper {
* @return List<OrderMonthStatVO>
*/
List<OrderMonthStatVO> selectOrderCountAndInsuranceByMonth(@Param("dto") QueryOrderDTO dto);
List<OrderBasicInfo> selectOrderTemp(@Param("orderCodes") Set<String> orderCodes);
}