|
@@ -180,11 +180,11 @@ public interface ISupplyChainService {
|
|
|
*/
|
|
|
void addList(String beginDate, String endDate, String pcursor) throws InterruptedException;
|
|
|
|
|
|
- void insertOrderList(Long tokenId,Integer queryType, String beginDate, String endDate) throws Exception;
|
|
|
+ void insertOrderList(Long tokenId, Integer queryType, String beginDate, String endDate) throws Exception;
|
|
|
|
|
|
- void insertShopInfo(Long tokenId,String queryType, Integer date) throws Exception;
|
|
|
+ void insertShopInfo(Long tokenId, String queryType, Integer date) throws Exception;
|
|
|
|
|
|
- void insertNowdayOrderList(Long tokenId)throws Exception;
|
|
|
+ void insertNowdayOrderList(Long tokenId) throws Exception;
|
|
|
|
|
|
/*
|
|
|
*团长查询招商活动列表
|