1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.ruoyi.jarvis.mapper;
|
||||
|
||||
import com.ruoyi.jarvis.domain.ErpGoofishOrder;
|
||||
import com.ruoyi.jarvis.dto.GoofishRrsLogisticsStatsVo;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
@@ -25,4 +26,9 @@ public interface ErpGoofishOrderMapper {
|
||||
List<ErpGoofishOrder> selectByGoofishOrderNo(@Param("orderNo") String orderNo);
|
||||
|
||||
int resetShipForRetry(@Param("id") Long id);
|
||||
|
||||
/**
|
||||
* 已关联 jd_order_id、承运为日日顺(rrs 或名称含日日顺);排除已退款/已关闭。
|
||||
*/
|
||||
GoofishRrsLogisticsStatsVo selectRrsJdLinkedLogisticsStats();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user