mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 查询未开发票订单,新增站点id条件
This commit is contained in:
@@ -142,7 +142,8 @@ public interface OrderBasicInfoMapper {
|
||||
*/
|
||||
List<OrderVO> getListByMemberIdAndOrderStatus(@Param("memberId") String memberId,
|
||||
@Param("orderStatusList") List<String> orderStatusList,
|
||||
@Param("dateTime") LocalDateTime dateTime);
|
||||
@Param("dateTime") LocalDateTime dateTime,
|
||||
@Param("stationId") String stationId);
|
||||
|
||||
/**
|
||||
* 将某订单修改为某状态
|
||||
|
||||
Reference in New Issue
Block a user