|
@@ -60,8 +60,8 @@ public class SalesDetaiServicelImpl implements ISalesDetaiServicel {
|
|
//调用接口限制间隔时间
|
|
//调用接口限制间隔时间
|
|
Date msgDate = mallMngChangeMapper.getPullDataTime((String)weChatMapMsg.put("tranDirection",msg.get("tranDirection")));
|
|
Date msgDate = mallMngChangeMapper.getPullDataTime((String)weChatMapMsg.put("tranDirection",msg.get("tranDirection")));
|
|
long diff=(new Date().getTime()-msgDate.getTime())/1000/60;
|
|
long diff=(new Date().getTime()-msgDate.getTime())/1000/60;
|
|
- //if(diff>2){
|
|
|
|
- if(true){
|
|
|
|
|
|
+ if(diff>2){
|
|
|
|
+ //if(true){
|
|
//记录调用参数接口日志
|
|
//记录调用参数接口日志
|
|
pullQueryData(weChatMapMsg);
|
|
pullQueryData(weChatMapMsg);
|
|
List<NewSystemFormatEntiy> list = mallMngChangeMapper.getSalesDetaiData(weChatMapMsg);
|
|
List<NewSystemFormatEntiy> list = mallMngChangeMapper.getSalesDetaiData(weChatMapMsg);
|