mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-19 06:39:50 +08:00
update 批量更新订单审核
This commit is contained in:
@@ -113,6 +113,8 @@ public interface OrderBasicInfoService{
|
||||
|
||||
OrderBasicInfo saveOrderForEBike(GenerateOrderDTO dto) throws ParseException;
|
||||
|
||||
List<OrderListVO> selectOrderListByDateTime(LocalDateTime start, LocalDateTime end);
|
||||
|
||||
/**
|
||||
* 修改订单
|
||||
*
|
||||
@@ -631,6 +633,8 @@ public interface OrderBasicInfoService{
|
||||
|
||||
void checkOrUpdateOrderSplitRecord(AfterSettleOrderDTO afterSettleOrderDTO);
|
||||
|
||||
int updateOrderReviewFlagTemp(List<String> codes);
|
||||
|
||||
List<StationSplitConfig> queryOrderSplitConfigList(String orderCode);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user