|
@@ -18,6 +18,7 @@ import com.fs.his.param.*;
|
|
|
import com.fs.his.vo.*;
|
|
import com.fs.his.vo.*;
|
|
|
import com.fs.hisStore.domain.FsStoreOrderScrm;
|
|
import com.fs.hisStore.domain.FsStoreOrderScrm;
|
|
|
import com.fs.huifuPay.domain.HuifuOrderConfirmResult;
|
|
import com.fs.huifuPay.domain.HuifuOrderConfirmResult;
|
|
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -279,4 +280,6 @@ public interface IFsStoreOrderService
|
|
|
List<FsStoreOrderScheduleStatisticsVO> selectScheduleStatisticsVOList(FsStoreOrderScheduleStatisticsParam param);
|
|
List<FsStoreOrderScheduleStatisticsVO> selectScheduleStatisticsVOList(FsStoreOrderScheduleStatisticsParam param);
|
|
|
|
|
|
|
|
Long selectScheduleStatisticsVOListCount(FsStoreOrderScheduleStatisticsParam param);
|
|
Long selectScheduleStatisticsVOListCount(FsStoreOrderScheduleStatisticsParam param);
|
|
|
|
|
+
|
|
|
|
|
+ List<FsStoreOrder> selectNoReceiveOrderList(Long userId);
|
|
|
}
|
|
}
|